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