From 5102d246406054aa31c09e9e237a5e670ab18e0b Mon Sep 17 00:00:00 2001 From: profitroll Date: Mon, 13 May 2024 23:41:17 +0200 Subject: [PATCH] Repo readme improved --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cb9b5a..5c6d49b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,18 @@ # Garbage Reminder Documentation -This documentation is under development and is not finished yet. +Documentation made with MkDocs Material for API, bots and contributions. + +## Requirements + +* Git +* Python 3.8+ (tested on 3.9 to 3.11) + +## Building the docs + +1. Clone the repo using `git clone https://git.end-play.xyz/GarbageReminder/Docs.git` +2. Go to the `Docs` directory +3. Create a virtual environment using `python -m venv .venv` +4. Activate it using `.venv/bin/activate` or `.venv\Scripts\activate.bat` +5. Install the dependencies using `pip install -r requirements.txt` +6. Build the docs using `mkdocs build` +7. Deploy as any other file-based website. The generated website is under `site`