-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathmkdocs.yml
112 lines (102 loc) · 2.76 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
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"
theme:
name: material
features:
- nagivation.tabs
- navigation.sections
- navigation.collapse
- toc.integrate
- navigation.top
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
language: en
logo: images/base4nfdi_logo.png
favicon: images/nfdi_rgb_Wortmarke.png
custom_dir: docs/custom
palette:
- scheme: fzj
primary: teal
accent: purple
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/[email protected]/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"
copyright: |
© 2024 Forschungszentrum Jülich | <a href="/imprint" target="_blank">Legal Notice</a>
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
- 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"