-
Notifications
You must be signed in to change notification settings - Fork 0
/
docs.json
48 lines (48 loc) · 967 Bytes
/
docs.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
{
"name": "Aurora",
"description": "Aurora is a simple web framework for the Lune Runtime inspired by Express.",
"sidebar": [
{
"group": "Getting Started",
"pages": [
{
"title": "Overview",
"href": "/"
},
{
"title": "Getting Started",
"href": "/getting-started"
},
{
"title": "Configuration",
"href": "/configuration"
}
]
},
{
"group": "Basics",
"pages": [
{
"title": "Routing",
"href": "/routing"
},
{
"title": "Middleware",
"href": "/middleware"
},
{
"title": "Request",
"href": "/request"
},
{
"title": "RouteResponse",
"href": "/route-response"
},
{
"title": "HTML Templating",
"href": "/html-templating"
}
]
}
]
}