diff options
Diffstat (limited to 'mkdocs.yml')
| -rw-r--r-- | mkdocs.yml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,7 @@ site_name: KPL Specification site_dir: 'public' repo_url: https://git.kpl.dev/kpl-specification/ repo_name: Markdown Source +copyright: Copyright © Nodist nav: - Main: 'index.md' - Syntax: 'syntax/index.md' @@ -13,3 +14,4 @@ nav: - Enum: 'type_system/enum.md' - Int: 'type_system/int.md' - Float: 'type_system/float.md' + |
