summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
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'