blob: 1988a3996f3c330d57ef60aebfbafbf4843446f6 (
plain)
1
2
3
4
5
6
7
8
9
|
site_name: Dat project
theme: readthedocs
pages:
- Home: 'index.md'
- 'How Dat Works': 'how-dat-works.md'
- Meta:
- 'Changelog': 'meta/changelog.md'
- 'Collaborators': 'meta/collaborators.md'
extra_css: [extra.css]
|