github.com/flanksource/konfigadm@v0.12.0/mkdocs.yml (about)

     1  repo_url: https://github.com/flanksource/konfigadm/
     2  repo_name: Konfigadm
     3  site_name: Konfigadm
     4  theme: material
     5  markdown_extensions:
     6    - admonition
     7    - fenced_code
     8    - pymdownx.smartsymbols
     9    - pymdownx.superfences
    10    - codehilite:
    11        linenums: true
    12  nav:
    13    - Installation: ./installation.md
    14    - Concepts: ./concepts.md
    15    - Tags: ./tags.md
    16    - Integration: ./integration.md
    17    - Apps:
    18        - Containers: ./containers.md
    19        - CRI: ./cri.md
    20        - Kubernetes: ./k8s.md
    21    - Native:
    22        - Packages: ./packages.md
    23        - Files: ./files.md
    24        - Templates: ./templates.md
    25        - Sysctl: ./sysctl.md
    26        - Environment: ./environment.md
    27        - Trusted CA: ./trusted_ca.md
    28    - Primitives:
    29        - Commands: ./commands.md
    30        - Files: ./native_files.md