-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathmkdocs.yml
67 lines (62 loc) · 1.99 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
site_name: NiPreps
site_description: Augmenting neuroimaging acquisition devices to produce analysis-grade data
site_author: The NiPreps developers
site_url: https://www.nipreps.org
google_analytics: ['UA-170131052-1', 'www.nipreps.org']
# Repository
# repo_name: nipreps/nipreps.github.io
# repo_url: https://github.com/nipreps/nipreps.github.io
# Copyright
copyright: Copyright © 2020
nav:
- Home: index.md
- News and Announcements: news/index.md
- NiPreps:
- Framework: intro/nipreps.md
- Transparency of workflows: intro/transparency.md
- Community:
- Welcome: community/index.md
- Membership: community/members.md
- New features: community/features.md
- Contributing: community/CONTRIBUTING.md
- Code of Conduct: community/CODE_OF_CONDUCT.md
- Licensing: community/licensing.md
- Documentation (users):
- BIDS-Apps:
- Introduction: apps/framework.md
- Executing with Docker: apps/docker.md
- Executing with Singularity: apps/singularity.md
- Git-Annex and DataLad within containers: apps/datalad.md
- Presentations: users/talks.md
- Educational: users/educational.md
- Documentation (devs):
- Developer Environment: devs/devenv.md
- Versions Matrix: devs/versions.md
- Releases: devs/releases.md
theme:
name: material
features:
- content.tabs.link
favicon: assets/nipreps_brain.png
logo: assets/nipreps_brain.png
markdown_extensions:
- attr_list
- admonition
- footnotes
- toc:
permalink: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.snippets
- markdown_include.include:
base_path: docs
extra_css:
- stylesheets/extra.css