summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-05-08 10:03:05 -0400
committernodist <kevin.comas.git@gmail.com>2026-05-08 10:03:05 -0400
commitdda8ef8f15662e7621251148eb1b1da7a22f199b (patch)
treee19492b2f5ac6710e20c53b09d64ce4e4aec7a3e /mkdocs.yml
parentf00fe3aaca06fb652ae51f44ce82289a4c3ccd5b (diff)
examples with unqiue and operators
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index 11aa39d..1b2928a 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -5,7 +5,10 @@ repo_name: Markdown Source
copyright: Copyright &copy; Nodist
nav:
- Main: 'index.md'
- - Syntax: 'syntax/index.md'
+ - Syntax:
+ - Code: 'syntax/index.md'
+ - Define: 'syntax/define.md'
+ - Cast: 'syntax/cast.md'
- Type System:
- Templates: 'type_system/index.md'
- Qualifiers: 'type_system/qualifiers.md'
@@ -15,4 +18,5 @@ nav:
- Flag: 'type_system/flag.md'
- Int: 'type_system/int.md'
- Float: 'type_system/float.md'
-
+ - Option: 'type_system/option.md'
+ - Result: 'type_system/result.md'