github.com/khulnasoft-lab/kube-bench@v0.2.1-0.20240330183753-9df52345ae58/mkdocs.yml (about)

     1  ---
     2  site_name: Kube-bench
     3  site_url: https://khulnasoft-lab.github.io/kube-bench/
     4  site_description: Checks whether Kubernetes is deployed according to security best practices as defined in the CIS Kubernetes Benchmark
     5  docs_dir: docs/
     6  repo_name: GitHub
     7  repo_url: https://github.com/khulnasoft-lab/kube-bench/
     8  edit_uri: ""
     9  
    10  nav:
    11    - Overview: index.md
    12    - Getting Started:
    13        - Installation: installation.md
    14        - Platforms: platforms.md
    15        - How to run: running.md
    16        - ASFF: asff.md
    17    - Flags: flags-and-commands.md
    18    - Configuration Options:
    19        - Understanding the yamls: controls.md
    20        - Architecture: architecture.md
    21    - Contributing: CONTRIBUTING.md
    22  
    23  markdown_extensions:
    24    - pymdownx.highlight
    25    - pymdownx.superfences
    26    - admonition
    27  
    28  extra:
    29    generator: false
    30    version:
    31      method: mike
    32      provider: mike
    33  
    34  theme:
    35    name: material
    36    language: 'en'
    37    logo: images/kube-bench-logo-only.png
    38  
    39  plugins:
    40    - search
    41    - macros