summaryrefslogtreecommitdiff
path: root/mkdocs.yml
blob: 0d0031b057d0d70ac38656f4bde2a79081e7dd73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
site_name: KPL Specification
site_dir: 'public'
repo_url: https://git.kpl.dev/kpl-specification/
repo_name: Markdown Source
nav:
  - Main: 'index.md'
  - Syntax: 'syntax/index.md'
  - Type System:
    - Templates: 'type_system/index.md'
    - Qualifiers: 'type_system/qualifiers.md'
    - Alias: 'type_system/alias.md'
    - Unique: 'type_system/unique.md'
    - Enum: 'type_system/enum.md'