-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.json
53 lines (53 loc) · 2.15 KB
/
index.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
[
{
"text": "Getting Started",
"items": [
{ "text": "Installation", "link": "/installation" },
{ "text": "Laravel Integration", "link": "/laravel" },
{ "text": "Configuration", "link": "/configuration" },
{ "text": "Deploying", "link": "/deploying" },
{ "text": "Updating", "link": "/updating" },
{ "text": "Migrating", "link": "/migrating" },
{ "text": "Troubleshooting", "link": "/troubleshooting" }
]
},
{
"text": "Customization",
"items": [
{ "text": "Structure", "link": "/structure" },
{ "text": "User Groups", "link": "/groups" },
{ "text": "Design", "link": "/design" },
{ "text": "Dashboard", "link": "/dashboard" },
{ "text": "Localization", "link": "/localization" },
{ "text": "Authentication", "link": "/authentication" }
]
},
{
"text": "Extending",
"items": [
{ "text": "Introduction", "link": "/extending" },
{ "text": "Distribution", "link": "/distribution" },
{ "text": "Actions", "link": "/actions" },
{ "text": "Assets", "link": "/assets" },
{ "text": "Authorization", "link": "/authorization" },
{ "text": "Control Panel", "link": "/cp" },
{ "text": "Database", "link": "/database" },
{ "text": "Filters", "link": "/filters" },
{ "text": "Formatting", "link": "/formatting" },
{ "text": "Forms", "link": "/forms" },
{ "text": "Frontend", "link": "/frontend" },
{ "text": "Internationalization", "link": "/internationalization" },
{ "text": "Notifications", "link": "/notifications" },
{ "text": "Routes", "link": "/routes" }
]
},
{
"text": "Resources",
"items": [
{ "text": "Philosophy", "link": "/philosophy" },
{ "text": "Code of Conduct", "link": "/code-of-conduct" },
{ "text": "Contributing", "link": "/contributing" },
{ "text": "Licensing", "link": "/licensing" }
]
}
]