diff options
Diffstat (limited to 'mkdocs.yml')
| -rw-r--r-- | mkdocs.yml | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -5,7 +5,10 @@ repo_name: Markdown Source copyright: Copyright © 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' |
