-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
82 lines (77 loc) · 2.35 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
site_name: NDP Documentation
site_url: https://nationaldataplatform.org/documentation
nav:
- Home: index.md
- About:
- About NDP: general/about.md
- Key Features: general/key-features.md
- Institutions: general/institutions.md
- Start:
- Sign In: start/signin.md
- Catalog:
- Exploring Data Catalog: catalog/catalog.md
- Advanced Search: catalog/advanced-search.md
- Register your data: catalog/register-data.md
- Jupyter:
- NDP Jupyterhub: jupyter/jupyterhub.md
- NDP Widget: jupyter/widget.md
- Workspace:
- NDP Workspace: workspace/index.md
- Tutorial: workspace/set-up.md
- NDP PoP:
- NDP PoP: pop/index.md
- Setup Tutorial: pop/setup.md
- NDP Education Hub:
- Education Hub: education-hub/index.md
- NDP Modules:
- NDP Modules: ndp-modules/index.md
- Understanding NDP Modules: ndp-modules/understanding-modules.md
- Modules Components: ndp-modules/module-components.md
- Module Creation: ndp-modules/module-tutorial.md
- NDP Classroom:
- NDP Classroom: ndp-classroom/index.md
- Set Up: ndp-classroom/set-up.md
- NDP Data Challenges:
- NDP Data Challenges: ndp-data-challenges/index.md
- Contact: general/contact.md
theme:
name: material
logo: images/logos/ndp-logo.png
features:
- content.code.copy
- navigation.top
palette:
- scheme: default
primary: blue
accent: indigo
toggle:
icon: material/eye-outline
name: Switch to dark mode
- scheme: slate
primary: blue
accent: indigo
toggle:
icon: material/eye
name: Switch to light mode
repo_url: https://github.com/national-data-platform
extra:
social:
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/nationaldataplatform/
- icon: fontawesome/brands/x-twitter
link: https://x.com/natldataplat
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/national-data-platform/
markdown_extensions:
- tables
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg