-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
41 lines (36 loc) · 1.04 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
site_name: TemplateFlow
site_description: A standardized archive and client of neuroimaging templates
site_author: The NiPreps developers
site_url: https://www.templateflow.org
# Repository
repo_name: templateflow/templateflow
repo_url: https://github.com/templateflow/templateflow
# Copyright
copyright: Copyright © 2020 - The NiPreps developers
nav:
- Home: index.md
- Browser: browse.md
- Usage:
- TemplateFlow Archive: usage/archive.md
- Python Client: usage/client.md
- Cite TemplateFlow: usage/citing.md
- Contributing:
- Guidelines: contributing/guidelines.md
- Naming Conventions: contributing/naming.md
- Submitting a new template: contributing/submission.md
theme:
name: material
custom_dir: custom_theme
features:
- tabs
markdown_extensions:
- admonition
- codehilite
- footnotes
- toc:
permalink: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
extra_css:
- custom.css