1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-09-16 09:26:52 +02:00

docs: improvign docs and search

refs #2616
This commit is contained in:
Carlos A Becker
2021-10-30 09:43:54 -03:00
parent 968a89cd1b
commit a875ac8c70
4 changed files with 24 additions and 5 deletions

View File

@@ -66,10 +66,13 @@ tasks:
desc: Generate docs
cmds:
- cp -rf CONTRIBUTING.md www/docs/contributing.md
- cp -rf USERS.md www/docs/users.md
sources:
- CONTRIBUTING.md
- USERS.md
generates:
- www/docs/contributing.md
- www/docs/users.md
docs:imgs:
desc: Download and resize images

View File

@@ -1,5 +1,5 @@
---
title: Archive
title: Archives
---
The binaries built will be archived together with the `README` and `LICENSE` files into a

13
www/docs/users.md Normal file
View File

@@ -0,0 +1,13 @@
## Who uses GoReleaser?
As the GoReleaser Community grows, we'd like to keep track of our users. Please send a PR with your organization name if
you are using GoReleaser.
Currently, the following organizations are using GoReleaser:
1. [Hugo](https://gohugo.io/)
1. [Numary](https://numary.com)
1. [Schwarz IT](https://jobs.schwarz/)
1. [TOTVS Labs](https://totvslabs.com)
<!-- please keep a-z ordering :) -->

View File

@@ -27,12 +27,13 @@ theme:
toggle:
icon: material/lightbulb
name: Switch to dark mode
features:
- search.suggest
- search.highlight
- search.share
plugins:
- search:
prebuild_index: python
lang:
- en
- search
- minify:
minify_html: true
@@ -124,6 +125,7 @@ nav:
- goreleaser build: cmd/goreleaser_build.md
- goreleaser release: cmd/goreleaser_release.md
- goreleaser completion: cmd/goreleaser_completion.md
- goreleaser jsonschema: cmd/goreleaser_jsonschema.md
- deprecations.md
- Cookbooks:
- About: cookbooks/index.md
@@ -139,6 +141,7 @@ nav:
- cookbooks/using-main.version.md
- pro.md
- sponsors.md
- users.md
- contributing.md
- links.md