This repository has been archived by the owner on Apr 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathschema.json
93 lines (93 loc) · 2.49 KB
/
schema.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
{
"metadata": {
"index": "/v1/readme.md",
"iconSrc": "https://sisk.project-principium.dev/assets/img/Icon.png",
"primaryColor": "#5d06fd",
"darkPrimaryColor": "#8f66ff",
"title": "Sisk Framework - Documentation",
"description": "Documentation for the Sisk Framework, with tutorials and getting started.",
"branches": [
"main",
"specification"
],
"theme": "github"
},
"contents": [
{
"title": "Introduction",
"href": "/v1/readme.md"
},
{
"title": "Getting Started",
"href": "/v1/getting-started.md"
},
{
"title": "Installing",
"href": "/v1/installing.md"
},
{
"title": "Native AOT Support",
"href": "/v1/native-aot.md"
},
{
"title": "Deploying",
"href": "/v1/deploying.md"
},
{
"title": "Setup namespaces on Windows",
"href": "/v1/registering-namespace.md"
},
"Fundamentals",
{
"title": "Routing",
"href": "/v1/fundamentals/routing.md"
},
{
"title": "Request handlers",
"href": "/v1/fundamentals/request-handlers.md"
},
{
"title": "Requests",
"href": "/v1/fundamentals/requests.md"
},
{
"title": "Responses",
"href": "/v1/fundamentals/responses.md"
},
"Features",
{
"title": "Logging",
"href": "/v1/features/logging.md"
},
{
"title": "Server sent events",
"href": "/v1/features/server-sent-events.md"
},
{
"title": "Websockets",
"href": "/v1/features/websockets.md"
},
"Extensions",
{
"title": "Service providers",
"href": "/v1/extensions/service-providers.md"
},
{
"title": "Basic auth",
"href": "/v1/extensions/basic-auth.md"
},
"Advanced",
{
"title": "Request lifecycle",
"href": "/v1/advanced/request-lifecycle.md"
},
{
"title": "HTTP server handlers",
"href": "/v1/advanced/http-server-handlers.md"
},
{
"title": "Multi-host setup",
"href": "/v1/advanced/multi-host-setup.md"
}
]
}