-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
71 lines (68 loc) · 1.69 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
site_name: Quality Assurance Framework for Data Linkage
nav:
- Home: index.md
- Framework intro: quality-assurance-framework/introduction.md
- Triage: triage.md
- Data preparation: preparation.md
- Implementation: implementation.md
- Evaluation: evaluation.md
- Overall considerations: overall-considerations.md
- About us: team-intro.md
- Glossary: glossary.md
theme:
name: material
custom_dir: overrides
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.sections
- navigation.indexes
- navigation.top
- navigation.footer
- search.highlight
- content.code.copy
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: vegalite
class: vegalite
format: !!python/name:mkdocs_charts_plugin.fences.fence_vegalite
- attr_list
- pymdownx.tabbed:
alternate_style: true
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- md_in_html
- admonition
- pymdownx.details
- pymdownx.superfences
plugins:
- search
- markdown-exec
- charts:
use_data_path: False
- enumerate-headings:
toc_depth: 2
exclude:
- index.md
restart_increment_after:
- "quality-assurance-framework/introduction.md"
- git-revision-date-localized:
enable_creation_date: true
extra_css:
- assets/stylesheets/extra.css
extra_javascript:
- https://cdn.jsdelivr.net/npm/vega@5
- https://cdn.jsdelivr.net/npm/vega-lite@5
- https://cdn.jsdelivr.net/npm/vega-embed@6
watch:
- overrides