-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs-template.yml
64 lines (60 loc) · 1.47 KB
/
mkdocs-template.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
site_name: XNAT Tools
site_description: Documentation for the xnat-tools model
site_url: http://brown-bnc.github.io/xnat-tools
theme:
name: material
palette:
primary: 'pink'
icon:
repo: fontawesome/brands/github-alt
features:
- navigation.instant
- navigation.tabs
- navigation.expand
repo_name: brown-bnc/xnat-tools
repo_url: https://github.com/brown-bnc/xnat-tools
edit_uri: ''
plugins:
- search
- markdownextradata
- mkdocs-versioning:
version: ${VERSION}
version_selection_page: "docs/version_selection.md"
- mkdocstrings:
handlers:
python:
setup_commands:
- import sys
- sys.path.append("docs")
rendering:
show_root_heading: false
show_root_toc_entry: false
heading_level: 3
watch:
- xnat_tools
markdown_extensions:
- toc:
permalink: true
- admonition
- codehilite
- extra
extra:
social:
- icon: fontawesome/brands/github-alt
link: 'https://github.com/brown-bnc/xnat-tools'
mdvars:
version: ${VERSION}
nav:
- Getting Started:
- Overview: index.md
- Installation: installation.md
- Usage:
- Overview: usage_overview.md
- xnat2bids: xnat2bids.md
- xnat-dicom-export: dicom_export.md
- xnat-heudiconv: run_heudiconv.md
- bids-postprocess: bids_postprocess.md
- Development:
- Setting Up: dev_setup.md
- Code standards: code_standards.md
- Version Selector: "../"