Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 638 Bytes

File metadata and controls

18 lines (16 loc) · 638 Bytes

Cookie Documentation

This repository contains the documentation for Cookie, a multifunctional Discord bot.

The documentation is built using Material for MkDocs.

Contributing

You can run the documentation locally to contribute:

  1. Install the most recent version of Python.
  2. Clone this repository.
  3. Install the required dependencies:
    pip install -r docs/requirements.txt
  4. Preview the documentation:
     mkdocs serve --livereload
  5. Make your changes and submit a pull request.