diff options
Diffstat (limited to 'docs/README.md')
-rw-r--r-- | docs/README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 00000000..2e9f15a1 --- /dev/null +++ b/docs/README.md @@ -0,0 +1,13 @@ +# 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) |