diff options
Diffstat (limited to 'mkdocs.yml')
| -rw-r--r-- | mkdocs.yml | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,8 +1,11 @@ site_name: KPL Specification -site_dir: 'public' +site_dir: public repo_url: https://git.kpl.dev/kpl-specification/ repo_name: Git copyright: Copyright © nodist theme: readthedocs nav: - - Main : 'index.md' + - Main: index.md + - Definitions: definitions.md + - Syntax: syntax.md + - Tagging: tagging.md |
