-
Notifications
You must be signed in to change notification settings - Fork 4
/
mkdocs.yml
67 lines (62 loc) · 1.55 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
site_name: Danish Foundation Models
docs_dir: "docs/"
repo_url: https://github.com/centre-for-humanities-computing/danish-foundation-models
watch: [docs/]
edit_uri: "blob/main/docs/"
theme:
name: material
favicon: _static/icon.png
logo: _static/icon.png
features:
- navigation.tracking
- navigation.tabs
- navigation.sections
- toc.integrate
- navigation.top
- search.suggest
- search.highlight
- content.tabs.link
- content.tooltips
- navigation.footer
- navigation.indexes
- toc.follow
- pymdownx.caret
- pymdownx.tilde
- content.action.edit
palette:
primary: white
accent: light blue
# automatic dark mode is
markdown_extensions:
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- admonition
- pymdownx.details
- pymdownx.superfences
copyright: Copyright © 2023 Danish Foundation Models Project
nav:
- About: index.md
- Models: models.md
- Datasets:
- DCC: dcc.md
- Datasheets:
- DaNews: datasheets/danews.md
- HopeTwitter: datasheets/hopetwitter.md
- NAT: datasheets/netarkivet_text.md
- DaRadio: datasheets/daradio.md
- Blog: blog
plugins:
- mkdocs-jupyter
- search
- blog
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/centre-for-humanities-computing/danish-foundation-models