diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-05-08 10:03:05 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-05-08 10:03:05 -0400 |
| commit | dda8ef8f15662e7621251148eb1b1da7a22f199b (patch) | |
| tree | e19492b2f5ac6710e20c53b09d64ce4e4aec7a3e /mkdocs.yml | |
| parent | f00fe3aaca06fb652ae51f44ce82289a4c3ccd5b (diff) | |
examples with unqiue and operators
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' |
