summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml4
1 files changed, 2 insertions, 2 deletions
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'