diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-05-05 16:48:04 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-05-05 16:48:04 -0400 |
| commit | 937c915ab2d19934786e352b1bc2d419ac235ce7 (patch) | |
| tree | 88521de93c16c5bc797eb830a82b28037fe60e86 /mkdocs.yml | |
| parent | 31e48da4034e13b7eb7bb49aab59b9c1bf0054a3 (diff) | |
split templates and alias
Diffstat (limited to 'mkdocs.yml')
| -rw-r--r-- | mkdocs.yml | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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' |
