github.com/thanos-io/thanos@v0.32.5/.mdox.prev-release.yaml (about)

     1  version: 1
     2  
     3  inputDir: "$(OUTPUT_CONTENT_DIR)/$(tags)-git-docs"
     4  outputDir: "$(OUTPUT_CONTENT_DIR)/$(tags)"
     5  extraInputGlobs:
     6    - "CHANGELOG.md"
     7    - "SECURITY.md"
     8    - "MAINTAINERS.md"
     9    - "CONTRIBUTING.md"
    10    - "CODE_OF_CONDUCT.md"
    11  
    12  gitIgnored: true
    13  localLinksStyle:
    14    hugo:
    15      indexFileName: "_index.md"
    16  
    17  transformations:
    18  
    19    - glob: "../../../CHANGELOG.md"
    20      path: /thanos/CHANGELOG.md
    21      frontMatter:
    22        template: |
    23          title: Changelog
    24          type: docs
    25          menu: thanos
    26          lastmod: "{{ .Origin.LastMod }}"
    27  
    28    - glob: "../../../MAINTAINERS.md"
    29      path: /thanos/MAINTAINERS.md
    30      frontMatter:
    31        template: |
    32          title: Maintainers
    33          type: docs
    34          menu: thanos
    35          lastmod: "{{ .Origin.LastMod }}"
    36  
    37    - glob: "../../../SECURITY.md"
    38      path: /thanos/SECURITY.md
    39      frontMatter:
    40        template: |
    41          title: Security
    42          type: docs
    43          menu: thanos
    44          lastmod: "{{ .Origin.LastMod }}"
    45  
    46    - glob: "../../../CODE_OF_CONDUCT.md"
    47      path: /contributing/CODE_OF_CONDUCT.md
    48      frontMatter:
    49        template: |
    50          title: Code of Conduct
    51          type: docs
    52          menu: contributing
    53          lastmod: "{{ .Origin.LastMod }}"
    54  
    55    - glob: "../../../CONTRIBUTING.md"
    56      path: /contributing/CONTRIBUTING.md
    57      frontMatter:
    58        template: |
    59          title: Contributing
    60          type: docs
    61          menu: contributing
    62          lastmod: "{{ .Origin.LastMod }}"
    63    
    64    - glob: "*.md"
    65      path: /thanos/*