mirror of
https://github.com/outbackdingo/kamaji.git
synced 2026-01-27 10:19:29 +00:00
79 lines
1.9 KiB
YAML
79 lines
1.9 KiB
YAML
repo_name: clastix/kamaji
|
|
repo_url: https://github.com/clastix/kamaji
|
|
|
|
site_name: Kamaji
|
|
site_url: https://kamaji.clastix.io/
|
|
docs_dir: content
|
|
site_dir: site
|
|
site_author: bsctl
|
|
site_description: >-
|
|
Kamaji deploys and operates Kubernetes Control Plane at scale with a fraction of the operational burden.
|
|
|
|
copyright: Copyright © 2020 - 2023 Clastix Labs
|
|
|
|
theme:
|
|
name: material
|
|
features:
|
|
- navigation.tabs
|
|
- navigation.indexes
|
|
- navigation.instant
|
|
- navigation.sections
|
|
- navigation.path
|
|
- navigation.footer
|
|
- content.code.copy
|
|
include_sidebar: true
|
|
palette:
|
|
# Palette toggle for automatic mode
|
|
- media: "(prefers-color-scheme)"
|
|
primary: white
|
|
toggle:
|
|
icon: material/brightness-auto
|
|
name: Switch to light mode
|
|
# Palette toggle for light mode
|
|
- media: "(prefers-color-scheme: light)"
|
|
scheme: default
|
|
primary: white
|
|
toggle:
|
|
icon: material/lightbulb
|
|
name: Switch to dark mode
|
|
# Palette toggle for dark mode
|
|
- media: "(prefers-color-scheme: dark)"
|
|
scheme: slate
|
|
primary: white
|
|
toggle:
|
|
icon: material/lightbulb-outline
|
|
name: Switch to system preference
|
|
favicon: images/favicon.png
|
|
logo: images/logo.png
|
|
|
|
markdown_extensions:
|
|
- admonition
|
|
- attr_list
|
|
- def_list
|
|
- md_in_html
|
|
|
|
# Generate navigation bar
|
|
nav:
|
|
- 'Kamaji': index.md
|
|
- 'Getting started': getting-started.md
|
|
- 'Concepts': concepts.md
|
|
- 'Guides':
|
|
- guides/index.md
|
|
- guides/kamaji-azure-deployment.md
|
|
- guides/alternative-datastore.md
|
|
- guides/kamaji-gitops-flux.md
|
|
- guides/upgrade.md
|
|
- guides/datastore-migration.md
|
|
- guides/backup-and-restore.md
|
|
- guides/certs-lifecycle.md
|
|
- guides/cluster-api.md
|
|
- 'Use Cases': use-cases.md
|
|
- 'Reference':
|
|
- reference/index.md
|
|
- reference/benchmark.md
|
|
- reference/configuration.md
|
|
- reference/conformance.md
|
|
- reference/versioning.md
|
|
- reference/api.md
|
|
- 'Contribute': contribute.md
|