ostree/mkdocs.yml
Robert Fairley 417b5c7067 docs: Add Contributing Tutorial to Mkdocs pages
This adds the Contributing Tutorial (contributing-tutorial.md) to
the pages setting of Mkdocs, so that the tutorial will render
in the readthedocs.io documentation.

Closes: #1711
Approved by: jlebon
2018-08-21 14:05:14 +00:00

16 lines
618 B
YAML

site_name: OSTree
pages:
- Home: 'index.md'
- Contributing: 'CONTRIBUTING.md'
- Contributing Tutorial: 'contributing-tutorial.md'
- Manual:
- Introduction: 'manual/introduction.md'
- Repository: 'manual/repo.md'
- Deployments: 'manual/deployment.md'
- Atomic Upgrades: 'manual/atomic-upgrades.md'
- Adapting Existing Systems: 'manual/adapting-existing.md'
- Formats: 'manual/formats.md'
- Build Systems and Repos: 'manual/buildsystem-and-repos.md'
- Repository Management: 'manual/repository-management.md'
- Related Projects: 'manual/related-projects.md'