diff options
| author | Stephen Finucane <stephen@that.guru> | 2017-11-02 16:05:28 +0000 |
|---|---|---|
| committer | Stephen Finucane <stephen@that.guru> | 2017-11-02 16:23:57 +0000 |
| commit | 018560c49a97b891f160f5c186b96e0cad5172e6 (patch) | |
| tree | 5ce9720cdb73f0cca8d494783e932656b2803f81 /docs/deployment | |
| parent | cb6a184be457db75f89ebd895bcac398f01d50bd (diff) | |
| download | patchwork-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.rst | 14 |
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 |