mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 08:37:03 +02:00
86 lines
1.8 KiB
YAML
86 lines
1.8 KiB
YAML
---
|
|
|
|
# Project information
|
|
site_name: bjw-s | Helm charts | Docs
|
|
site_description: Docs for the bjw-s Helm charts repository
|
|
site_author: bjw-s
|
|
site_url: https://bjw-s.github.io/helm-charts/docs
|
|
|
|
# Repository
|
|
repo_name: bjw-s/helm-charts
|
|
repo_url: https://github.com/bjw-s/helm-charts
|
|
edit_uri: ""
|
|
|
|
# Configuration
|
|
theme:
|
|
name: material
|
|
icon:
|
|
repo: fontawesome/brands/github-alt
|
|
language: en
|
|
features:
|
|
- navigation.sections
|
|
- navigation.tabs
|
|
- navigation.tracking
|
|
# - navigation.indexes
|
|
- search.highlight
|
|
- search.share
|
|
- search.suggest
|
|
palette:
|
|
- scheme: default
|
|
primary: blue
|
|
accent: indigo
|
|
toggle:
|
|
icon: material/toggle-switch-off-outline
|
|
name: Switch to dark mode
|
|
- scheme: slate
|
|
primary: blue
|
|
accent: indigo
|
|
toggle:
|
|
icon: material/toggle-switch
|
|
name: Switch to light mode
|
|
font:
|
|
text: Roboto
|
|
code: Roboto Mono
|
|
|
|
docs_dir: ../../docs
|
|
site_dir: ../../_site
|
|
|
|
# Plugins
|
|
plugins:
|
|
- search
|
|
- minify:
|
|
minify_html: true
|
|
|
|
# Customization
|
|
extra:
|
|
social:
|
|
- icon: fontawesome/brands/github
|
|
link: https://github.com/bjw-s
|
|
- icon: fontawesome/brands/discord
|
|
link: https://discord.gg/sTMX7Vh
|
|
|
|
# Extensions
|
|
markdown_extensions:
|
|
- admonition
|
|
- abbr
|
|
- attr_list
|
|
- def_list
|
|
- footnotes
|
|
- meta
|
|
- md_in_html
|
|
- pymdownx.highlight
|
|
- pymdownx.snippets:
|
|
check_paths: true
|
|
- pymdownx.superfences
|
|
- toc:
|
|
permalink: true
|
|
|
|
# Page tree
|
|
nav:
|
|
- Home: index.md
|
|
- Common Library:
|
|
- Introduction: common-library/introduction.md
|
|
- Common Storage: common-library/common-library-storage.md
|
|
- Common Add-ons: common-library/common-library-add-ons.md
|
|
- App Template:
|
|
- Introduction: app-template/introduction.md
|