aboutsummaryrefslogtreecommitdiffstats
path: root/docs/README.md
diff options
context:
space:
mode:
authorGravatar Kieran Siek <[email protected]>2021-06-27 16:13:01 +0800
committerGravatar GitHub <[email protected]>2021-06-27 16:13:01 +0800
commit5b64d1f445f7dee65533811e024ca04a96782c1b (patch)
treedd1d389ba271371d6a3143dc80426b5f680407e5 /docs/README.md
parentMerge pull request #536 from bast0006/fix-nitro-message (diff)
parentMerge branch 'main' into move-config-docs-to-contributing-guide (diff)
Merge pull request #523 from python-discord/move-config-docs-to-contributing-guide
Move config docs to contributing guide, kill `docs` directory.
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md17
1 files changed, 0 insertions, 17 deletions
diff --git a/docs/README.md b/docs/README.md
deleted file mode 100644
index 5af383b4..00000000
--- a/docs/README.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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)
-
-> Note: If you're looking to add redirects to the site, the `redirects` app is **NOT** the way to go.
-> Convenience redirects should use our [Cloudflare Worker](https://github.com/python-discord/workers/tree/main/short-urls).
-> Ask in the server if you have any questions!