UNPKG

970 BJSONView Raw
1{
2 "categories": [
3 {
4 "dir": "overview",
5 "name": "Overview",
6 "guides": [
7 "introduction",
8 "quickstart",
9 "app-structure"
10 ]
11 },
12 {
13 "dir": "application",
14 "name": "Application",
15 "guides": [
16 "routing",
17 "actions",
18 "services",
19 "container",
20 "errors"
21 ]
22 },
23 {
24 "dir": "data",
25 "name": "Data",
26 "guides": [
27 "models",
28 "serializers",
29 "orm-adapters"
30 ]
31 },
32 {
33 "dir": "testing",
34 "name": "Testing",
35 "guides": [
36 "acceptance",
37 "unit"
38 ]
39 },
40 {
41 "dir": "configuration",
42 "name": "Configuration",
43 "guides": [
44 "environment",
45 "middleware",
46 "initializers"
47 ]
48 },
49 {
50 "dir": "utilities",
51 "name": "Utilities",
52 "guides": [
53 "mixins",
54 "addons",
55 "instrumentation"
56 ]
57 }
58 ]
59}