1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-24 04:16:27 +02:00
goreleaser/www/mkdocs.yml
Artur Troian c55267f49f
docs: how to cross-compile Go with CGO (#1826)
* docs: how to cross-compile Go with CGO

Signed-off-by: Artur Troian <troian.ap@gmail.com>

* docs: update mkdocs

Signed-off-by: Artur Troian <troian.ap@gmail.com>

* docs: add extenstion to cookbook name

Signed-off-by: Artur Troian <troian.ap@gmail.com>

* docs: fix link to cgo-cross-compiling

Signed-off-by: Artur Troian <troian.ap@gmail.com>
2020-09-30 10:42:26 -03:00

103 lines
2.2 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/cgo.md
- limitations/semver.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/archive.md
- customization/artifactory.md
- customization/bintray.md
- customization/blob.md
- customization/build.md
- customization/checksum.md
- customization/publishers.md
- customization/docker.md
- customization/env.md
- customization/hooks.md
- customization/homebrew.md
- customization/upload.md
- customization/templates.md
- customization/milestone.md
- customization/nfpm.md
- customization/project.md
- customization/release.md
- customization/scoop.md
- customization/sign.md
- customization/snapcraft.md
- customization/snapshots.md
- customization/source.md
- deprecations.md
- sponsors.md
- contributing.md
- Cookbooks:
- About: cookbooks/index.md
- cookbooks/semantic-release.md
- cookbooks/release-a-library.md
- cookbooks/publish-to-nexus.md
- cookbooks/cgo-and-crosscompiling.md
- tutorials.md
- links.md
markdown_extensions:
- admonition
- codehilite
- meta
- toc:
permalink: true
- pymdownx.tabbed
- pymdownx.superfences