diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-05-06 13:23:35 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-05-06 13:23:35 -0400 |
| commit | 5c995c76246868bda0c81b1b9c3d1b7c2cdde41a (patch) | |
| tree | 2472255006db355d9b2d9746abaea78ee30b93f1 /mkdocs.yml | |
| parent | 55d6a62e2bfb4ae6ac32c786dd20ec3025147d57 (diff) | |
add copyright notice
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' + |
