631 B
631 B
Garbage Reminder Documentation
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
- Clone the repo using
git clone https://git.end-play.xyz/GarbageReminder/Docs.git
- Go to the
Docs
directory - Create a virtual environment using
python -m venv .venv
- Activate it using
.venv/bin/activate
or.venv\Scripts\activate.bat
- Install the dependencies using
pip install -r requirements.txt
- Build the docs using
mkdocs build
- Deploy as any other file-based website. The generated website is under
site