tito/mkdocs.yml
Alex Wood 19c86b0a71 Enable mkdocs and add documentation on Mead.
`pip install mkdocs` and `mkdocs serve` to view rendered docs.
2015-06-12 13:36:25 -04:00

10 lines
209 B
YAML

site_name: Tito
repo_url: https://github.com/dgoodwin/tito
docs_dir: doc
markdown_extensions:
- codehilite
- extra
pages:
- 'Introduction': 'index.md'
- 'Builders': 'builders.md'
- 'Mead': 'mead.md'