-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
63 lines (58 loc) · 1.63 KB
/
mkdocs.yml
File metadata and controls
63 lines (58 loc) · 1.63 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
site_name: FlexDash
theme:
name: material
favicon: docs.png
logo: docs.png
features:
- navigation.instant
- navigation.tracking
- navigation.sections
- navigation.indexes
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tilde
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
# - pymdownx.superfences:
# custom_fences:
# - name: mermaid
# class: mermaid
# format: !!python/name:pymdownx.superfences.fence_code_format
plugins:
- search
extra_css:
- extra.css
nav:
- index.md
- known-issues.md
- "Quick Start":
- quick-start/index.md
- quick-start/docker.md
- quick-start/examples.md
- "Using FlexDash":
- 'using-flexdash/index.md'
- 'using-flexdash/core-concepts.md'
- 'using-flexdash/grid-panel-layout.md'
- 'using-flexdash/iframes.md'
- 'using-flexdash/edit-mode.md'
- 'using-flexdash/nr-subflows.md'
- 'using-flexdash/array-widgets.md'
- 'using-flexdash/colors.md'
- 'using-flexdash/time-plots.md'
- "Developing Widgets":
- 'developing-widgets/index.md'
- 'developing-widgets/quick-start.md'
- 'developing-widgets/imports.md'
- 'developing-widgets/vue-primer.md'
- 'developing-widgets/vue-extensions.md'
- 'developing-widgets/vuetify-primer.md'
- 'developing-widgets/communication.md'
- 'developing-widgets/widget-config.md'
- 'developing-widgets/npm-start.md'
- 'developing-widgets/node-generator.md'
- 'developing-widgets/background.md'