diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-06-26 15:56:39 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-06-26 15:56:39 -0400 |
| commit | ad516054002b4105197ef4fc37ac380cdf680750 (patch) | |
| tree | d0603a1dbc01ed777b304ac8567247491f8a5159 /mkdocs.yml | |
| parent | 6f507405ac3b0a128c63134997849203e3493a91 (diff) | |
change how vars are identified
Diffstat (limited to 'mkdocs.yml')
| -rw-r--r-- | mkdocs.yml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,6 +13,7 @@ nav: - Types: 'type_system/index.md' - Alias: 'type_system/alias.md' - Unique: 'type_system/unique.md' + - Var: 'type_system/var.md' - Select: 'type_system/select.md' - Bit: 'type_system/bit.md' - Group: 'type_system/group.md' @@ -26,7 +27,6 @@ nav: - Empty: 'type_system/empty.md' - Ref: 'type_system/ref.md' - Shared: 'type_system/shared.md' - - Var: 'type_system/var.md' - Function: 'type_system/function.md' - Task: 'type_system/task.md' - Overload: 'type_system/overload.md' @@ -45,6 +45,7 @@ nav: - Memory: 'application/memory.md' - Io: 'application/io.md' - Shared: 'application/shared.md' + - Identifier: 'application/identifier.md' - Type: 'application/type.md' - Group: 'application/group.md' - Buffer: 'application/buffer.md' @@ -58,4 +59,3 @@ nav: - Life Cycle: - Register: 'lifecycle/register.md' - Parse: 'lifecycle/parse.md' - - Scan: 'lifecycle/scan.md' |
