From ed30c4e2dbe045568b8166c9b71a4115112a3b87 Mon Sep 17 00:00:00 2001 From: Carlos A Becker Date: Tue, 8 Nov 2022 00:06:24 -0300 Subject: [PATCH] docs: /twitter, discord, linkedin etc --- CONTRIBUTING.md | 1 + scripts/vercel/install.sh | 2 +- www/docs/links.md | 11 ++++++----- www/mkdocs.yml | 5 +++++ 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 70f95716062..294efd332f9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,6 +19,7 @@ Other things you might need to run the tests: - [GPG](https://gnupg.org) - [Podman](https://podman.io/) - [Snapcraft](https://snapcraft.io/) +- [Syft](https://github.com/anchore/syft) Clone `goreleaser` anywhere: diff --git a/scripts/vercel/install.sh b/scripts/vercel/install.sh index 2057cb3fe91..6fa6ad1efca 100755 --- a/scripts/vercel/install.sh +++ b/scripts/vercel/install.sh @@ -1,4 +1,4 @@ #!/bin/bash set -euo pipefail yum install -y jq -pip install mkdocs-material mkdocs-minify-plugin lunr +pip install mkdocs-material mkdocs-redirects mkdocs-minify-plugin lunr diff --git a/www/docs/links.md b/www/docs/links.md index b5fda4dbddd..f7858889546 100644 --- a/www/docs/links.md +++ b/www/docs/links.md @@ -1,15 +1,16 @@ # Links - Follow the progress on the [GitHub repository](https://github.com/goreleaser/goreleaser) -- Follow [@goreleaser](https://twitter.com/goreleaser) on Twitter for updates -- Join our [Discord server](https://discord.gg/RGEBtg8vQ6) +- Follow [@goreleaser](/twitter) on Twitter for updates +- Join our [Discord server](/discord) - Read our [blog](https://blog.goreleaser.com)[^blog] - Sign up for our [Newsletter](https://www.getrevue.co/profile/goreleaser) -- Follow us on [LinkedIn](https://www.linkedin.com/company/goreleaser/) -- Ask questions on [StackOverflow](https://stackoverflow.com/questions/tagged/goreleaser) +- Follow us on [LinkedIn](/linkedin) - For questions, support and general discussion, please use -[GitHub Discussions](https://github.com/goreleaser/goreleaser/discussions); +[Discord](/discord) or +[GitHub Discussions](https://github.com/goreleaser/goreleaser/discussions) - [Contributing Guidelines](/contributing) +- [Security Policy](/security) - [EULA](/eula) This project adheres to the Contributor Covenant diff --git a/www/mkdocs.yml b/www/mkdocs.yml index 4c0abdf3cd2..14e437b8aa7 100644 --- a/www/mkdocs.yml +++ b/www/mkdocs.yml @@ -34,6 +34,11 @@ theme: plugins: - search + - redirects: + redirect_maps: + discord: https://discord.gg/RGEBtg8vQ6 + twitter: https://twitter.com/goreleaser + linkedin: https://www.linkedin.com/company/goreleaser/ - minify: minify_html: true