-
Notifications
You must be signed in to change notification settings - Fork 48
/
mkdocs.yml
58 lines (54 loc) · 1.94 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
site_name: k8sgpt
site_url: https://k8sgpt.ai/docs
site_description: K8sGPT gives Kubernetes SRE superpowers to everyone
docs_dir: docs/
repo_name: GitHub
repo_url: https://github.com/k8sgpt-ai/k8sgpt
edit_uri: https://github.com/k8sgpt-ai/docs/edit/main/docs/
nav:
- Getting Started:
- Overview: index.md
- Getting Started Guide: getting-started/getting-started.md
- Installation: getting-started/installation.md
- In-Cluster Operator: getting-started/in-cluster-operator.md
- Community: getting-started/Community.md
- Tutorials:
- Overview: tutorials/index.md
- Content Collection: tutorials/content-collection/content-collection.md
- K8sGPT Playground: tutorials/playground.md
- Custom Analyzers: tutorials/custom-analyzers.md
- Slack Integration: tutorials/slack-integration.md
- Observability: tutorials/observability.md
- Custom Rest Backend: tutorials/custom-rest-backend.md
- Reference:
- CLI:
- Overview: reference/cli/index.md
- Integration and Filter: reference/cli/filters.md
- Serve mode: reference/cli/serve-mode.md
- Debugging: reference/cli/debugging.md
- Providers:
- Overview: reference/providers/backend.md
- Operator:
- Overview: reference/operator/overview.md
- Advanced Installation Options: reference/operator/advanced-installation.md
- Guidelines & Community:
- Guidelines: reference/guidelines/guidelines.md
- Community: reference/guidelines/community.md
- Privacy: reference/guidelines/privacy.md
- Explanation:
- Integration: explanation/integrations.md
- Caching: explanation/caching.md
theme:
name: material
language: "en"
logo: imgs/icon-logo-01.svg
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- content.tabs.link
markdown_extensions:
- admonition
plugins:
- search
- macros