-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
99 lines (89 loc) · 2.75 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
91
92
93
94
95
96
97
98
99
site_name: DDF/DPL Documentation
extra_css:
- stylesheets/extra.css
theme:
name: material
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: custom
accent: red
toggle:
icon: material/toggle-switch
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: custom
accent: red
toggle:
icon: material/toggle-switch-off-outline
name: Switch to light mode
font: false
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.top
- navigation.indexes
- toc.follow
- search.suggest
- search.highlight
- search.share
- header.autohide
- navigation.footer
- content.code.copy
- content.code.annotate
icon:
repo: fontawesome/brands/github
markdown_extensions:
- def_list
- footnotes
- meta
- attr_list
- md_in_html
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- toc:
permalink: true
- tables
plugins:
- search
- multirepo:
# (optional) tells multirepo to cleanup the temporary directory after site is built.
cleanup: yes
# if set the docs directory will not be removed when importing docs.
# When using this with a nav section in an imported repo you must keep the
# docs directory in the path (e.g., docs/path/to/file.md).
keep_docs_dir: false
repos:
# There will be a navigation section with this section name
- section: DPL CMS
# you can define the edit uri path
import_url: 'https://github.com/danskernesdigitalebibliotek/dpl-cms?branch=develop'
- section: DPL Design System
# you can define the edit uri path
import_url: 'https://github.com/danskernesdigitalebibliotek/dpl-design-system?branch=develop'
- section: DPL Platform
# you can define the edit uri path
import_url: 'https://github.com/danskernesdigitalebibliotek/dpl-platform?branch=main'
- section: DPL React
# you can define the edit uri path
import_url: 'https://github.com/danskernesdigitalebibliotek/dpl-react?branch=develop'
extra:
social:
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/det-digitale-folkebibliotek
repo_url: https://github.com/danskernesdigitalebibliotek