-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
45 lines (45 loc) · 1.19 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
site_name: Nesta Job Quality Extractor
site_description: Identifying drivers of job quality in online job adverts.
site_url: https://nestauk.github.io/dap_job_quality
repo_name: nestauk/dap_job_quality
repo_url: https://github.com/nestauk/dap_job_quality
extra:
homepage: https://nestauk.github.io/dap_job_quality
docs_dir: .
extra_css:
- docs/style.css
markdown_extensions:
- tables
theme:
name: material
logo: docs/img/favicon.ico
favicon: docs/img/favicon.ico
features:
- navigation.instant
- navigation.tracking
- navigation.sections
- navigation.top
font:
text: Century Gothic
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: custom
accent: custom
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: amber
accent: pink
toggle:
icon: material/weather-sunny
name: Switch to light mode
nav:
- Home: docs/index.md
- Sentence classifier: docs/classifier.md
- Mapping to the taxonomy: docs/taxonomy_mapping.md
- Limitations and next steps: docs/limitations.md
plugins:
- same-dir