aboutsummaryrefslogtreecommitdiffstats
path: root/docs/README.md
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2018-09-18 22:13:51 +0200
committerGravatar Johannes Christ <[email protected]>2018-09-18 22:13:51 +0200
commit084abb56a488052a4c8a8c992c375e6aa94e2dcc (patch)
tree789b2d403a1d4e253bcc81b146d3452dae7304e4 /docs/README.md
parentAdd `psmgr` command. (diff)
Add documentation.
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/README.md b/docs/README.md
new file mode 100644
index 00000000..6bef9c3c
--- /dev/null
+++ b/docs/README.md
@@ -0,0 +1,8 @@
+# Documentation
+This directory contains useful documentation for working with and using our site.
+
+## Table of contents
+* [Setup guide](setup.md)
+ * [PostgreSQL setup](setup.md#postgresql-setup)
+ * [Development with Docker](setup.md#development-with-docker)
+ * [Development with `pip`](setup.md#development-with-pip)