summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-05-18 13:09:32 -0400
committernodist <kevin.comas.git@gmail.com>2026-05-18 13:09:32 -0400
commit8b09343ad1c3028a5892b50a87236cc66c447636 (patch)
tree24b89e10178db0e05022c5e96096dc349d14f1dd /mkdocs.yml
parentc9ff7bdb61efb1609876abdc40fab9a2ddc06f94 (diff)
object type
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index 48a4b47..93b37bc 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -21,6 +21,7 @@ nav:
- Map: 'type_system/map.md'
- Queue: 'type_system/queue.md'
- Union: 'type_system/union.md'
+ - Object: 'type_system/object.md'
- Shared: 'type_system/shared.md'
- Error: 'type_system/error.md'
- Const: 'type_system/const.md'