]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
docs: Structure docs folder like online
authorStephen Finucane <stephen@that.guru>
Tue, 11 Oct 2016 17:13:11 +0000 (18:13 +0100)
committerStephen Finucane <stephen@that.guru>
Tue, 11 Oct 2016 17:26:50 +0000 (18:26 +0100)
The XML-RPC doc is renamed accordingly.

Signed-off-by: Stephen Finucane <stephen@that.guru>
docs/deployment/installation.md [moved from docs/deployment.md with 100% similarity]
docs/deployment/upgrading.md [moved from docs/upgrading.md with 100% similarity]
docs/development/contributing.md [moved from docs/contributing.md with 100% similarity]
docs/development/installation.md [moved from docs/development.md with 100% similarity]
docs/development/releasing.md [moved from docs/releasing.md with 100% similarity]
docs/development/xmlrpc.md [moved from docs/api.md with 100% similarity]
mkdocs.yml

similarity index 100%
rename from docs/api.md
rename to docs/development/xmlrpc.md
index c8d81853a6b2772c6a9055c284c999892f7cab3e..0bbe7e1322fad5b825a67f946ae5bc7a93cb9140 100644 (file)
@@ -7,10 +7,10 @@ repo_url: git://github.com/getpatchwork/patchwork
 pages:
  - Home: 'index.md'
  - Development Guide:
-   - Installation: 'development.md'
-   - Contributing: 'contributing.md'
-   - Release Process: 'releasing.md'
+   - Installation: 'development/installation.md'
+   - Contributing: 'development/contributing.md'
+   - Release Process: 'development/releasing.md'
+   - XML-RPC API: 'development/xmlrpc.md'
  - Deployment Guide:
-   - Installation: 'deployment.md'
-   - Upgrading: 'upgrading.md'
-   - API: 'api.md'
+   - Installation: 'deployment/installation.md'
+   - Upgrading: 'deployment/upgrading.md'