From d5c3d0b300412f2914211e18d85870bdee426a73 Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Sat, 26 Feb 2022 15:03:59 +0100 Subject: Comment in individual application doc reference --- pydis_site/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pydis_site') 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. - +- [`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 -- cgit v1.2.3