summaryrefslogtreecommitdiff
path: root/mkdocs.yml
blob: 3b882e1ca8aa9752609c61c9c671c5ff786fbe95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
site_name: OSTree
pages:
  - Home: 'index.md'
  - Contributing: 'CONTRIBUTING.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'