-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
59 lines (56 loc) · 1.81 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
site_name: NPAC
repo_url: https://github.com/npacore/npacore.github.io/
edit_uri: edit/main/docs/
theme:
name: material
custom_dir: docs
logo: imgs/npac_correlationMatrix_BIDS.png
favicon: imgs/npac_correlationMatrix_BIDS.png
palette:
- primary: teal
- accent: red
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference
features:
- content.code.annotate
- content.action.edit
markdown_extensions:
- abbr
- attr_list
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.snippets
- footnotes
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.inlinehilite
plugins:
- mkdocs-nav-weight
- multirepo:
cleanup: False # rm multirepo_docs/ with other repo docs
keep_docs_dir: true
#folder_name: multirepo_docs # where other repos are stored
repos:
- section: 'MRRC QA'
section_path: 'Projects/External'
import_url: 'https://github.com/NPACore/fw-mrrcqa?branch=main&docs_dir=*.md&multi_docs=false'
- section: 'svslipid'
section_path: 'Projects/External'
import_url: 'https://github.com/NPACore/svslipid?branch=main&docs_dir=*.md&multi_docs=false'
- section: 'awesome-list'
section_path: 'Projects/External'
import_url: 'https://github.com/NPACore/awesome-neuroimaging?branch=main&docs_dir=readme.md&multi_docs=true'