From ad516054002b4105197ef4fc37ac380cdf680750 Mon Sep 17 00:00:00 2001 From: nodist Date: Fri, 26 Jun 2026 15:56:39 -0400 Subject: change how vars are identified --- mkdocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mkdocs.yml') diff --git a/mkdocs.yml b/mkdocs.yml index 08487fe..0fdd5e3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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' -- cgit v1.2.3