-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
125 lines (122 loc) · 3.85 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
site_name: Leverege Build
copyright: Copyright © Leverege LLC 2022 | All Rights Reserved | IoT Changes Everything™
theme:
logo : https://assets-global.website-files.com/613a44464f3640442ee4b84f/617a7ebce6bc9c507e0d1310_Frame.svg
favicon : https://assets-global.website-files.com/613a44464f3640442ee4b84f/617a7ebce6bc9c507e0d1310_Frame.svg
name: material
custom_dir: overrides
features:
- navigation.tabs
- navigation.top
- NOnavigation.sections
- navigation.indexes
- search.highlight
- search.share
- search.suggest
nav :
- Home: index.md
- Getting Started:
- Installation: getting-started/index.md
- Localization: getting-started/i18n.md
- Concepts:
- Plugins:
- concepts/plugins/index.md
- Refinement: concepts/plugins/refinement.md
- Factories: concepts/plugins/factories.md
- Views: concepts/plugins/views.md
- Config: concepts/plugins/config.md
- Layout: concepts/plugins/layout.md
- Models:
- concepts/models/index.md
- Model Util: concepts/models/model-util.md
- Editors: concepts/models/editors.md
- Attributes:
- concepts/attributes/index.md
- Formatters: concepts/attributes/formatters.md
- Relationships: concepts/attributes/relationships.md
- Data Sources: concepts/attributes/data-sources.md
- Details: concepts/attributes/details.md
- Table Columns: concepts/attributes/table.md
- Actions: concepts/actions.md
- Documentation:
- Startup:
- docs/startup/index.md
- Initializers: docs/startup/initializers.md
- Support Components: docs/startup/support-components.md
- Redux: docs/startup/redux.md
- Adding a Screen:
- docs/routes/index.md
- Screens : docs/routes/screens.md
- Routes : docs/routes/routes.md
- Links : docs/routes/links.md
- Consuming Custom Data:
- docs/custom-data/index.md
- Creating Custom Actions : docs/custom-data/actions.md
- Creating a DataSource : docs/custom-data/data-source.md
- Making Custom Attributes : docs/custom-data/attributes.md
- Creating a Route : docs/custom-data/routes.md
- Adding CRUD Actions : docs/custom-data/molten-actions.md
- Customizing Search : docs/custom-data/search.md
- Data Sources:
- docs/data-sources/index.md
- Data Viewers:
- docs/data-viewers/index.md
- Plugins:
- plugins/index.md
- Configuration:
- config/index.md
- API:
- api/index.md
extra:
version:
provider: mike
social:
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/feed/update/urn:li:activity:6589859965832347648/
name: Leverege on LinkedIn
- icon: fontawesome/brands/facebook
link: https://www.facebook.com/leverege/
name: Leverege on Facebook
- icon: fontawesome/brands/twitter
link: https://twitter.com/leverege?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor
name: Leverege on Twitter
extra_javascript:
- https://unpkg.com/mermaid/dist/mermaid.min.js
extra_css:
- stylesheets/extra.css
plugins:
- search
- awesome-pages
markdown_extensions:
- admonition
- abbr
- attr_list
- def_list
- footnotes
- meta
- md_in_html
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:mermaid2.fence_mermaid
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.tasklist
- pymdownx.tilde