forked from pendulum-project/statime
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
35 lines (35 loc) · 819 Bytes
/
mkdocs.yml
File metadata and controls
35 lines (35 loc) · 819 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
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
- Man Pages:
- statime(8): man/statime.8.md
- statime.toml(5): man/statime.toml.5.md