-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmkdocs.yml
90 lines (81 loc) · 1.97 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
site_name: EDS-Pseudo
repo_url: https://github.com/aphp/eds-pseudo
# repo_name: algorithms/pseudonymisation
theme:
name: material
palette:
- scheme: default
toggle:
icon: material/brightness-4
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/brightness-7
name: Switch to light mode
logo: assets/logo/eds-pseudo-white.svg
favicon: assets/logo/eds-pseudo-blue.svg
features:
- navigation.tracking
- navigation.instant
- navigation.indexes
- navigation.prune
- navigation.top
- navigation.footer
- content.code.annotate
- content.code.copy
nav:
- index.md
- Demo: https://eds-pseudo-public.streamlit.app" target="_blank
- dataset.md
- rule-based.md
- pretrained.md
- training.md
- inference.md
- reproducibility.md
- results.md
- changelog.md
extra:
version:
provider: mike
extra_css:
- assets/stylesheets/extra.css
- assets/termynal/termynal.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
- assets/termynal/termynal.js
plugins:
- search
- charts:
use_data_path: false
- bibtex:
bib_file: "docs/references.bib"
- gen-files:
scripts:
- docs/scripts/generate_development.py
- mike
watch:
- changelog.md
markdown_extensions:
- admonition
- pymdownx.superfences:
custom_fences:
- name: vegalite
class: vegalite
format: !!python/name:mkdocs_charts_plugin.fences.fence_vegalite
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.tabbed:
alternate_style: true
- footnotes
- md_in_html
- attr_list
- pymdownx.details
- pymdownx.snippets
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg