1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-06 03:13:48 +02:00
goreleaser/www/mkdocs.yml
Carlos Alexandro Becker ad57a133fb
feat: sign docker images with cosign (#2423)
* feat: sign docker images with cosign

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: improve sign logging

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: do not sign if skip publish is set

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: install cosign

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* docs: fix wrong docs

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-08-24 11:22:09 -03:00

134 lines
3.3 KiB
YAML

site_name: GoReleaser
site_url: https://goreleaser.com
site_description: Deliver Go binaries as fast and easily as possible
copyright: Made with ❤️ by GoReleaser contributors.
repo_name: goreleaser/goreleaser
repo_url: https://github.com/goreleaser/goreleaser
edit_uri: edit/master/www/docs/
theme:
name: material
custom_dir: docs/overrides
language: en
logo: static/avatar.png
favicon: static/favicon.ico
include_search_page: false
search_index_only: true
palette:
- media: "(prefers-color-scheme: light)" # Light mode
scheme: default
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
- media: "(prefers-color-scheme: dark)" # Dark mode
scheme: slate
primary: light blue
accent: indigo
toggle:
icon: material/lightbulb
name: Switch to dark mode
plugins:
- search:
prebuild_index: python
lang:
- en
- minify:
minify_html: true
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/goreleaser
- icon: fontawesome/brands/twitter
link: https://twitter.com/goreleaser
nav:
- Home: index.md
- intro.md
- install.md
- quick-start.md
- Limitations:
- limitations/cgo.md
- limitations/semver.md
- SCM:
- scm/github.md
- scm/gitlab.md
- scm/gitea.md
- Continuous Integration:
- About: ci/index.md
- ci/actions.md
- ci/circle.md
- ci/cirrus.md
- ci/cloudbuild.md
- ci/codefresh.md
- ci/drone.md
- ci/gitlab.md
- ci/jenkins.md
- ci/semaphore.md
- ci/travis.md
- Customization:
- About: customization/index.md
- customization/announce.md
- customization/archive.md
- customization/artifactory.md
- customization/blob.md
- customization/build.md
- customization/checksum.md
- customization/dist.md
- customization/docker.md
- customization/docker_manifest.md
- customization/docker_sign.md
- customization/env.md
- customization/fury.md
- customization/gomod.md
- customization/homebrew.md
- customization/hooks.md
- customization/includes.md
- customization/milestone.md
- customization/monorepo.md
- customization/nfpm.md
- customization/project.md
- customization/publishers.md
- customization/release.md
- customization/scoop.md
- customization/sign.md
- customization/snapcraft.md
- customization/snapshots.md
- customization/source.md
- customization/templates.md
- customization/upload.md
- Command Line Usage:
- goreleaser: cmd/goreleaser.md
- goreleaser init: cmd/goreleaser_init.md
- goreleaser check: cmd/goreleaser_check.md
- goreleaser build: cmd/goreleaser_build.md
- goreleaser release: cmd/goreleaser_release.md
- goreleaser completion: cmd/goreleaser_completion.md
- deprecations.md
- Cookbooks:
- About: cookbooks/index.md
- Blog Posts: cookbooks/blog-posts.md
- Add a new cookbook: cookbooks/contributing.md
- cookbooks//build-go-modules.md
- cookbooks/cgo-and-crosscompiling.md
- cookbooks/debconf-templates.md
- cookbooks/publish-to-nexus.md
- cookbooks/release-a-library.md
- cookbooks/semantic-release.md
- cookbooks/set-a-custom-git-tag.md
- cookbooks/using-main.version.md
- pro.md
- sponsors.md
- contributing.md
- links.md
markdown_extensions:
- admonition
- codehilite
- meta
- toc:
permalink: true
- pymdownx.tabbed
- pymdownx.superfences