-
Notifications
You must be signed in to change notification settings - Fork 0
/
wejsdoc.json
184 lines (184 loc) · 4.66 KB
/
wejsdoc.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
{
"title": "We.js documentation",
"rootFolder": "docs",
"pages": {
"about": {
"title": "About",
"file": "README.md"
},
"getstarted": {
"title": "Getting started",
"file": "getstarted/README.md",
"pages": {
"core-concepts": {
"title": "Core Concepts",
"file": "getstarted/core-concepts.md"
},
"installation": {
"title": "Installation",
"file": "getstarted/installation.md"
},
"blog-project": {
"title": "Generate a blog project",
"file": "getstarted/generate-blog-project.md"
},
"create-an-api": {
"title": "Create a simple resource API",
"file": "getstarted/create-an-api.md"
}
}
},
"request-response": {
"title": "Request and response",
"file": "request-response/README.md",
"pages": {
"requestlifecircle": {
"title": "Request middlewares order",
"file": "request-response/requestlifecircle.md"
},
"routes": {
"title": "Routes",
"file": "request-response/routes.md"
},
"controllers": {
"title": "Controllers",
"file": "request-response/controlers.md"
},
"customresponse": {
"title": "Responses",
"file": "request-response/customresponse.md"
},
"responseformaters": {
"title": "Response formaters",
"file": "request-response/responseformaters.md"
},
"fileuploads": {
"title": "File uploads",
"file": "request-response/fileuploads.md"
}
}
},
"database": {
"title": "Database and ORM",
"file": "database/README.md",
"pages": {
"model": {
"title": "Model",
"file": "database/model.md"
},
"updates-migrations": {
"title": "Database updates",
"file": "database/updates-migrations.md"
},
"session-store": {
"title": "Session store",
"file": "database/session-store.md"
}
}
},
"forms": {
"title": "Forms",
"file": "forms/README.md",
"pages": {
"field-types": {
"title": "Field types",
"file": "forms/field-type.md"
},
"json": {
"title": "JSON form",
"file": "forms/json.md"
},
"model": {
"title": "Model form",
"file": "forms/model.md"
}
}
},
"cli": {
"title": "Command-line interface (CLI)",
"file": "cli/README.md"
},
"acl": {
"title": "Access Control Lists (ACL)",
"file": "acl/README.md"
},
"plugin": {
"title": "Plugins",
"file": "plugin/README.md",
"pages": {
"create-new-plugin": {
"title": "Create new plugin",
"file": "plugin/create-new-plugin.md"
}
}
},
"theming": {
"title": "Theming",
"file": "theming/README.md",
"pages": {
"create-new-theme": {
"title": "Create new theme",
"file": "theming/create-new-theme.md"
},
"install-update": {
"title": "Install and update",
"file": "theming/install-update.md"
},
"helpers": {
"title": "helpers",
"file": "theming/helpers.md"
},
"widgets": {
"title": "Widget",
"file": "theming/widget.md"
}
}
},
"features": {
"title": "Others features",
"file": "features/README.md",
"pages": {
"configuration": {
"title": "Configuration",
"file": "features/configuration.md"
},
"hooks-events": {
"title": "Hooks and events",
"file": "features/hooks-and-events-order.md"
},
"internationalization": {
"title": "Internationalization",
"file": "features/internationalization.md"
},
"logging": {
"title": "Logging",
"file": "features/logging.md"
},
"admin": {
"title": "Administrative interface",
"file": "features/admin-interface.md"
},
"gulp-tasks": {
"title": "Gulp tasks",
"file": "features/gulp-tasks.md"
}
}
},
"cron": {
"title": "Cron tasks",
"file": "cron/README.md"
},
"testing": {
"title": "Testing",
"file": "testing/README.md"
},
"security": {
"title": "Security",
"file": "security/README.md"
},
"filestructure": {
"title": "File Structure",
"file": "filestructure/README.md"
}
}
}