diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-08-22 15:37:56 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-08-22 15:37:56 -0400 |
| commit | 496ef1254b41de5f490c10c39dafe3b8ddc1a55a (patch) | |
| tree | e03fd9b44ae31e10d4bb6bd2e0ff15ebe6507e7e /mkdocs.yml | |
| parent | d25ad596b0f7c77e44055adc7669971b1187bcab (diff) | |
new syntax
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 |
