Gluttony-Cluster/mkdocs.yaml
2024-11-11 19:53:25 -05:00

92 lines
2.5 KiB
YAML

site_name: Gluttony-Cluster
site_url: https://docs.clortox.com/cluster
site_description: Documentation on maintaining a datacenter at home
docs_dir: docs/
repo_name: Gitea
repo_url: https://git.clortox.com/Infrastructure/Gluttony-Cluster
edit_uri: src/branch/main/docs
nav:
- Introduction:
- Overview: index.md
- Cluster Architecture: architecture.md
- Setup Cluster: setup.md
- User Documentation:
- Overview: user/index.md
- Accounts:
- Registering a mail account: user/mailcow.md
- Registering an account: user/account.md
- Media:
- Requesting Media: user/request.md
- Downloading Media: user/download.md
- Technical:
- Overview: technical/index.md
- Conventions: technical/conventions.md
- Tier 0 (Infrastructure):
- MetalLB: technical/metallb.md
- Sealed Secrets: technical/sealed-secrets.md
- Nvidia Operator: technical/nvidia.md
- Longhorn: technical/longhorn.md
- Tier 1 (Dependencies):
- Postgresql: technical/postgresql.md
- PGAdmin: technical/pgadmin.md
- Reids: technical/redis.md
- Tier 2 (User Apps):
- Navidrome (Music): technical/navidrome.md
- Misc:
- NFS: technical/nfs-storage.md
- Seal-a-secret: technical/seal-a-secret.md
- Networking: technical/inter-pod-networking.md
theme:
name: material
#custom_dir: docs/overrides
language: "en"
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to dark mode
logo: img/logo.png
favicon: img/logo.png
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.footer
- content.action.edit
- content.tabs.link
- content.code.annotate
- content.code.copy
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- admonition
- footnotes
- def_list
#- attr_list
#- pymdownx.tabbed:
# alternate_style: true
#- pymdownx.details
#- pymdownx.emoji:
# emoji_index: !!python/name:materialx.emoji.twemoji
# emoji_generator: !!python/name:materialx.emoji.to_svg
extra:
generator: false
version:
method: mike
provider: mike
default: latest