2020-09-24 02:24:05 +02:00
|
|
|
# How to add a new cookbook
|
|
|
|
|
|
|
|
1. Create a new markdown file inside `www/docs/cookbooks` with the content you want;
|
2020-09-24 02:26:22 +02:00
|
|
|
2. Add it to `www/mkdocs.yml`, under the `Cookbooks` section;
|
2020-09-24 02:24:05 +02:00
|
|
|
3. Open a pull request with these changes;
|
2023-05-18 01:27:57 +02:00
|
|
|
1. Please use the following commit message template: `docs: how to X`
|
|
|
|
4. You're done! Thanks for the contribution!
|
2020-09-24 02:24:05 +02:00
|
|
|
|
2023-05-18 01:27:57 +02:00
|
|
|
You can also test your changes locally by running `task docs:serve` and browsing
|
|
|
|
`http://localhost:8000`.
|