-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
91 lines (81 loc) · 2.34 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
site_name: trajectoryGuide v1.0
site_author: Greydon Gilmore
# Repository
repo_name: GitHub
repo_url: https://github.com/greydongilmore/trajectoryGuide-site
edit_uri: https://github.com/greydongilmore/trajectoryGuide-site/blob/master/docs
# Copyright
copyright: Copyright © 2021 Greydon Gilmore
# Configuration
dev_addr: 127.0.0.1:7000
use_directory_urls: false
theme:
name: material
custom_dir: material
palette:
scheme:
primary: red
accent: red
logo: img/trajectoryGuide.png
favicon: img/trajectoryGuide_icon.svg
# 404 page
static_templates:
- 404.html
# Don't include MkDocs' JavaScript
include_search_page: false
search_index_only: true
markdown_extensions:
- admonition
- attr_list
- codehilite
- def_list
- toc:
permalink: true
- pymdownx.superfences
- pymdownx.details
- pymdownx.arithmatex
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- tables
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
extra_css:
- stylesheets/extra.css
# Plugins
plugins:
- search
extra_javascript:
- javascripts/config.js
- https://unpkg.com/[email protected]/dist/mermaid.min.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
nav:
- Home: index.md
- Installation: installation.md
- Working in 3D Slicer:
- User Interface: 3dslicer/01_interface.md
- Saving Data: 3dslicer/02_saving_data.md
- Modules:
- Overview: widgets/00_overview.md
- Data Import: widgets/01_data_import.md
- Frame Detection: widgets/04_frame_detection.md
- Registration: widgets/05_registration.md
- Anatomical Fiducials: widgets/06_anatomical_fiducials.md
- Preoperative Planning: widgets/07_preoperative_planning.md
- Intraoperative Planning: widgets/08_intraoperative_planning.md
- Postoperative Localization: widgets/09_postoperative_localization.md
- Postoperative Programming: widgets/10_postoperative_programming.md
- Data View: widgets/11_data_view.md
- Product Manuals: manuals.md
- About: about.md