mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-06 03:13:48 +02:00
bc4523d4fe
closes #4357
241 lines
7.3 KiB
YAML
241 lines
7.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/main/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
|
|
features:
|
|
- announce.dismiss
|
|
- search.suggest
|
|
- search.highlight
|
|
- search.share
|
|
- content.code.copy
|
|
- content.action.edit
|
|
- navigation.footer
|
|
- navigation.instant
|
|
- navigation.tracking
|
|
- navigation.tabs
|
|
|
|
plugins:
|
|
- search
|
|
- redirects:
|
|
redirect_maps:
|
|
discord.md: https://discord.gg/rYWM4AZvy7
|
|
github.md: https://github.com/goreleaser
|
|
linkedin.md: https://www.linkedin.com/company/goreleaser/
|
|
mastodon.md: https://fosstodon.org/@goreleaser
|
|
twitter.md: https://twitter.com/goreleaser
|
|
d.md: https://discord.gg/RGEBtg8vQ6
|
|
g.md: https://github.com/goreleaser
|
|
l.md: https://www.linkedin.com/company/goreleaser/
|
|
m.md: https://fosstodon.org/@goreleaser
|
|
t.md: https://twitter.com/goreleaser
|
|
"customization/build.md": customization/builds.md
|
|
- minify:
|
|
minify_html: true
|
|
- include-markdown
|
|
- tags
|
|
# - meta
|
|
- blog:
|
|
post_url_format: "{slug}"
|
|
- rss:
|
|
match_path: blog/posts/.*
|
|
date_from_meta:
|
|
as_creation: date
|
|
|
|
extra:
|
|
social:
|
|
- icon: fontawesome/brands/github-alt
|
|
link: https://github.com/goreleaser
|
|
- icon: fontawesome/brands/twitter
|
|
link: https://twitter.com/goreleaser
|
|
- icon: fontawesome/brands/mastodon
|
|
link: https://fosstodon.org/@goreleaser
|
|
|
|
nav:
|
|
- Home: index.md
|
|
- Getting Started:
|
|
- intro.md
|
|
- install.md
|
|
- quick-start.md
|
|
- how-it-works.md
|
|
- Limitations:
|
|
- limitations/cgo.md
|
|
- limitations/semver.md
|
|
- Customization:
|
|
- customization/index.md
|
|
- Basics:
|
|
- customization/includes.md
|
|
- customization/templates.md
|
|
- customization/templatefiles.md
|
|
- customization/env.md
|
|
- customization/hooks.md
|
|
- customization/dist.md
|
|
- customization/project.md
|
|
- customization/git.md
|
|
- Build:
|
|
- customization/builds.md
|
|
- customization/verifiable_builds.md
|
|
- customization/monorepo.md
|
|
- customization/universalbinaries.md
|
|
- customization/upx.md
|
|
- customization/partial.md
|
|
- Packaging and Archiving:
|
|
- customization/archive.md
|
|
- customization/nfpm.md
|
|
- customization/checksum.md
|
|
- customization/snapcraft.md
|
|
- customization/chocolatey.md
|
|
- customization/docker.md
|
|
- customization/docker_manifest.md
|
|
- customization/ko.md
|
|
- customization/sbom.md
|
|
- customization/reportsizes.md
|
|
- customization/metadata.md
|
|
- Signing:
|
|
- Checksums and artifacts: customization/sign.md
|
|
- Docker Images and Manifests: customization/docker_sign.md
|
|
- Publish:
|
|
- customization/release.md
|
|
- customization/snapshots.md
|
|
- customization/nightlies.md
|
|
- customization/blob.md
|
|
- customization/fury.md
|
|
- customization/homebrew.md
|
|
- customization/nix.md
|
|
- customization/winget.md
|
|
- customization/aur.md
|
|
- customization/krew.md
|
|
- customization/scoop.md
|
|
- customization/changelog.md
|
|
- customization/upload.md
|
|
- customization/source.md
|
|
- customization/publishers.md
|
|
- customization/artifactory.md
|
|
- customization/milestone.md
|
|
- SCM:
|
|
- scm/github.md
|
|
- scm/gitlab.md
|
|
- scm/gitea.md
|
|
- Announce:
|
|
- customization/announce/index.md
|
|
- customization/announce/discord.md
|
|
- customization/announce/linkedin.md
|
|
- customization/announce/mastodon.md
|
|
- customization/announce/mattermost.md
|
|
- customization/announce/opencollective.md
|
|
- customization/announce/reddit.md
|
|
- customization/announce/slack.md
|
|
- customization/announce/smtp.md
|
|
- customization/announce/teams.md
|
|
- customization/announce/telegram.md
|
|
- customization/announce/twitter.md
|
|
- customization/announce/webhook.md
|
|
|
|
- Continuous Integration:
|
|
- About: ci/index.md
|
|
- ci/actions.md
|
|
- ci/azurepipelines.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
|
|
- ci/woodpecker.md
|
|
|
|
|
|
- More resources:
|
|
- sponsors.md
|
|
- users.md
|
|
- deprecations.md
|
|
- Common errors:
|
|
- errors/dirty.md
|
|
- errors/multiple-tokens.md
|
|
- errors/release-upload.md
|
|
- errors/docker-build.md
|
|
- errors/no-main.md
|
|
- errors/build.md
|
|
- errors/resource-not-accessible-by-integration.md
|
|
- errors/no-history.md
|
|
- errors/multiple-binaries-archive.md
|
|
- errors/scoop-archive.md
|
|
- Cookbooks:
|
|
- About: cookbooks/index.md
|
|
- Blog Posts: cookbooks/blog-posts.md
|
|
- Add a new cookbook: cookbooks/contributing.md
|
|
- cookbooks/private-monorepo-public-release.md
|
|
- cookbooks/multi-platform-docker-images.md
|
|
- cookbooks/build-go-modules.md
|
|
- cookbooks/cgo-and-crosscompiling.md
|
|
- cookbooks/debconf-templates.md
|
|
- cookbooks/using-jfrog-cli-to-publish-to-artifactory.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
|
|
- cookbooks/override-image-name.md
|
|
- cookbooks/goreleaser-xx.md
|
|
- Command Line Usage:
|
|
- cmd/goreleaser.md
|
|
- cmd/goreleaser_init.md
|
|
- cmd/goreleaser_healthcheck.md
|
|
- cmd/goreleaser_check.md
|
|
- cmd/goreleaser_changelog.md
|
|
- cmd/goreleaser_build.md
|
|
- cmd/goreleaser_release.md
|
|
- cmd/goreleaser_continue.md
|
|
- cmd/goreleaser_publish.md
|
|
- cmd/goreleaser_announce.md
|
|
- cmd/goreleaser_completion.md
|
|
- cmd/goreleaser_completion_bash.md
|
|
- cmd/goreleaser_completion_fish.md
|
|
- cmd/goreleaser_completion_powershell.md
|
|
- cmd/goreleaser_completion_zsh.md
|
|
- cmd/goreleaser_jsonschema.md
|
|
- contributing.md
|
|
- links.md
|
|
- Get Pro: pro.md
|
|
- Blog:
|
|
- blog/index.md
|
|
|
|
markdown_extensions:
|
|
- admonition
|
|
- codehilite
|
|
- meta
|
|
- toc:
|
|
permalink: true
|
|
- pymdownx.tabbed:
|
|
alternate_style: true
|
|
- pymdownx.superfences
|
|
- pymdownx.tasklist:
|
|
custom_checkbox: true
|
|
- footnotes
|