-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
50 lines (50 loc) · 1.34 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
site_name: InvenioRDM Starter
site_dir: _site
site_url: https://starter.front-matter.io
repo_url: https://github.com/front-matter/invenio-rdm-starter
edit_uri: edit/main/docs/
repo_name: front-matter/invenio-rdm-starter
copyright: Copyright © 2024 Front Matter
plugins:
- search
- material-plausible
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- def_list
theme:
name: material
custom_dir: docs
logo: assets/logo.png
palette:
- media: "(prefers-color-scheme: light)"
scheme: starter-light
toggle:
icon: material/lightbulb
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
features:
- content.code.copy
- content.action.edit
extra:
social:
- icon: fontawesome/solid/paper-plane
link: mailto:<[email protected]>
- icon: fontawesome/brands/mastodon
link: https://mozilla.social/@martin
- icon: fontawesome/brands/github
link: https://github.com/front-matter/invenio-rdm-starter
analytics:
provider: plausible
domain: starter.front-matter.io
extra_css:
- stylesheets/extra.css