-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
106 lines (105 loc) · 3.09 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
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
site_name: Gufo Agent
site_description: Gufo Agent Documentation
site_author: Gufo Labs
site_url: "https://docs.gufolabs.com/gufo_agent/"
copyright: "© 2021-23, Gufo Labs"
site_dir: dist/docs/
repo_url: https://github.com/gufolabs/gufo_agent/
repo_name: GitHub
nav:
- Home: index.md
- Installation: installation.md
- Man Pages: man.md
- Configuration: configuration.md
- Relabeling Rules: relabel.md
- Config Discovery: config_discovery.md
- Collectors Reference:
- Overview: collectors/index.md
- block_io: collectors/block_io.md
- cpu: collectors/cpu.md
- dns: collectors/dns.md
- exec: collectors/exec.md
- fs: collectors/fs.md
- http: collectors/http.md
- memory: collectors/memory.md
- modbus_rtu: collectors/modbus_rtu.md
- modbus_tcp: collectors/modbus_tcp.md
- mysql: collectors/mysql.md
- mysql_query: collectors/mysql_query.md
- network: collectors/network.md
- pgbouncer: collectors/pgbouncer.md
- postgres: collectors/postgres.md
- postgres_query: collectors/postgres_query.md
- procstat: collectors/procstat.md
- redis: collectors/redis.md
- scrape: collectors/scrape.md
- sockets: collectors/sockets.md
- spool: collectors/spool.md
- twamp_reflector: collectors/twamp_reflector.md
- twamp_sender: collectors/twamp_sender.md
- uptime: collectors/uptime.md
- Metrics Reference: metrics.md
- Developers' Guide:
- Developer's Environment: environment.md
- Building and Testing: testing.md
- Creating New Collector: creating_new_collector.md
- OpenMetrics Format: openmetrics.md
- Common Tasks: devcommon.md
- Developer's Tools: devtools.md
#- Code Quality: codequality.md
- Code Base: codebase.md
- Contributing Guide: CONTRIBUTING.md
- Code of Conduct: CODE_OF_CONDUCT.md
- FAQ: faq.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
theme:
name: material
logo: assets/logo.png
favicon: assets/logo.png
palette:
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
watch:
- docs/
- macros.py
plugins:
- search
- literate-nav:
nav_file: SUMMARY.md
- section-index
- macros:
module_name: macros
markdown_extensions:
- toc:
permalink: True
- admonition
- footnotes
- pymdownx.highlight:
anchor_linenums: True
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
extra:
"tab": ":material-arrow-right:"
"complex": ":material-arrow-down:"