From b904188fc84037e48b567dd1e3925185c649464e Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Wed, 22 Sep 2021 22:29:58 -0300 Subject: [PATCH] docs: better /pro page Signed-off-by: Carlos Alexandro Becker --- www/docs/pro.md | 14 +++++++------- www/mkdocs.yml | 3 +++ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/www/docs/pro.md b/www/docs/pro.md index 19cb2fa98..d39a0ecb5 100644 --- a/www/docs/pro.md +++ b/www/docs/pro.md @@ -2,13 +2,13 @@ GoReleaser Pro is now available with some unique features such as: -- Import pre-built binaries with the [`prebuilt` builder](/customization/build/#import-pre-built-binaries) -- Rootless build [Docker images](/customization/docker/#podman) and [manifests](/customization/docker_manifest/#podman) with [Podman](https://podman.io); -- [Easy apt and yum repositories with fury.io](/customization/fury/); -- Ability to [include](/customization/includes/) config files (useful for common configurations); -- Improved global hooks and [global after hooks](/customization/hooks/); -- [Monorepo support](/customization/monorepo/); -- [Custom template variables](/customization/templates/#custom-variables) (goes well with [includes](/customization/includes/)). +- [x] Import pre-built binaries with the [`prebuilt` builder](/customization/build/#import-pre-built-binaries); +- [x] Rootless build [Docker images](/customization/docker/#podman) and [manifests](/customization/docker_manifest/#podman) with [Podman](https://podman.io); +- [x] Easily create `apt` and `yum` repositories with the [fury.io integration](/customization/fury/); +- [x] Reuse configuration files with the [include keyword](/customization/includes/); +- [x] Run commands after the release with [global after hooks](/customization/hooks/); +- [x] Use GoReleaser within your [monorepo](/customization/monorepo/); +- [x] Create [ustom template variables](/customization/templates/#custom-variables) (goes well with [includes](/customization/includes/)). Get GoReleaser Pro diff --git a/www/mkdocs.yml b/www/mkdocs.yml index 5df0d2cb6..61f1bdc34 100644 --- a/www/mkdocs.yml +++ b/www/mkdocs.yml @@ -88,6 +88,7 @@ nav: - customization/milestone.md - customization/monorepo.md - customization/nfpm.md + - customization/nightly.md - customization/project.md - customization/publishers.md - customization/release.md @@ -131,3 +132,5 @@ markdown_extensions: permalink: true - pymdownx.tabbed - pymdownx.superfences + - pymdownx.tasklist: + custom_checkbox: true