aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2021-05-16 18:42:50 +0100
committerGravatar GitHub <[email protected]>2021-05-16 18:42:50 +0100
commit8c7c3b137fb6c60818d29ac3d14ebb397357ee0e (patch)
treefec5581d5e27fc860db6424f7c1d6a3a71565693 /docs
parentResolve conflicts (diff)
parentMerge pull request #501 from python-discord/update/sir-lancebot-env-vars (diff)
Merge branch 'main' into fix_327
Diffstat (limited to 'docs')
-rw-r--r--docs/README.md4
-rw-r--r--docs/setup.md2
2 files changed, 4 insertions, 2 deletions
diff --git a/docs/README.md b/docs/README.md
index 2e9f15a1..5af383b4 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -11,3 +11,7 @@ This directory contains useful documentation for working with and using our site
* [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!
diff --git a/docs/setup.md b/docs/setup.md
index 18f5ee97..d992067e 100644
--- a/docs/setup.md
+++ b/docs/setup.md
@@ -79,8 +79,6 @@ Make sure you add the following to your hosts file:
127.0.0.1 api.pythondiscord.local
127.0.0.1 staff.pythondiscord.local
127.0.0.1 admin.pythondiscord.local
-127.0.0.1 wiki.pythondiscord.local
-127.0.0.1 ws.pythondiscord.local
```
When trying to access the site, you'll be using the domains above instead of the usual `localhost:8000`.