-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstructure.json
More file actions
66 lines (66 loc) · 1.81 KB
/
structure.json
File metadata and controls
66 lines (66 loc) · 1.81 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
{
"Getting started": {
"Installation": "installation.md",
"Creating a Module":"creating-a-module.md",
"Configuration":"configuration.md",
"Directory Structure":"directory-structure.md"
},
"Basics": {
"MVC": {
"Controller": "controller.md",
"Model": "model.md",
"View": "view.md"
},
"Routing":"routing.md",
"Policy":"policy.md",
"Request":"request.md",
"Events":"events.md",
"Database ⛁":"database.md",
"Queueing":"queueing.md",
"Worker":"worker.md",
"Process":"process.md",
"Cron":"cron.md",
"CLI Wrapping":"cli-wrapping.md",
"Logging":"logging.md",
"DataType": {
"Generating Classes": "generating-datatype-classes.md",
"Emvicy DataType Classes": "datatype-classes.md"
}
},
"Tools": {
"ArrDot <small>[array dot notation]</small>": "arrdot.md",
"Asset": "asset.md",
"Cache": "cache.md",
"Closure": "closure.md",
"Convert": "convert.md",
"Date": "date.md",
"Debug": "debug.md",
"Dir <small>[directory]</small>": "dir.md",
"Error": "error.md",
"functions": "functions.md",
"File": "file.md",
"InfoTool": "infotool.md",
"Header": "header.md",
"Http\\Status": "http-status.md",
"Lock": "lock.md",
"logrotate": "logrotate.md",
"Maintenance": "maintenance.md",
"Media\\Type": "media-type.md",
"Menu": "menu.md",
"Minify": "minify.md",
"Registry": "registry.md",
"RouteIntervall": "route-intervall.md",
"Session": "session.md",
"Smarty PlugIns": "smarty-plugins.md",
"Strings": "strings.md",
"Traits": "traits.md"
},
"Modules": {
"Email": "module_email.md",
"Idolon": "module_idolon.md",
"OpenApi": "module_openapi.md",
"Paginator": "module_paginator.md",
"Phormix": "module_phormix.md",
"Ws": "module_ws.md"
}
}