Files
Kevin Minehart 13f4cf162e CI: move grafana-build into pkg/build (#105640)
* move grafana-build into pkg/build
2025-05-20 10:48:00 -05:00

33 lines
891 B
YAML
Executable File

docs_dir: docs
edit_uri: edit/main/docs/
markdown_extensions:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
nav:
- index.md
- "Why Dagger?": why-dagger.md
- "Guides":
- guides/building.md
- guides/tracing.md
- "Artifact types":
- "Overview": artifact-types/index.md
- "Tarball": artifact-types/tarball.md
- "RPM": artifact-types/rpm.md
- "Debian": artifact-types/deb.md
- "Windows installer": artifact-types/windows-installer.md
- "Docker image": artifact-types/docker-image.md
- "ZIP": artifact-types/zip.md
- "Meta":
- meta/docs.md
repo_url: https://github.com/grafana/grafana-build
site_name: Grafana Build
theme:
features:
- content.action.edit
- content.code.copy
- navigation.footer
name: material