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