forked from roadrunner-server/roadrunner-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
80 lines (80 loc) · 2.18 KB
/
manifest.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
[
{
"title": "RoadRunner",
"links": {
"readme": "Table of Contents",
"intro/about": "What is it?",
"intro/features": "Features",
"intro/install": "Installation",
"intro/config": "Configuration",
"license": "LICENSE"
}
},
{
"title": "PHP Workers",
"links": {
"php/worker": "Worker",
"php/developer": "Developer Mode",
"php/error-handling": "Error Handling",
"php/restarting": "Restarting",
"php/limit": "Embedded Monitoring",
"php/rpc": "RPC to App Server",
"php/caveats": "Caveats",
"php/environment": "Environment",
"php/debugging": "Debugging"
}
},
{
"title": "App Server",
"links": {
"beep-beep/cli": "CLI Commands",
"beep-beep/production": "Production Usage",
"beep-beep/systemd": "Writing a RR systemd unit file",
"beep-beep/reload": "Auto-Reloading",
"beep-beep/metrics": "Prometheus Metrics",
"beep-beep/health": "Healthcheck",
"beep-beep/build": "Building a Server",
"beep-beep/rpc": "RPC",
"beep-beep/service": "Write a Service",
"beep-beep/http-error-codes": "Overriding HTTP error codes"
}
},
{
"title": "HTTPs and HTTP2",
"links": {
"http/https": "HTTPs and HTTP/2",
"http/headers": "Headers",
"http/middleware": "Middleware"
}
},
{
"title": "Integrations",
"links": {
"integration/cake": "CakePHP",
"integration/laravel": "Laravel",
"integration/slim": "Slim",
"integration/spiral": "Spiral Framework",
"integration/symfony": "Symfony Framework",
"integration/symlex": "Symlex Framework",
"integration/ubiquity": "Ubiquity Framework",
"integration/zend": "Zend Expressive",
"integration/yii": "Yii2 and Yii3",
"integration/phalcon": "Phalcon3 and Phalcon4"
}
},
{
"title": "Docker",
"links": {
"docker/ports": "Ports and Containers",
"docker/images": "Available Images"
}
},
{
"title": "As Library",
"links": {
"library/event-listeners": "Event Listeners",
"library/standalone-usage": "Standalone Usage",
"library/aws-lambda": "AWS Lambda"
}
}
]