summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-05-05 16:48:04 -0400
committernodist <kevin.comas.git@gmail.com>2026-05-05 16:48:04 -0400
commit937c915ab2d19934786e352b1bc2d419ac235ce7 (patch)
tree88521de93c16c5bc797eb830a82b28037fe60e86 /mkdocs.yml
parent31e48da4034e13b7eb7bb49aab59b9c1bf0054a3 (diff)
split templates and alias
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index 6df0e4d..0d0031b 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -5,4 +5,9 @@ repo_name: Markdown Source
nav:
- Main: 'index.md'
- Syntax: 'syntax/index.md'
- - Type System: 'type_system/index.md'
+ - Type System:
+ - Templates: 'type_system/index.md'
+ - Qualifiers: 'type_system/qualifiers.md'
+ - Alias: 'type_system/alias.md'
+ - Unique: 'type_system/unique.md'
+ - Enum: 'type_system/enum.md'