forked from kubeshop/monokle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
51 lines (47 loc) · 1.54 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
site_name: Monokle
site_description: 'Your K8s best friend'
site_author: 'Kubeshop Monokle Team'
docs_dir: docs/
repo_name: 'kubeshop/monokle'
repo_url: 'https://github.com/kubeshop/monokle'
edit_uri: blob/main/docs/
theme:
name: material
locale: en
highlightjs: true
hljs_languages:
- yaml
features:
- navigation.expand
nav:
- Welcome: index.md
- Getting Started: getting-started.md
- Feature Overview: features.md
- UI Overview: overview.md
- Navigating Resources: resource-navigation.md
- Resource Editing: resource-editing.md
- Working with Kustomize: kustomize.md
- Working with Helm Charts: helm.md
- Cluster Integration: cluster-integration.md
- Cluster Compare: cluster-compare.md
- Apply/Diff: apply-and-diff.md
- Development: development.md
- Architecture: architecture.md
- FAQ: faq.md
- Tutorials:
- tutorials/how-to-navigate-and-edit-manifests.md
- tutorials/how-to-browse-clusters.md
- tutorials/how-to-configure-monokle.md
- tutorials/how-to-create-and-edit-configmap.md
- tutorials/how-to-fix-broken-links.md
extra:
analytics:
provider: google
property: UA-204665550-5
consent:
title: Cookie consent
description: >
We use cookies to recognize your repeated visits and preferences, as well as to measure the effectiveness of our
documentation and whether users find what they're searching for. With your consent, you're helping us to make our
documentation better.
copyright: Copyright © 2021 <a href="https://kubeshop.io">Kubeshop</a>