-
Notifications
You must be signed in to change notification settings - Fork 134
/
mkdocs.yml
80 lines (75 loc) · 2.69 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
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
- Introducing Monokle Desktop and Monokle Cloud: desktop-v-SAAS.md
- Getting Started: getting-started.md
- Feature Overview: features.md
- UI Overview: overview.md
- Working with File Explorer: file-explorer.md
- Integration with Git: git-integration.md
- Working with the Form Editor: form-editor.md
- Working with Resources:
- Navigating Resources: resource-navigation.md
- Creating Resources: creating-resources.md
- Editing Resources: resource-editing.md
- Validating Resources: resource-validation.md
- Working with Multiple Resources: working-with-multiple-resources.md
- Custom Resource Definitions: resource-crds.md
- Working with Projects: projects.md
- Working with Images: images.md
- Working with Kustomize: kustomize.md
- Working with Helm Charts: helm.md
- Working with Clusters:
- Cluster Integration: cluster-integration.md
- Cluster Mode: cluster-mode.md
- Troubleshooting Connections: cluster-issues.md
- Compare & Sync:
- Resource Compare: compare-sync.md
- Compare Subfolders: compare-subfolders.md
- Deploy/Diff: apply-and-diff.md
- Development:
- Development: development.md
- Architecture: architecture.md
- Testing: testing.md
- Contributing: contributing.md
- Monokle Plugins:
- Plugins: plugins.md
- Templates: templates.md
- Keyboard Shortcuts: hotkeys.md
- FAQ: faq.md
- Telemetry: telemetry.md
- Tutorials:
- How to Configure Monokle: tutorials/how-to-configure-monokle.md
- How to Work with Manifests: tutorials/how-to-navigate-and-edit-manifests.md
- How to Browse Clusters: tutorials/how-to-browse-clusters.md
- How to Work with the Form Editor: tutorials/how-to-create-and-edit-configmap.md
- How to Fix Broken Links: 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>
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.inlinehilite