Home
Cookie-Docs ¶
An amazing and user-friendly template to create your documentation sites in a few minutes. This template is developed with the help of Mkdocs, Material theme, and a custom home design with Particle.js library integration.
Quick start¶
Step 1: Install the cookiecutter package, you can simply run the next command to install it.
pip install cookiecutter
Step 2: Run the cookiecutter command followed by the template repository URL.
python -m cookiecutter https://github.com/charlstown/cookie-site.git
cd my-cool-site
pip install -r requirements
python -m mkdocs serve -w overrides/
Congrats! You finally generated your own Documentation Site! Visit the user guide for more details.
Documentation contents¶
-
User guide
If you want to simply create a documentation site as a user you can visit the User Guide to learn how to get started, set up and use this template.
-
Dev Guide
If you want to become a contributor and be part of the project follow this guide.