-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
43 lines (36 loc) · 1013 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
37
38
39
40
41
42
43
site_name: NeuroportDBS
site_url: https://SachsLab.github.io/NeuroportDBS/
site_author: Chadwick Boulay
repo_name: SachsLab/NeuroportDBS
repo_url: https://github.com/SachsLab/NeuroportDBS
theme:
name: "material"
features:
- content.tabs.link
# - navigation.instant
- navigation.sections
- navigation.tabs
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.arithmatex:
generic: true
- pymdownx.tabbed
plugins:
- search
- mkdocstrings
- mknotebooks:
execute: false
enable_default_jupyter_cell_styling: false
# preamble: "mkdocs_preamble.py"
extra_javascript:
- javascripts/config.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
nav:
- Home: README.md
- Introduction: introduction.md
- Getting Started: getting-started.md
- Usage Instructions: usage-instructions.md
- Troubleshooting: troubleshooting.md
- For Developers: for-developers.md