-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
29 lines (26 loc) · 1.06 KB
/
mkdocs.yml
File metadata and controls
29 lines (26 loc) · 1.06 KB
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
site_name: ARIADNE RI Documentation
site_url: https://ARIADNE-Infrastructure.github.io/docs/
site_author: ARIADNE contributors
site_description:
repo_name: ARIADNE-Infrastructure/docs
repo_url: https://github.com/ARIADNE-Infrastructure/docs
copyright: ARIADNE Research Infrastructure AISBL
theme:
name: material
features:
- navigation.sections # Groups top-level sections in sidebar
- navigation.instant # Faster page transitions
- navigation.top # Back-to-top button
markdown_extensions:
- attr_list
nav:
- Home: index.md
- User Guide:
- Introduction: Portal_User_Guide/Section-1_What.md
- The Map tool (Where): Portal_User_Guide/Section-2_Map_Where.md
- Time period tool (When): Portal_User_Guide/Section-3_Time_period_When.md
- Search filters: Portal_User_Guide/Section-4_Search_Filters.md
- Resource information: Portal_User_Guide/Section-5_Resources.md
- Tips and guidance: Portal_User_Guide/Section-6_Tips_and_guidance.md
- RDA metadata: Portal_User_Guide/RDA_metadata.md
- Version: Portal_User_Guide/Version.md