-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
61 lines (61 loc) · 2.01 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
theme:
name: material
palette:
primary: custom
features:
- content.code.copy
- navigation.footer
- header.autohide
site_url: 'https://qbicsoftware.github.io/research-data-management/'
site_name: Life Science Data Management
repo_url: https://github.com/qbicsoftware/research-data-management
repo_name: qbicsoftware/research-data-management
nav:
- What's new: index.md
- Get started:
Process Overview: get_started/process_overview.md
- Batch: batch/sample-batch.md
- Raw data:
- Download Data: rawdata/raw_data_download.md
- Upload Data: rawdata/raw_data_upload.md
- Experiment:
- Introduction: experiment/experiment_introduction.md
- Creation: experiment/experiment_creation.md
- Measurement:
- Introduction: measurement/measurement_introduction.md
- Registration: measurement/measurement_registration.md
- Editing: measurement/measurement_edit.md
- Ontology:
- Introduction: ontology_search/ontology_search_introduction.md
- Project:
- Introduction: project/project_introduction.md
- Registration: project/project_registration.md
- Editing: project/project_edit.md
- Access Management: project/project_access.md
- User:
- Registration: user/user_registration.md
- Password Reset: user/password_reset.md
- Editing: user/user_edit.md
extra_css:
- stylesheets/extra.css
extra:
version:
provider: mike
alias: true
social:
- icon: fontawesome/brands/github
link: https://github.com/qbicsoftware/research-data-management
name: research-data-management on Github
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tabbed:
alternate_style: true