forked from MOxUnit/MOxUnit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
99 lines (91 loc) · 2.3 KB
/
mkdocs.yml
File metadata and controls
99 lines (91 loc) · 2.3 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
---
site_name: MOxUnit
repo_url: https://github.com/MOxUnit/MOxUnit
# site_url:
plugins:
- search
docs_dir: docs
use_directory_urls: false
nav:
- Home: index.md
- MOxUnit:
- moxunit/index.md
- moxunit/installation.md
- moxunit/usage.md
- MoCov:
- mocov/index.md
- mocov/installation.md
- mocov/usage.md
- MoDox:
- modox/index.md
- modox/installation.md
- modox/usage.md
- Continuous Integration:
- ci/github.md
- ci/travis.md
- acknowledgements.md
- contributors.md
- contact.md
theme:
name: material
favicon: assets/favicon/favicon-32x32.png
logo: assets/logo/moxunit_logo_600px.png
features:
- announce.dismiss
- content.action.edit
- content.code.copy
- content.tooltips
- footnotes
- header.autohide
- navigation.footer
- navigation.indexes
- navigation.instant
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- search.suggest
- search.highlight
- toc.follow
icon:
repo: fontawesome/brands/github
edit: material/pencil
annotation: material/arrow-right-circle
palette:
- media: (prefers-color-scheme)
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: '(prefers-color-scheme: light)'
primary: orange
accent: green
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: '(prefers-color-scheme: dark)'
primary: orange
accent: green
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference
edit_uri: https://github.com/MOxUnit/MOxUnit/edit/master/docs/
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.superfences
- abbr
- admonition
- attr_list
- md_in_html
- pymdownx.snippets:
auto_append:
- includes/links.md
- toc:
anchorlink: true
toc_depth: 3
copyright: Copyright © MoxUnit Contributors - <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>