1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-31 01:53:50 +02:00
goreleaser/www
Carlos Alexandro Becker d2469666b8
docs: experiment version
2024-09-27 13:32:48 -03:00
..
docs docs: experiment version 2024-09-27 13:32:48 -03:00
htmltest.yml ci: htmltest config update 2024-08-08 10:22:47 -03:00
mkdocs.yml feat: default GOARM change to 7 (#5157) 2024-09-27 13:31:29 -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.