2022-06-13 13:50:57 +02:00
|
|
|
site_name: Katenary documentation
|
|
|
|
docs_dir: ./docs
|
2025-07-07 21:57:14 +02:00
|
|
|
plugins:
|
2024-04-19 12:11:18 +02:00
|
|
|
- search
|
2024-04-10 22:25:07 +02:00
|
|
|
- inline-svg
|
2025-07-09 14:11:46 +02:00
|
|
|
- manpage:
|
|
|
|
enabled: !ENV [MANPAGE, false]
|
|
|
|
preprocess: preprocess.py
|
|
|
|
pages:
|
|
|
|
- title: Katenary
|
|
|
|
header: Katenary helm chart generator
|
|
|
|
output: share/man/man1/katenary.1
|
|
|
|
inputs:
|
|
|
|
- usage.md
|
|
|
|
- labels.md
|
2022-06-13 13:50:57 +02:00
|
|
|
theme:
|
2022-06-14 09:25:43 +02:00
|
|
|
name: material
|
2022-06-14 10:08:22 +02:00
|
|
|
custom_dir: overrides
|
2024-04-10 13:53:58 +02:00
|
|
|
logo: statics/logo-bright.svg
|
|
|
|
favicon: statics/icon.svg
|
2022-06-14 10:08:22 +02:00
|
|
|
palette:
|
|
|
|
- scheme: slate
|
|
|
|
toggle:
|
|
|
|
icon: material/brightness-4
|
|
|
|
name: Switch to light mode
|
|
|
|
|
|
|
|
- scheme: default
|
|
|
|
toggle:
|
|
|
|
icon: material/brightness-7
|
|
|
|
name: Switch to dark mode
|
2022-06-14 09:25:43 +02:00
|
|
|
markdown_extensions:
|
|
|
|
- admonition
|
2024-04-19 12:11:18 +02:00
|
|
|
- footnotes
|
2022-06-14 09:25:43 +02:00
|
|
|
- attr_list
|
|
|
|
- pymdownx.emoji:
|
2023-12-06 15:24:02 +01:00
|
|
|
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
|
|
|
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
2022-06-14 09:25:43 +02:00
|
|
|
- pymdownx.highlight:
|
|
|
|
anchor_linenums: true
|
|
|
|
use_pygments: false
|
2024-10-18 09:34:57 +02:00
|
|
|
- pymdownx.superfences:
|
|
|
|
custom_fences:
|
|
|
|
- name: mermaid
|
|
|
|
class: mermaid
|
|
|
|
format: !!python/name:pymdownx.superfences.fence_code_format
|
2022-06-13 13:50:57 +02:00
|
|
|
extra_css:
|
|
|
|
- statics/main.css
|
|
|
|
extra_javascript:
|
|
|
|
- statics/addons.js
|
2024-04-10 13:53:58 +02:00
|
|
|
copyright: Copyright © 2021 - 2024 - Katenary authors
|
2022-06-14 10:08:22 +02:00
|
|
|
extra:
|
|
|
|
generator: false
|
|
|
|
social:
|
|
|
|
- icon: fontawesome/brands/github
|
2025-07-13 00:43:21 +02:00
|
|
|
link: https://github.com/katenary/katenary
|
2022-06-13 13:50:57 +02:00
|
|
|
nav:
|
2022-06-14 09:25:43 +02:00
|
|
|
- "Home": index.md
|
2022-06-13 13:50:57 +02:00
|
|
|
- usage.md
|
2022-06-14 09:25:43 +02:00
|
|
|
- labels.md
|
2023-12-06 15:24:02 +01:00
|
|
|
- Behind the scene:
|
2025-07-07 21:57:14 +02:00
|
|
|
- coding.md
|
|
|
|
- dependencies.md
|
2024-04-19 12:11:18 +02:00
|
|
|
- FAQ: faq.md
|
2023-12-06 15:24:02 +01:00
|
|
|
- Go Packages:
|
2025-07-07 21:57:14 +02:00
|
|
|
- packages/cmd/katenary.md
|
|
|
|
- packages/parser.md
|
|
|
|
- packages/utils.md
|
|
|
|
- Generator:
|
|
|
|
- Index: packages/generator.md
|
|
|
|
- ExtraFiles: packages/generator/extrafiles.md
|
|
|
|
- labels:
|
|
|
|
- packages/generator/labels.md
|
|
|
|
- Labelstructs: packages/generator/labels/labelstructs.md
|
|
|
|
- KatenaryFile: packages/generator/katenaryfile.md
|