diff options
author | 2022-02-26 15:03:59 +0100 | |
---|---|---|
committer | 2022-02-26 15:03:59 +0100 | |
commit | d5c3d0b300412f2914211e18d85870bdee426a73 (patch) | |
tree | ace9a52437704fcb74dbf1f7db67f0a820b70e33 /pydis_site/README.md | |
parent | Move static & template folder description up (diff) |
Comment in individual application doc reference
Diffstat (limited to 'pydis_site/README.md')
-rw-r--r-- | pydis_site/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pydis_site/README.md b/pydis_site/README.md index 77cfbeab..6b496c05 100644 --- a/pydis_site/README.md +++ b/pydis_site/README.md @@ -3,10 +3,10 @@ This directory hosts the root of our **Django project**[^1], and is responsible for all logic powering our website. Let's go over the directories in detail: -- [`apps`](./apps) contains our **Django apps**. If you want to add your own API - endpoint or new functionality to our homepage, that's the place to go. - <!-- Each individual application also has its own README.md that you can click - through. --> +- [`apps`](./apps) contains our **Django apps**. If you want to add your own + API endpoint or new functionality to our homepage, that's the place to go. + Each individual application also has its own README.md that you can click + through. - [`static`](./static) contains our **static files**, such as CSS, JavaScript, images, and anything else that isn't either content or Python code. Static |