diff options
-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.yml | 12 |
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 @@ -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' |