This repository contains the documentation for Cookie, a multifunctional Discord bot.
The documentation is built using Material for MkDocs.
You can run the documentation locally to contribute:
- Install the most recent version of Python.
- Clone this repository.
- Install the required dependencies:
pip install -r docs/requirements.txt
- Preview the documentation:
mkdocs serve --livereload
- Make your changes and submit a pull request.