forked from powerapi-ng/powerapi-ng.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
116 lines (102 loc) · 2.77 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
107
108
109
110
111
112
113
114
115
116
site_name: "PowerAPI"
site_description: "PowerAPI"
repo_url: https://github.com/powerapi-ng/powerapi
copyright: Copyright © 2024 Inria, University of Lille
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/extra.js
markdown_extensions:
- tables
- attr_list
- md_in_html
- pymdownx.betterem
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.critic
- pymdownx.keys
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
theme:
# Used theme
name: material
# Overrides files
custom_dir: overrides
# favicon to show on the browser
favicon: images/favicon.ico
# Logo used in the header
logo: assets/images/PowerAPI-logo.png
palette:
# scheme: slate
#accent: light green
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
primary: red
accent: green
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
primary: red
accent: green
icon:
repo: fontawesome/brands/github
features:
# - navigation.instant
- navigation.tabs
- navigation.path
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- navigation.sections
- content.code.copy
nav:
- Home: index.md
- Getting Started: getting_started.md
- Reference:
- Overview: reference/overview.md
- Sensors:
- HWPC Sensor: reference/sensors/hwpc-sensor.md
# - Procfs Sensor: sensors/procfs-sensor.md
- Formulas:
#- RAPL: reference/formulas/rapl.md
- SmartWatts: reference/formulas/smartwatts.md
- Configuration Files: reference/formulas/configuration_files.md
- Sources/Destinations:
- Description: reference/database/sources_destinations.md
- Processors:
- Description: reference/processors/processors.md
- Reports:
- Description: reference/reports/reports.md
- Grafana:
- Description: reference/grafana/grafana.md
- cgroups V1:
- Creation: reference/cgroup/cgroup.md
- Activation: reference/cgroup/cgroup_v1_activation.md
# - Jouleit: jouleit/jouleit.md
# - Formula Creation: guides/formula_creation.md
- Contributing: contributing.md
- Publications: publications.md
- Credits and Licence: credits_licence.md
# plugins:
# - social
extra:
version:
provider: mike
social:
- icon: fontawesome/brands/github
link: https://github.com/powerapi-ng/powerapi
- icon: fontawesome/solid/paper-plane
link: mailto:powerapi-staff@inria.fr