forked from ahdis/matchbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
34 lines (34 loc) · 768 Bytes
/
mkdocs.yml
File metadata and controls
34 lines (34 loc) · 768 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
site_name: Matchbox
theme:
name: material
logo: assets/matchbox_logo_color.png
favicon: assets/favicon-96x96.png
palette:
scheme: matchbox
extra_css:
- stylesheets/extra.css
nav:
- index.md
- features.md
- changelog.md
- matchbox-engine.md
- matchbox-server.md
- api.md
- validation.md
- docker.md
- cda.md
- 'Tutorial: validation': validation-tutorial.md
- 'Tutorial: validation with ai': validation-with-ai-tutorial.md
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- attr_list
- pymdownx.magiclink:
repo_url_shorthand: true
user: ahdis
repo: matchbox