This repository has been archived by the owner on Oct 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
mkdocs.yml
82 lines (76 loc) · 2.63 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
site_name: kubenav
site_description: kubenav is the navigator for your Kubernetes clusters right in your pocket.
repo_name: kubenav/kubenav
repo_url: https://github.com/kubenav/kubenav
edit_uri: https://github.com/kubenav/docs/edit/master/docs/
copyright: Copyright © 2021 Rico Berger
theme:
name: material
language: en
font:
text: Roboto
code: Roboto Mono
favicon: images/favicon.png
logo: images/logo.png
include_search_page: false
search_index_only: true
nav:
- Home: index.md
- Screenshots: screenshots.md
- Mobile:
- Getting started: mobile/getting-started.md
- Cluster Configuration:
- Google: mobile/google.md
- Amazon Web Services: mobile/amazon-web-services.md
- Microsoft Azure: mobile/microsoft-azure.md
- DigitalOcean: mobile/digital-ocean.md
- OIDC: mobile/oidc.md
- Kubeconfig: mobile/kubeconfig.md
- Manual: mobile/manual.md
- Cluster Management: mobile/cluster-management.md
- Settings: mobile/settings.md
- Desktop:
- Getting started: desktop/getting-started.md
- Configuration: desktop/configuration.md
- Settings: desktop/settings.md
- Command-Line Flags: desktop/command-line-flags.md
- Web:
- Getting started: web/getting-started.md
- Kustomize: web/kustomize.md
- Helm: web/helm.md
- Configure Access to Multiple Clusters: web/multi-cluster-access.md
- Settings: web/settings.md
- Command-Line Flags: web/command-line-flags.md
- Plugins:
- Helm: plugins/helm.md
- Prometheus: plugins/prometheus.md
- Elasticsearch: plugins/elasticsearch.md
- Jaeger: plugins/jaeger.md
- Contributing:
- Getting started: contributing/getting-started.md
- Development: contributing/development.md
- Release: contributing/release.md
plugins:
- search
markdown_extensions:
- admonition
extra:
social:
- icon: material/web
link: https://kubenav.io
- icon: fontawesome/brands/twitter
link: https://twitter.com/kubenav
- icon: fontawesome/brands/app-store-ios
link: https://apps.apple.com/us/app/kubenav/id1494512160
- icon: fontawesome/brands/google-play
link: https://play.google.com/store/apps/details?id=io.kubenav.kubenav
- icon: fontawesome/solid/desktop
link: https://github.com/kubenav/kubenav/releases
- icon: material/kubernetes
link: https://github.com/kubenav/deploy
- icon: fontawesome/brands/github
link: https://github.com/kubenav/kubenav
- icon: fontawesome/brands/docker
link: https://hub.docker.com/r/kubenav/kubenav
extra_css:
- stylesheets/extra.css