-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
executable file
·72 lines (62 loc) · 1.66 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
site_name: TUTORIALS - Collaborators
site_description: 'Tutorials'
site_author: Precision Brain Mapping Collaborators
docs_dir: docs/
repo_name: 'Sinergia-Consortium-Precision-Mapping/tutorials'
copyright: Copyright © 2023 - 2027 Connectomics Lab, Lausanne University Hospital
nav:
- 'Home': 'index.md'
- 'Data Management Plan': 'DMP.md'
#- 'Open Science': 'OpenScience.md'
- 'BIDS organization': 'BIDSorganization.md'
- 'UNIL storage': 'ConnexionUNIL.md'
- 'FlyWheel Platform': 'Flywheel.md'
- 'DataLad Workflow': 'Datalad.md'
#- 'DS004': 'DS004.md'
theme:
name: 'material'
logo: img/logo.png
favicon: img/logo.png
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.expand
- navigation.sections
- navigation.indexes
- toc.integrate
- content.code.select
- content.code.copy
- content.code.annotate
markdown_extensions:
- attr_list
- md_in_html
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
plugins:
- mkdocs-video:
is_video: True
video_muted: True
video_controls: True
css_style:
width: "60%"
- search: {}
- encryptcontent:
global_password: 'Sinergia2023'
title_prefix: ''
summary: 'This website is for SINERGIA collaborator only. '
encryption_info_message: 'Please provide the password to access the content.'
remember_password: false
extra_css:
- stylesheets/extra.css
extra:
version:
provider: mike