-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
68 lines (63 loc) · 1.67 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
site_name: KubeDash
site_description: KubeDash is a general purpose, web-based UI for Kubernetes clusters.
site_url: https://devopstales.github.io/kubedash/
docs_dir: docs/
repo_name: GitHub
repo_url: https://github.com/devopstales/KubeDash
edit_uri: ""
nav:
- Overview: index.md
- Installation:
- How to Install?: installation/installation.md
- Configuration: installation/configuration.md
- Platforms: installation/platforms.md
- Functions:
- Authentication: functions/authentication.md
- User Management: functions/users.md
- Manage Privileges: functions/rbac.md
- Connect a Kubernetes Cluster: functions/k8s-api.md
- Integrations:
- Kubectl Plugin: integrations/kubectl-plugin.md
- docker-registry: integrations/docker-registry.md
- trivy-operator: integrations/trivy-operator.md
- HelmChart: integrations/helm.md
- Contributing: contributing.md
- FAQ:
- technical: faq/technical.md
# Documentation and theme
theme:
name: material
language: "en"
palette:
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/weather-night
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- navigation.expand
# Extensions
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- admonition
- footnotes
- attr_list
- pymdownx.tabbed
- def_list
- pymdownx.details
extra:
generator: false
version:
default: latest
method: mike
provider: mike
plugins:
- search
- macros
- glightbox