-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathmkdocs.yml
More file actions
37 lines (37 loc) · 921 Bytes
/
mkdocs.yml
File metadata and controls
37 lines (37 loc) · 921 Bytes
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
theme:
name: material
features:
- content.tooltips
- content.code.copy
- content.code.select
- navigation.sections
docs_dir: docs
site_name: Statime documentation
site_dir: target/docs/site
exclude_docs: |
/precompiled # Precompiled assets
/includes # Only included indirectly
markdown_extensions:
- def_list
- abbr
- attr_list
- admonition
- pymdownx.snippets:
auto_append: [./docs/includes/glossary.md]
- pymdownx.escapeall:
hardbreak: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.details
- pymdownx.superfences
nav:
- Guide:
- guide/getting-started.md
- guide/exporting-metrics.md
- Man Pages:
- statime(8): man/statime.8.md
- statime.toml(5): man/statime.toml.5.md
- statime-metrics-exporter(8): man/statime-metrics-exporter.8.md