summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml12
1 files changed, 8 insertions, 4 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index 6efaf5e..46ea0d1 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -5,9 +5,10 @@ repo_name: Markdown Source
copyright: Copyright © nodist
nav:
- Main: 'index.md'
- - Syntax:
- - Code: 'syntax/index.md'
- - Operators: 'syntax/operators.md'
+ - Language:
+ - Syntax: 'language/index.md'
+ - Operators: 'language/operators.md'
+ - Ownership: 'language/ownership.md'
- Type System:
- Templates: 'type_system/index.md'
- Alias: 'type_system/alias.md'
@@ -38,5 +39,8 @@ nav:
- Namespace: 'type_system/namespace.md'
- Application:
- Runtime: 'application/index.md'
+ - Interface: 'application/interface.md'
+ - Type: 'application/type.md'
- Pool: 'application/pool.md'
- - Processes: 'application/process.md'
+ - Thread: 'application/thread.md'
+ - Testing: 'application/testing.md'