-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathmkdocs.yml
147 lines (137 loc) · 3.64 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
site_name: Jupyter4NFDI
site_description: Jupyter4NFDI project overview
site_author: WG RSE, NFDI Section Common Infrastructures, Jupyter4NFDI
site_url: "https://NFDI-Jupyter.github.io/services"
repo_url: https://github.com/NFDI-Jupyter/services
theme:
name: material
features:
- nagivation.tabs
- navigation.sections
- navigation.collapse
- navigation.footer
- toc.integrate
- navigation.top
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
language: en
logo: images/base4nfdi_logo.png
font:
text: Fira Sans
code: Roboto Mono
icon: 'mdi'
favicon: images/nfdi_rgb_Wortmarke.png
custom_dir: docs/custom
#palette:
# - scheme: fzj
# primary: teal
# accent: purple
palette:
- scheme: default
toggle:
icon: material/lightbulb
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
plugins:
- mkdocs-jupyter
- social
- search
- gen-files:
scripts:
- docs/plugins/gen_detail_pages.py
- macros:
include_dir: include
- mkdocs-simple-hooks:
hooks:
on_pre_build: "data.hooks:generate_cards"
extra_javascript:
- https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js
- js/tablesort.js
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- pymdownx.tabbed:
alternate_style: true
- pymdownx.arithmatex:
generic: true
- md_in_html
- meta
- tables
- def_list
- neoteroi.cards
- footnotes
- pymdownx.details
- pymdownx.superfences
- pymdownx.mark
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
extra_css:
- css/style.css
- css/neoteroi-cards.css
- css/extra.css
extra:
logo: "images/logo.png"
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/NFDI-Jupyter/services
footer:
logo:
link: https://www.dfg.de/
img: images/dfg_logo_schriftzug_weiss_foerderung_en.gif
footer:
copyright: |
© 2024 Forschungszentrum Jülich
lines:
- "Partially funded by DFG as part of NFDI."
- "Grant Number 521453681"
links:
- name: Contact
link: https://nfdi-jupyter.de/support/
- name: Legal Notice
link: https://nfdi-jupyter.de/imprint/
- name: Privacy Policy
link: https://hub.nfdi-jupyter.de/hub/privacy
nav:
- General:
- Overview: index.md
- Authentication: authentication.md
- 2-Factor authentication: 2fa.md
- Available Resources and Tools: features.md
- For Users:
- JupyterLab 4.2: users/jupyterlab/4.2/index.md
- Custom Docker Images: users/jupyterlab/customdockerimage/index.md
- Repo2Docker ( Binder ): users/jupyterlab/repo2docker/index.md
- Useful Tips & Tricks: users/misc.md
- For Resource Providers:
- Overview: providers/index.md
- Architecture: providers/architecture.md
- Installation: providers/installation.md
- Configuration: providers/configuration.md
- JupyterHubs within NFDI:
- Overview: hubs/index.md
- Statistics about the Jupyter services collected: hubs/stats.md
- Join the list: hubs/template.md
- Support: support.md
plugins:
- search
# - awesome-pages
- gen-files:
scripts:
- docs/hubs/plugins/gen_detail_pages.py
- macros:
include_dir: include
- mkdocs-simple-hooks:
hooks:
on_pre_build: "docs.hubs.plugins.hooks:generate_cards"