-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathwejsdoc.json
More file actions
274 lines (268 loc) · 9.55 KB
/
wejsdoc.json
File metadata and controls
274 lines (268 loc) · 9.55 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
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
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
{
"title": "We.js documentation",
"rootFolder": "docs",
"pages": {
"about": {
"title": "About",
"file": "README.md",
"description": "Text about We.js framework"
},
"getstarted": {
"title": "Getting started",
"file": "getstarted/README.md",
"description": "Getting started with We.js framework",
"pages": {
"core-concepts": {
"title": "Core Concepts",
"file": "getstarted/core-concepts.md",
"description": "Core Concepts of We.js framework"
},
"installation": {
"title": "Installation",
"file": "getstarted/installation.md",
"description": "How to install the We.js framework and dependencies"
},
"create-an-api": {
"title": "Create a simple resource API",
"file": "getstarted/create-an-api.md",
"description": "How to create a simple resource API with We.js framework"
},
"blog-project": {
"title": "Generate a blog project",
"file": "getstarted/generate-blog-project.md",
"description": "How to generate a blog project with We.js framework"
}
}
},
"configuration": {
"title": "Configuration",
"file": "features/configuration.md",
"description": "We.js framework configurations for projects and plugins"
},
"request-response": {
"title": "Router, request and response",
"file": "request-response/README.md",
"description": "Router, request and response of We.js framework",
"pages": {
"requestlifecircle": {
"title": "Request middlewares order",
"file": "request-response/requestlifecircle.md",
"description": "Request middleware order and life circle of We.js framework"
},
"routes": {
"title": "Routes",
"file": "request-response/routes.md",
"description": "Router and resources feature of We.js framework"
},
"limit-ordering": {
"title": "Order and limit in lists",
"file": "request-response/limit_ordering.md",
"description": "Router find request order and limit in lists of We.js framework"
},
"controllers": {
"title": "Controllers",
"file": "request-response/controlers.md",
"description": "Router controller and actions of We.js framework"
},
"customresponse": {
"title": "Responses",
"file": "request-response/customresponse.md",
"description": "Router response methods of We.js framework"
},
"responseformaters": {
"title": "Response formaters",
"file": "request-response/responseformaters.md",
"description": "Router response formaters of We.js framework"
},
"url-alias": {
"title": "Url Alias",
"file": "request-response/url-alias.md",
"description": "Router url alias with we-plugin-url-alias in We.js projects"
},
"fileuploads": {
"title": "File uploads",
"file": "request-response/fileuploads.md",
"description": "File uploads with we-plugin-file in We.js projects"
},
"breadcrumb": {
"title": "Breadcrumb API",
"file": "request-response/breadcrumb.md",
"description": "Breadcrumb API for html request and we-plugin-view in We.js projects"
},
"public-folders": {
"title": "Public folders",
"file": "request-response/public-folders.md",
"description": "We.js project and plugin public folders API"
}
}
},
"database": {
"title": "Database, ORM and sessions",
"file": "database/README.md",
"description": "Database, ORM and sessions feature of We.js framework",
"pages": {
"model": {
"title": "Model",
"file": "database/model.md",
"description": "Database models in We.js framework project and plugins"
},
"updates-migrations": {
"title": "Database updates",
"file": "database/updates-migrations.md",
"description": "Database updates in We.js framework project and plugins"
},
"session-store": {
"title": "Session store",
"file": "database/session-store.md",
"description": "Session stores in We.js framework project"
}
}
},
"forms": {
"title": "Forms",
"file": "forms/README.md",
"description": "Form API of we-plugin-form in We.js framework projects and plugins",
"pages": {
"field-types": {
"title": "Field types",
"file": "forms/field-type.md",
"description": "Form field types API of we-plugin-form in We.js framework projects and plugins"
},
"json-form": {
"title": "JSON form",
"file": "forms/json-form.md",
"description": "JSON Form API of we-plugin-form in We.js framework projects and plugins"
},
"model": {
"title": "Model form",
"file": "forms/model.md",
"description": "Model form API of we-plugin-form in We.js framework projects and plugins"
}
}
},
"cli": {
"title": "Command-line interface (CLI)",
"file": "cli/README.md",
"description": "Command-line interface (CLI) API in We.js framework projects and plugins"
},
"acl": {
"title": "Access Control Lists (ACL)",
"file": "acl/README.md",
"description": "Access Control Lists (ACL) API in We.js framework projects and plugins"
},
"hooks-events": {
"title": "Hooks and events",
"file": "features/hooks-and-events-order.md",
"description": "Hooks and events in We.js framework projects and plugins"
},
"plugin": {
"title": "Plugins",
"file": "plugin/README.md",
"description": "We.js framework plugins, plug and play",
"pages": {
"style-sheet_client-javascript": {
"title": "Style sheet and Javascript",
"file": "plugin/style-sheet_client-javascript.md",
"description": "Style sheet and Javascript We.js framework plugins with we-plugin-view"
},
"create-new-plugin": {
"title": "Create new plugin",
"file": "plugin/create-new-plugin.md",
"description": "How to Create new We.js framework plugin"
}
}
},
"theming": {
"title": "Theming",
"file": "theming/README.md",
"description": "Theming We.js framework projects with we-plugin-view",
"pages": {
"create-new-theme": {
"title": "Create new theme",
"file": "theming/create-new-theme.md",
"description": "How to create new We.js framework theme"
},
"install-update": {
"title": "Install and update",
"file": "theming/install-update.md",
"description": "Install and update We.js framework themes"
},
"helpers": {
"title": "helpers",
"file": "theming/helpers.md",
"description": "Helpers in We.js framework themes with we-plugin-view"
},
"widgets": {
"title": "Widget",
"file": "theming/widget.md",
"description": "Widgets Helpers in We.js framework projects"
}
}
},
"internationalization": {
"title": "Internationalization",
"file": "features/internationalization.md",
"description": "Internationalization of We.js framework projects"
},
"logging": {
"title": "Logging",
"file": "features/logging.md",
"description": "Logging in We.js framework projects"
},
"admin": {
"title": "Administrative interface",
"file": "features/admin-interface.md",
"description": "Administrative interface in We.js framework projects with we-plugin-view"
},
"gulp-tasks": {
"title": "Gulp tasks",
"file": "features/gulp-tasks.md",
"description": "Gulp tasks in We.js framework projects with we-gulp-tasks-default"
},
"cron": {
"title": "Cron tasks",
"file": "cron/README.md",
"description": "Cron tasks in We.js framework projects"
},
"testing": {
"title": "Testing",
"file": "testing/README.md",
"description": "Testing We.js framework projects and plugins"
},
"security": {
"title": "Security",
"file": "security/README.md",
"description": "Security in We.js framework projects"
},
"filestructure": {
"title": "File Structure",
"file": "filestructure/README.md",
"description": "We.js framework project and plugins file structure"
},
"web-servers": {
"title": "Web servers and proxy",
"file": "web-servers/README.md",
"description": "Web servers and proxy configuration example for We.js framework projects"
},
"messages": {
"title": "System messages",
"file": "messages/README.md",
"description": "System messages in We.js framework projects"
},
"run-with-clustering-module": {
"title": "run with cluster module",
"file": "features/run-wejs-with-clustering.md",
"description": "[Experimental] Running We.js projects with Node.js code cluster module in We.js framework projects"
},
"utils": {
"title": "We.js utils and helper tools",
"file": "features/we.utils.md",
"description": "Some usefull tools comme with We.js"
},
"heroku": {
"title": "Heroku configuration",
"file": "PaaS/heroku.md",
"description": "Heroku configuration for deploy We.js framework projects"
}
}
}