mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-22 17:35:55 +03:00
417b5c7067
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
16 lines
618 B
YAML
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'
|