1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-06 03:13:48 +02:00
goreleaser/www
Stepan Rabotkin 56e0f79473
fix(telegram): mdv2escape ProjectName by default (#4784)
This pull request fix case when ProjectName contains any not escaped
symbols
2024-04-15 07:57:45 -03:00
..
docs fix(telegram): mdv2escape ProjectName by default (#4784) 2024-04-15 07:57:45 -03:00
htmltest.yml build(htmltest): ignroe external broken links 2024-03-20 11:19:27 -03:00
mkdocs.yml docs: update 2024-03-03 10:53:17 -03:00
README.md docs: update docs/readme.md 2024-01-15 10:40:44 -03:00

Documentation

Documentation is written in mkdocs and there are a few extensions that allow richer authoring than markdown.

To iterate with documentation, therefore, it is recommended to run the mkdocs server and view your pages in a browser.

Prerequisites

With nix

If you have nix installed, you can:

nix develop .#docs

To drop into a shell with all the needed dependencies.

Edit the docs

After installing mkdocs and extensions, build and run the documentation locally:

task docs:serve

The site will soon be available at http://localhost:8000 and auto-update after changes.