mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-08 03:31:59 +02:00
943ef1d81f
* docs: enable instant Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com> * fix: minify html Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com> * fix: edit uri Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com> * fix: remove uneeded meta Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com> * docs: several improvements Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com> * fix: broken links Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
92 lines
2.0 KiB
YAML
92 lines
2.0 KiB
YAML
site_name: GoReleaser
|
|
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
|
|
|
|
plugins:
|
|
# disable temporarely because its freezing the page
|
|
- 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
|
|
|
|
google_analytics:
|
|
- UA-106198408-1
|
|
- auto
|
|
|
|
nav:
|
|
- Home: index.md
|
|
- intro.md
|
|
- install.md
|
|
- quick-start.md
|
|
- environment.md
|
|
- Limitations:
|
|
- limitations/semver.md
|
|
- limitations/cgo.md
|
|
- Continuous Integration:
|
|
- About: ci/index.md
|
|
- ci/actions.md
|
|
- ci/travis.md
|
|
- ci/gitlab.md
|
|
- ci/circle.md
|
|
- ci/cloudbuild.md
|
|
- ci/codefresh.md
|
|
- ci/drone.md
|
|
- ci/semaphore.md
|
|
- Customization:
|
|
- About: customization/index.md
|
|
- customization/project.md
|
|
- customization/env.md
|
|
- customization/hooks.md
|
|
- customization/templates.md
|
|
- customization/build.md
|
|
- customization/archive.md
|
|
- customization/source.md
|
|
- customization/checksum.md
|
|
- customization/sign.md
|
|
- customization/snapshots.md
|
|
- customization/nfpm.md
|
|
- customization/snapcraft.md
|
|
- customization/release.md
|
|
- customization/homebrew.md
|
|
- customization/scoop.md
|
|
- customization/docker.md
|
|
- customization/blob.md
|
|
- customization/artifactory.md
|
|
- customization/bintray.md
|
|
- customization/upload.md
|
|
- customization/publishers.md
|
|
- deprecations.md
|
|
- sponsors.md
|
|
- contributing.md
|
|
- tutorials.md
|
|
- links.md
|
|
|
|
markdown_extensions:
|
|
- admonition
|
|
- codehilite
|
|
- meta
|
|
- toc:
|
|
permalink: true
|