summaryrefslogtreecommitdiff
path: root/mkdocs.yml
blob: f4c73c3545f95b5afd66047b54b9e47ff967736d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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'