代码拉取完成,页面将自动刷新
version: 1
inputDir: "$(INPUT_DIR)"
outputDir: "$(OUTPUT_DIR)"
extraInputGlobs:
- "CHANGELOG.md"
- "SECURITY.md"
- "MAINTAINERS.md"
- "CONTRIBUTING.md"
- "CODE_OF_CONDUCT.md"
gitIgnored: true
localLinksStyle:
hugo:
indexFileName: "_index.md"
linkPrefixForNonMarkdownResources: "https://github.com/thanos-io/thanos/blob/main"
transformations:
- glob: "$(EXTERNAL_GLOB_REL)CHANGELOG.md"
path: /thanos/CHANGELOG.md
frontMatter:
template: |
title: Changelog
type: docs
menu: thanos
lastmod: "{{ .Origin.LastMod }}"
backMatter: &docBackMatter
template: |
Found a typo, inconsistency or missing information in our docs?
Help us to improve [Thanos](https://thanos.io) documentation by proposing a fix [on GitHub here](https://github.com/thanos-io/thanos/edit/main/{{ .Origin.Path }}) :heart:
- glob: "$(EXTERNAL_GLOB_REL)MAINTAINERS.md"
path: /thanos/MAINTAINERS.md
frontMatter:
template: |
title: Maintainers
type: docs
menu: thanos
lastmod: "{{ .Origin.LastMod }}"
backMatter: *docBackMatter
- glob: "$(EXTERNAL_GLOB_REL)SECURITY.md"
path: /thanos/SECURITY.md
frontMatter:
template: |
title: Security
type: docs
menu: thanos
lastmod: "{{ .Origin.LastMod }}"
backMatter: *docBackMatter
- glob: "$(EXTERNAL_GLOB_REL)CODE_OF_CONDUCT.md"
path: /contributing/CODE_OF_CONDUCT.md
frontMatter:
template: |
title: Code of Conduct
type: docs
menu: contributing
lastmod: "{{ .Origin.LastMod }}"
backMatter: *docBackMatter
- glob: "$(EXTERNAL_GLOB_REL)CONTRIBUTING.md"
path: /contributing/CONTRIBUTING.md
frontMatter:
template: |
title: Contributing
type: docs
menu: contributing
lastmod: "{{ .Origin.LastMod }}"
backMatter: *docBackMatter
# Non-versioned element: Blog.
- glob: "support/*"
path: /../support/*
- glob: "blog/*"
path: /../blog/*
- glob: "**/README.md"
path: _index.md
frontMatter: &justTitleFrontMatter
template: |
title: "{{ .Origin.FirstHeader }}"
backMatter: *docBackMatter
- glob: "getting-started.md"
path: /thanos/getting-started.md
popHeader: false
frontMatter: &weightOneFrontMatter
template: |
type: docs
title: "{{ .Origin.FirstHeader }}"
menu: thanos
weight: 1
lastmod: "{{ .Origin.LastMod }}"
backMatter: *docBackMatter
- glob: "quick-tutorial.md"
path: /thanos/quick-tutorial.md
popHeader: false
frontMatter: *weightOneFrontMatter
backMatter: *docBackMatter
- glob: "proposals-*/README.md"
path: /proposals-*/_index.md
frontMatter: *justTitleFrontMatter
backMatter: *docBackMatter
- glob: "README.md"
path: /thanos/_index.md
frontMatter: *justTitleFrontMatter
backMatter: *docBackMatter
- glob: "*.md"
path: /thanos/*
popHeader: false
frontMatter:
template: |
type: docs
title: "{{ .Origin.FirstHeader }}"
menu: thanos
lastmod: "{{ .Origin.LastMod }}"
backMatter: *docBackMatter
- glob: "operating/*.md"
path: /operating/*
frontMatter:
template: |
type: docs
title: "{{ .Origin.FirstHeader }}"
menu: operating
lastmod: "{{ .Origin.LastMod }}"
backMatter: *docBackMatter
- glob: "contributing/*.md"
path: /contributing/*
frontMatter:
template: |
type: docs
title: "{{ .Origin.FirstHeader }}"
menu: contributing
lastmod: "{{ .Origin.LastMod }}"
backMatter: *docBackMatter
- glob: "components/*.md"
path: /components/*
frontMatter:
template: |
type: docs
title: "{{ .Origin.FirstHeader }}"
menu: components
lastmod: "{{ .Origin.LastMod }}"
backMatter: *docBackMatter
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。