mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 03:13:49 +08:00
33 lines
891 B
YAML
Executable File
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
|