aboutsummaryrefslogtreecommitdiff
path: root/docs/deployment
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2017-11-02 16:05:28 +0000
committerStephen Finucane <stephen@that.guru>2017-11-02 16:23:57 +0000
commit018560c49a97b891f160f5c186b96e0cad5172e6 (patch)
tree5ce9720cdb73f0cca8d494783e932656b2803f81 /docs/deployment
parentcb6a184be457db75f89ebd895bcac398f01d50bd (diff)
downloadpatchwork-018560c49a97b891f160f5c186b96e0cad5172e6.tar
patchwork-018560c49a97b891f160f5c186b96e0cad5172e6.tar.gz
docs: Add index pages
This lets me go to, for example, the following URLs: https://patchwork.readthedocs.io/en/latest/releases/ Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'docs/deployment')
-rw-r--r--docs/deployment/index.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/deployment/index.rst b/docs/deployment/index.rst
new file mode 100644
index 0000000..d7b3fa3
--- /dev/null
+++ b/docs/deployment/index.rst
@@ -0,0 +1,14 @@
+Deployment Documentation
+========================
+
+Patchwork is a pretty standard Django application and is in widespread
+production use across the web. The below documents provide information on how
+you could deploy your own Patchwork instances for production use.
+
+.. toctree::
+ :maxdepth: 2
+
+ /deployment/installation
+ /deployment/configuration
+ /deployment/management
+ /deployment/upgrading