-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
131 lines (125 loc) · 3.73 KB
/
Copy pathmkdocs.yml
File metadata and controls
131 lines (125 loc) · 3.73 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
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
site_name: grex
site_description: OpAMP control plane for OpenTelemetry Collector fleets
site_url: https://dennisme.github.io/grex/
repo_url: https://github.com/dennisme/grex
repo_name: dennisme/grex
edit_uri: edit/main/docs/
copyright: Copyright © grex contributors — Apache-2.0
theme:
name: material
custom_dir: overrides
logo: assets/logo.png
favicon: assets/logo.png
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: teal
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
accent: teal
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.top
- navigation.indexes
- search.suggest
- search.highlight
- content.code.copy
- content.tabs.link
- toc.follow
plugins:
- search
markdown_extensions:
- admonition
- attr_list
- def_list
- md_in_html
- tables
- toc:
permalink: true
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
# Bare URLs and @user → links (GitHub release notes use bare PR URLs).
- pymdownx.magiclink:
repo_url_shorthand: true
user: dennisme
repo: grex
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/dennisme/grex
extra_css:
- stylesheets/extra.css
nav:
- Home: index.md
- Getting started:
- getting-started/index.md
- Compose stack: getting-started/compose-stack.md
- User:
- user/index.md
- Fleet overview: user/fleet-overview.md
- Agent detail: user/agent-detail.md
- Server status: user/server-status.md
- Admin:
- admin/index.md
- Install: admin/install.md
- Deploy with Helm: admin/helm.md
- Configuration: admin/configuration.md
- TLS and mTLS: admin/tls-mtls.md
- Authentication: admin/authentication.md
- Health and lifecycle: admin/health-and-lifecycle.md
- Scaling with gateways: admin/scaling-with-gateways.md
- High availability: admin/high-availability.md
- Releases:
- releases/index.md
- Changelog: releases/changelog.md
- Developer:
- developer/index.md
- Architecture: developer/architecture.md
- Local development: developer/local-development.md
- Package map: developer/package-map.md
- OpAMP and gateway: developer/opamp-and-gateway.md
- Fleet state: developer/fleet-state.md
- Persistence: developer/persistence.md
- Read API: developer/read-api.md
- Web UI: developer/ui.md
- Testing: developer/testing.md
- Extending grex: developer/extending.md
- Contributing: developer/contributing.md
- Releasing: developer/releasing.md
- Observability:
- observability/index.md
- Metrics: observability/metrics.md
- Scraping: observability/scraping.md
- Cardinality: observability/cardinality.md
- Logging: observability/logging.md
- Tracing: observability/tracing.md
- Alerts: observability/alerts.md
- Debug pprof: observability/debug-pprof.md
- Reference:
- CLI: reference/cli.md
- Endpoints: reference/endpoints.md
- Helm chart: reference/helm-chart.md
- SPEC:
- spec/index.md
- Design: spec/design.md