cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

mkdocs.yml (982B)


      1 site_name: Midnightthoughts GitOps
      2 site_description: Kubernetes GitOps configuration for the Midnightthoughts infrastructure
      3 
      4 docs_dir: docs
      5 
      6 watch:
      7   - apps
      8   - infrastructure_talos
      9   - clusters
     10   - scripts
     11   - README.md
     12   - DISASTER_RECOVERY.md
     13 
     14 theme:
     15   name: material
     16   features:
     17     - navigation.tabs
     18     - navigation.sections
     19     - navigation.indexes
     20     - navigation.top
     21     - search.highlight
     22     - content.code.copy
     23   palette:
     24     - scheme: default
     25       toggle:
     26         icon: material/brightness-7
     27         name: Switch to dark mode
     28     - scheme: slate
     29       toggle:
     30         icon: material/brightness-4
     31         name: Switch to light mode
     32 
     33 plugins:
     34   - search
     35   - gen-files:
     36       scripts:
     37         - docs/gen_pages.py
     38   - awesome-pages:
     39       filename: .pages
     40 
     41 markdown_extensions:
     42   - admonition
     43   - pymdownx.details
     44   - pymdownx.superfences
     45   - pymdownx.highlight:
     46       anchor_linenums: true
     47   - pymdownx.inlinehilite
     48   - pymdownx.snippets
     49   - toc:
     50       permalink: true