diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-05-19 12:38:35 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-05-19 12:38:35 -0400 |
| commit | 6bb1fc3b9592bbfd53770c1c04140af30ddd5120 (patch) | |
| tree | 0eb0d11b828d3ae1963cd92dddcdde7590275ce8 /mkdocs.yml | |
| parent | 7da66825a3260f3d6e22b5adbd775fef3bc57627 (diff) | |
put operators into its own file
Diffstat (limited to 'mkdocs.yml')
| -rw-r--r-- | mkdocs.yml | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -7,9 +7,7 @@ nav: - Main: 'index.md' - Syntax: - Code: 'syntax/index.md' - - Define: 'syntax/define.md' - - Cast: 'syntax/cast.md' - - Print: 'syntax/print.md' + - Operators: 'syntax/operators.md' - Type System: - Templates: 'type_system/index.md' - Alias: 'type_system/alias.md' |
