summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index d595a1d..8ccc612 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -7,9 +7,7 @@ nav:
- Main: 'index.md'
- Syntax:
- Code: 'syntax/index.md'
- - Define: 'syntax/define.md'
- - Cast: 'syntax/cast.md'
- - Print: 'syntax/print.md'
+ - Operators: 'syntax/operators.md'
- Type System:
- Templates: 'type_system/index.md'
- Alias: 'type_system/alias.md'