forked from bids-standard/bids-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
36 lines (27 loc) · 829 Bytes
/
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
site_name: bids-examples
nav:
- The BIDS examples:
- Introduction: README.md
- Contributing: CONTRIBUTING.md
theme:
name: material
favicon: images/favicon.png
logo: images/logo.png
copyright: Copyright © 2018-2023, BIDS Contributors - <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>
extra:
generator: false
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/BIDSstandard/
- icon: fontawesome/brands/github
link: https://github.com/bids-standard/bids-specification/
- icon: fontawesome/brands/google
link: https://groups.google.com/g/bids-discussion
markdown_extensions:
- toc:
anchorlink: true
- pymdownx.superfences
plugins:
- search
docs_dir: 'docs'
use_directory_urls: false