-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
104 lines (99 loc) · 3.02 KB
/
mkdocs.yml
File metadata and controls
104 lines (99 loc) · 3.02 KB
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
92
93
94
95
96
97
98
99
100
101
102
103
104
site_name: NDMVR CORE
repo_name: ndmspc/ndmvr-core
repo_url: https://gitlab.com/ndmspc/ndmvr-core/docs
edit_uri: edit/main/docs/
nav:
- "Home": index.md
- "Tutorial":
- "Introduction": components/tutorial/tutorial.md
- "First visualization": components/tutorial/firstVisualization/first-visualization.md
- "Configuration": components/tutorial/configurationChapter/configuration-chapter.md
- "interactions": components/tutorial/interactions/interactions.md
- "Canvas": components/tutorial/canvas/canvas.md
- "Components":
- "Bin info jsroot": components/visualization/bin-info-jsroot.md
- "Canvas": components/visualization/canvas.md
- "Histogram JSROOT": components/visualization/histogram-jsroot.md
- "NDMVR raycaster": components/visualization/ndmvr-raycaster.md
- "THnPainter": components/visualization/thnpainter.md
- "Communication":
- "Bin info subject": components/communication/bin-info-subject.md
- "Canvas subject": components/communication/canvas-subject.md
- "Config subject": components/communication/config-subject.md
- "Dispatch subject": components/communication/dispatch-subject.md
- "Function subject": components/communication/function-subject.md
- "Histogram subject": components/communication/histogram-subject.md
- "Input device subject": components/communication/input-device-subject.md
- "State subject": components/communication/state-subject.md
- "Configuration": components/configuration/configuration.md
extra:
version: v1.0.0
ndmspc:
name: NDMSPC
comming_soon: Comming soon ...
version: v1.0.0-rc4
theme:
name: material
features:
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.expand
- navigation.path
- content.code.copy
- toc.follow
extra_css:
- stylesheets/extra.css
plugins:
- search
- mermaid2
- glightbox:
touchNavigation: true
loop: false
effect: zoom
slide_effect: slide
width: 100%
height: auto
zoomable: true
draggable: true
skip_classes:
- custom-skip-class-name
auto_caption: true
caption_position: bottom
background: white
shadow: true
- macros
- git-revision-date-localized:
fallback_to_build_date: false
markdown_extensions:
- admonition
- codehilite
- footnotes
- meta
- pymdownx.arithmatex
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- md_in_html
- toc:
toc_depth: 2
permalink: true
title: On this page
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.extra
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML