-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yaml
More file actions
55 lines (50 loc) · 1.31 KB
/
mkdocs.yaml
File metadata and controls
55 lines (50 loc) · 1.31 KB
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
site_name: ObservabilityStack
site_description: GitOps-managed observability stack for local Kubernetes
site_author: Fredrik Frodlund
repo_url: https://github.com/fiddeb/observabilitystack
repo_name: fiddeb/observabilitystack
theme:
name: "material"
palette:
primary: "grey"
accent: "deep purple"
logo: assets/logo.png
favicon: logo.png
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.sections
- navigation.expand
- search.suggest
- search.highlight
- content.code.copy
extra:
homepage: https://fiddeb.github.io/docnet/
markdown_extensions:
- codehilite
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- admonition
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true
plugins:
- search
nav:
- Home: index.md
- Getting Started:
- Installation: guides/INSTALLATION.md
- Usage Guide: guides/USAGE_GUIDE.md
- Guides:
- Architecture: guides/ARCHITECTURE.md
- Git Workflow: guides/GIT_WORKFLOW.md
- Troubleshooting: guides/TROUBLESHOOTING.md
- Advanced:
- Batch Optimization: advanced/BATCH_OPTIMIZATION.md
- Mimir Setup: advanced/MIMIR_SETUP.md