aboutsummaryrefslogtreecommitdiffstats
path: root/mkdocs.yml
blob: 9df77c63dad8d3cc8c9c9572ac1bbc55c91807c8 (plain)
1
2
3
4
5
6
7
8
9
site_name: Dat project
theme: readthedocs
pages:
- Home: 'index.md'
- Technical Guide: 'technical.md'
- Meta:
  - 'Changelog': 'meta/changelog.md'
  - 'Collaborators': 'meta/collaborators.md'
extra_css: [extra.css]