1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-06 03:13:48 +02:00
goreleaser/www
Carlos Alexandro Becker 2489da3a96
docs: update continue --dist docs
closes #4551

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-01-21 22:16:05 -03:00
..
docs docs: update continue --dist docs 2024-01-21 22:16:05 -03:00
htmltest.yml docs: ignore medium.com in htmltest 2024-01-15 15:39:29 -03:00
mkdocs.yml docs: fix discord link 2023-11-04 02:42:53 +00: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.