-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
84 lines (83 loc) · 2.12 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
site_name: sodas-docs
site_url: https://cph-sodas.github.io
theme:
name: material
custom_dir: overrides
favicon: assets/logo.png
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue grey
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue grey
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- announce.dismiss
- content.code.annotate
- content.code.copy
- content.code.select
- navigation.footer
- navigation.indexes
- navigation.tabs
- navigation.tracking
- search.highlight
- search.suggest
extra:
social:
- icon: fontawesome/brands/x-twitter
link: https://twitter.com/CPH_SODAS
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/copenhagen-center-for-social-data-science-sodas/
- icon: fontawesome/brands/github
link: https://www.github.com/cph-sodas
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/extra.js
plugins:
- search
- social
- git-revision-date-localized
markdown_extensions:
- admonition
- attr_list
- footnotes
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tilde
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- mdx_truly_sane_lists # https://github.com/mkdocs/mkdocs/issues/545
copyright: >
Copyright © 2024 SODAS
nav:
- Home: index.md
- Server:
- Overview: server/index.md
- Access: server/access.md
- Setup: server/setup.md
- Usage: server/usage.md
- Tips: server/tips.md
- Guides:
- Overview: server/guides/index.md
- LLMs: server/guides/llms.md
- Cheatsheets:
- Overview: cheatsheets/index.md
- Communication: cheatsheets/communication.md
- Ethics: cheatsheets/ethics.md