mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
docs: how to add a new cookbook
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
parent
41f6d9ba93
commit
180a77c374
8
www/docs/cookbooks/contributing.md
Normal file
8
www/docs/cookbooks/contributing.md
Normal file
@ -0,0 +1,8 @@
|
||||
# How to add a new cookbook
|
||||
|
||||
1. Create a new markdown file inside `www/docs/cookbooks` with the content you want;
|
||||
2. Add it to `www/mkdocs.yml`, under the `cookbooks` section;
|
||||
3. Open a pull request with these changes;
|
||||
4. That's it!
|
||||
|
||||
You can also test your changes locally by running `make serve` and browsing `http://localhost:8000`.
|
@ -2,4 +2,4 @@
|
||||
|
||||
The idea here is to add examples of how to do specific things with GoReleaser.
|
||||
|
||||
Feel free to contribute yours!
|
||||
Feel free to [contribute yours](http://localhost:8000/cookbooks/contributing/)!
|
||||
|
Loading…
x
Reference in New Issue
Block a user