summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index 1b97cf8..705b2e7 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -28,3 +28,22 @@ nav:
- Vector: 'type_system/vector.md'
- Map: 'type_system/map.md'
- Set: 'type_system/set.md'
+ - Queue: 'type_system/queue.md'
+ - Union: 'type_system/union.md'
+ - Shared: 'type_system/shared.md'
+ - Error: 'type_system/error.md'
+ - Var: 'type_system/var.md'
+ - Fn: 'type_system/fn.md'
+ - State: 'type_system/state.md'
+ - Regex: 'type_system/regex.md'
+ - Namespace: 'type_system/namespace.md'
+ - Token: 'type_system/token.md'
+ - Value: 'type_system/value.md'
+ - Clause: 'type_system/clause.md'
+ - Name: 'type_system/name.md'
+ - Define: 'type_system/define.md'
+ - Symbol: 'type_system/symbol.md'
+ - Op: 'type_system/op.md'
+ - List: 'type_system/list.md'
+ - Action: 'type_system/action.md'
+