Skip to content

Commit

Permalink
docs: /twitter, discord, linkedin etc
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Nov 8, 2022
1 parent 6dac256 commit ed30c4e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion 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
11 changes: 6 additions & 5 deletions 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
Expand Down
5 changes: 5 additions & 0 deletions www/mkdocs.yml
Expand Up @@ -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

Expand Down

0 comments on commit ed30c4e

Please sign in to comment.