summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2016-10-11 18:13:11 +0100
committerStephen Finucane <stephen@that.guru>2016-10-11 18:26:50 +0100
commitb83754432049e77b4743323d77e4b44791c74bf7 (patch)
tree8aaec93b8872d1a93233cdbd686be41092cbec38
parent44114e1a94da6e812dc4bb6bafb2c7b56619739c (diff)
downloadpatchwork-b83754432049e77b4743323d77e4b44791c74bf7.tar
patchwork-b83754432049e77b4743323d77e4b44791c74bf7.tar.gz
docs: Structure docs folder like online
The XML-RPC doc is renamed accordingly. Signed-off-by: Stephen Finucane <stephen@that.guru>
-rw-r--r--docs/deployment/installation.md (renamed from docs/deployment.md)0
-rw-r--r--docs/deployment/upgrading.md (renamed from docs/upgrading.md)0
-rw-r--r--docs/development/contributing.md (renamed from docs/contributing.md)0
-rw-r--r--docs/development/installation.md (renamed from docs/development.md)0
-rw-r--r--docs/development/releasing.md (renamed from docs/releasing.md)0
-rw-r--r--docs/development/xmlrpc.md (renamed from docs/api.md)0
-rw-r--r--mkdocs.yml12
7 files changed, 6 insertions, 6 deletions
diff --git a/docs/deployment.md b/docs/deployment/installation.md
index 0867daa..0867daa 100644
--- a/docs/deployment.md
+++ b/docs/deployment/installation.md
diff --git a/docs/upgrading.md b/docs/deployment/upgrading.md
index 11434ba..11434ba 100644
--- a/docs/upgrading.md
+++ b/docs/deployment/upgrading.md
diff --git a/docs/contributing.md b/docs/development/contributing.md
index cc5f1d6..cc5f1d6 100644
--- a/docs/contributing.md
+++ b/docs/development/contributing.md
diff --git a/docs/development.md b/docs/development/installation.md
index 36d2fdf..36d2fdf 100644
--- a/docs/development.md
+++ b/docs/development/installation.md
diff --git a/docs/releasing.md b/docs/development/releasing.md
index 5974da2..5974da2 100644
--- a/docs/releasing.md
+++ b/docs/development/releasing.md
diff --git a/docs/api.md b/docs/development/xmlrpc.md
index cfa5acf..cfa5acf 100644
--- a/docs/api.md
+++ b/docs/development/xmlrpc.md
diff --git a/mkdocs.yml b/mkdocs.yml
index c8d8185..0bbe7e1 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -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'