-
-
Notifications
You must be signed in to change notification settings - Fork 624
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
963 additions
and
631 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
website/versioned_docs/version-latest/deprecations/template_functions.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
slug: /deprecations/template-functions/ | ||
--- | ||
|
||
# Template Functions | ||
|
||
:::warning | ||
|
||
This deprecation breaks the following functionality: | ||
|
||
- A small set of templating functions | ||
|
||
::: | ||
|
||
The following templating functions are deprecated. Any replacement functions are | ||
listed besides the function being removed. | ||
|
||
| Deprecated function | Replaced by | | ||
| ------------------- | ----------- | | ||
| `IsSH` | - | | ||
| `FromSlash` | `fromSlash` | | ||
| `ToSlash` | `toSlash` | | ||
| `ExeExt` | `exeExt` | |
Oops, something went wrong.