summaryrefslogtreecommitdiff
path: root/mkdocs.yml
blob: 50bbde680a1419f6f33412ba60060a350ed12950 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
site_name: KPL Specification
site_dir: public
repo_url: https://git.kpl.dev/kpl-specification/
repo_name: Git
copyright: Copyright © nodist
theme: readthedocs
nav:
  - Main: index.md
  - Definitions: definitions.md
  - Syntax: syntax.md
  - Tagging: tagging.md
  - Values: values.md
  - Containers: containers.md
  - Coroutines: coroutines.md