summaryrefslogtreecommitdiff
path: root/mkdocs.yml
blob: cdce06ff8aa53342d84f698f0b9bb9677f9f599b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
site_name: patchwork
site_url: http://jk.ozlabs.org/projects/patchwork/
site_description: patchwork - the web-based patch tracking system

repo_url: git://github.com/getpatchwork/patchwork

pages:
 - Home: 'index.md'
 - Development Guide:
   - Installation: 'development/installation.md'
   - Contributing: 'development/contributing.md'
   - Release Process: 'development/releasing.md'
   - XML-RPC API: 'development/xmlrpc.md'
 - Deployment Guide:
   - Installation: 'deployment/installation.md'
   - Upgrading: 'deployment/upgrading.md'
 - Usage Guide:
   - Overview: 'usage/overview.md'
   - REST API: 'usage/rest.md'
   - XML-RPC API: 'usage/xmlrpc.md'
   - Hint Headers: 'usage/headers.md'
   - Delegation: 'usage/delegation.md'