forked from fluid-project/infusion-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite-structure.json
232 lines (232 loc) · 12.9 KB
/
site-structure.json
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
[
{
"category": "Infusion",
"categoryHref": "/index.html",
"sections":
[
{
"sectionName": "Writing Configuration",
"pages":
[
{ "pageName": "Understanding Infusion Components", "href": "/UnderstandingInfusionComponents.html" },
{ "pageName": "Understanding Component Options And Defaults", "href": "/ComponentOptionsAndDefaults.html" },
{ "pageName": "Component Configuration Options", "href": "/ComponentConfigurationOptions.html" },
{ "pageName": "Component Grades", "href": "/ComponentGrades.html" },
{ "pageName": "Function Grades", "href": "/FunctionGrades.html" },
{ "pageName": "Options Merging", "href": "/OptionsMerging.html" },
{ "pageName": "Component Lifecycle", "href": "/ComponentLifecycle.html" },
{ "pageName": "Priorities", "href": "/Priorities.html" },
{ "pageName": "Framework Concepts", "href": "/FrameworkConcepts.html"}
]
},
{
"sectionName": "API",
"pages":
[
{ "pageName": "Core API", "href": "/CoreAPI.html" },
{ "pageName": "Promises API", "href": "/PromisesAPI.html" },
{ "pageName": "IoC API", "href": "/IoCAPI.html" },
{ "pageName": "ChangeApplier API", "href": "/ChangeApplierAPI.html" },
{ "pageName": "Model Transformation API", "href": "/ModelTransformationAPI.html" },
{ "pageName": "View API", "href": "/ViewAPI.html" },
{ "pageName": "DOM Binder API", "href": "/DOMBinderAPI.html" },
{ "pageName": "node.js Support and API", "href": "/NodeAPI.html" }
]
},
{
"sectionName": "Inversion of Control",
"pages":
[
{ "pageName": "How to Use Infusion IoC", "href": "/HowToUseInfusionIoC.html" },
{ "pageName": "Subcomponent Declaration", "href": "/SubcomponentDeclaration.html" },
{ "pageName": "Contexts", "href": "/Contexts.html" },
{ "pageName": "ContextAwareness", "href": "/ContextAwareness.html" },
{ "pageName": "Invokers", "href": "/Invokers.html" },
{ "pageName": "Expansion of Component Options", "href": "/ExpansionOfComponentOptions.html" },
{ "pageName": "IoC References", "href": "/IoCReferences.html" },
{ "pageName": "IoCSS", "href": "/IoCSS.html" },
{ "pageName": "Declarative this-ism In IoC", "href": "/DeclarativeThisismInIoC.html" }
]
},
{
"sectionName": "Events",
"pages":
[
{ "pageName": "Infusion Event System", "href": "/InfusionEventSystem.html" },
{ "pageName": "Event injection and boiling", "href": "/EventInjectionAndBoiling.html" }
]
},
{
"sectionName": "Models",
"pages":
[
{ "pageName": "ChangeApplier", "href": "/ChangeApplier.html" },
{ "pageName": "ChangeApplier API", "href": "/ChangeApplierAPI.html" },
{ "pageName": "Model Relay", "href": "/ModelRelay.html" }
]
}, {
"sectionName": "Views",
"pages":
[
{ "pageName": "DOM Binder", "href": "/DOMBinder.html" },
{ "pageName": "DOM Binder API", "href": "/DOMBinderAPI.html" },
{ "pageName": "Class Name Conventions", "href": "/ClassNameConventions.html" }
]
},
{
"sectionName": "Renderer",
"pages":
[
{ "pageName": "Renderer", "href": "/Renderer.html" },
{ "pageName": "How to Use the Renderer", "href": "/HowToUseTheRenderer.html" },
{ "pageName": "Renderer Component Trees", "href": "/RendererComponentTrees.html" },
{ "pageName": "ProtoComponent Types", "href": "/ProtoComponentTypes.html" },
{ "pageName": "Renderer Component Tree Expanders", "href": "/RendererComponentTreeExpanders.html" },
{ "pageName": "Cutpoints", "href": "/Cutpoints.html" },
{ "pageName": "Renderer Components", "href": "/RendererComponents.html" },
{ "pageName": "Renderer Decorators", "href": "/RendererDecorators.html" }
]
},
{
"sectionName": "Loading Resources",
"pages":
[
{ "pageName": "Resource Loader", "href": "/ResourceLoader.html" },
{ "pageName": "fluid.fetchResources", "href": "/FetchResources.html" }
]
},
{
"sectionName": "Preferences Framework",
"pages":
[
{ "pageName": "Preferences Framework", "href": "/PreferencesFramework.html" },
{ "pageName": "Preferences Editor", "href": "/PreferencesEditor.html" },
{ "pageName": "Builder", "href": "/Builder.html" },
{ "pageName": "Primary Schema", "href": "/PrimarySchemaForPreferencesFramework.html" },
{ "pageName": "Auxiliary Schema", "href": "/AuxiliarySchemaForPreferencesFramework.html" },
{ "pageName": "Settings Store", "href": "/SettingsStore.html" },
{ "pageName": "Connecting the Parts of a Preferences Editor", "href": "/ConnectingThePartsOfAPreferencesEditor.html" },
{ "pageName": "Enactors", "href": "/Enactors.html" },
{ "pageName": "Panels", "href": "/Panels.html" },
{ "pageName": "Composite Panels", "href": "/CompositePanels.html" },
{ "pageName": "Conditional Subpanels", "href": "/ConditionalSubpanels.html" },
{ "pageName": "Localization in the Preferences Framework", "href": "/LocalizationInThePreferencesFramework.html" }
]
},
{
"sectionName": "Testing",
"pages":
[
{ "pageName": "Unit Testing with jqUnit", "href": "/jqUnit.html" },
{ "pageName": "IoC Testing Framework", "href": "/IoCTestingFramework.html" }
]
},
{
"sectionName": "Migrating to Infusion 1.5",
"pages":
[
{ "pageName": "API Changes from 1.4 to 1.5", "href": "/APIChangesFrom1_4To1_5.html" },
{ "pageName": "Deprecations In 1.5", "href": "/DeprecationsIn1_5.html" },
{ "pageName": "UI Options Migration", "href": "/tutorial-migratingToInfusion1.5/UIOptionsMigration.html" },
{ "pageName": "Pager Migration", "href": "/tutorial-migratingToInfusion1.5/PagerMigration.html" }
]
},
{
"sectionName": "Migrating to Infusion 2.0",
"pages":
[
{ "pageName": "API Changes from 1.5 to 2.0", "href": "/APIChangesFrom1_5To2_0.html" },
{ "pageName": "Deprecated in 2.0", "href": "/DeprecatedIn2_0.html" }
]
},
{
"sectionName": "Migrating to Infusion 3.0",
"pages":
[
{ "pageName": "API Changes from 2.0 to 3.0", "href": "/APIChangesFrom2_0To3_0.html" }
]
}
]
},
{
"category": "Tutorials",
"categoryHref": "/index-tutorials.html",
"sections":
[
{
"sectionName":"Getting Started",
"pages":
[
{ "pageName": "Getting started with Infusion", "href": "/tutorial-gettingStartedWithInfusion/GettingStartedWithInfusion.html" },
{ "pageName": "Set up your environment", "href": "/tutorial-gettingStartedWithInfusion/SetUpYourEnvironment.html"},
{ "pageName": "Define a namespace and create a closure", "href": "/tutorial-gettingStartedWithInfusion/DefineANamespaceAndCreateAClosure.html"},
{ "pageName": "Pick a component type", "href": "/tutorial-gettingStartedWithInfusion/PickAComponentType.html"},
{ "pageName": "Basic Component Creation", "href": "/tutorial-gettingStartedWithInfusion/BasicComponentCreation-Components.html"},
{ "pageName": "Model Components", "href": "/tutorial-gettingStartedWithInfusion/ModelComponents.html"},
{ "pageName": "View Components", "href": "/tutorial-gettingStartedWithInfusion/ViewComponents.html"},
{ "pageName": "Renderer Components", "href": "/tutorial-gettingStartedWithInfusion/RendererComponents.html"},
{ "pageName": "Subcomponents", "href": "/tutorial-gettingStartedWithInfusion/Subcomponents.html"}
]
},
{
"sectionName": "General",
"pages":
[
{ "pageName": "Using String Templates", "href": "/tutorial-usingStringTemplates/UsingStringTemplates.html" },
{ "pageName": "How to Create and Use Font Icons", "href": "/tutorial-iconFonts/HowToCreateAndUseFontIcons.html" }
]
},
{
"sectionName": "Preferences Framework",
"pages":
[
{ "pageName": "Creating a Preference Editor", "href": "/tutorial-prefsFramework/CreatingAPrefsEditor.html" },
{ "pageName": "Creating Enactors", "href": "/tutorial-prefsFramework/CreatingEnactors.html" },
{ "pageName": "Instantiating the Enhancer and Settings Store Only", "href": "/tutorial-prefsFramework/InstantiatingTheEnhancerAndSettingsStoreOnly.html" },
{ "pageName": "Styling the Preferences Editor", "href": "/tutorial-prefsFramework/StylingThePreferencesEditor.html" },
{ "pageName": "Adding a Basic Preferences Editor to a Site", "href": "/to-do/AddingPrefsEditorToSite.html" },
{ "pageName": "Working With A Preferences Editor On Your Site", "href": "/to-do/WorkingWithPrefsEditorOnSite.html" },
{ "pageName": "Creating a New Adjuster UI", "href": "/tutorial-prefsFramework/CreatingANewAdjusterUI.html" },
{ "pageName": "Minimal Footprint", "href": "/tutorial-prefsFrameworkMinimalFootprint/MinimalFootprint.html" }
]
},
{
"sectionName": "User Interface Options",
"pages":
[
{ "pageName": "User Interface Options", "href": "/tutorial-userInterfaceOptions/UserInterfaceOptions.html" }
]
}
]
},
{
"category": "Components",
"categoryHref": "/index-components.html",
"sections":
[
{
"sectionName": "",
"pages":
[
{ "pageName": "Inline Edit", "href": "/to-do/InlineEditAPI.html" },
{ "pageName": "Pager", "href": "/to-do/PagerAPI.html" },
{ "pageName": "Progress", "href": "/to-do/ProgressAPI.html" },
{ "pageName": "Reorderer", "href": "/to-do/ReordererAPI.html" },
{ "pageName": "List Reorderer", "href": "/to-do/ListReordererAPI.html" },
{ "pageName": "Grid Reorderer", "href": "/to-do/GridReordererAPI.html" },
{ "pageName": "Layout Reorderer", "href": "/to-do/LayoutReordererAPI.html" },
{ "pageName": "Image Reorderer", "href": "/ImageReordererAPI.html" },
{ "pageName": "Switch", "href": "/SwitchAPI.html" },
{ "pageName": "Text to Speech", "href": "/TextToSpeechAPI.html" },
{ "pageName": "Textfield", "href": "/TextfieldAPI.html" },
{ "pageName": "TextfieldSlider", "href": "/TextfieldSliderAPI.html" },
{ "pageName": "TextfieldStepper", "href": "/TextfieldStepperAPI.html" },
{ "pageName": "User Interface Options", "href": "/UserInterfaceOptionsAPI.html" },
{ "pageName": "Uploader", "href": "/UploaderAPI.html" },
{ "pageName": "Undo", "href": "/to-do/UndoAPI.html" },
{ "pageName": "Table of Contents", "href": "/to-do/TableOfContentsAPI.html" }
]
}
]
}
]