This repository has been archived by the owner on Jun 2, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
manifest.json
44 lines (44 loc) · 1.6 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
{
"index": {
"title": "About the Hosting Team",
"slug": "handbook",
"markdown_source": "https:\/\/raw.githubusercontent.com\/javiercasares\/WordPress-Hosting-Handbook\/master\/readme.md",
"parent": null
},
"get-involved": {
"title": "Get Involved",
"slug": "get-involved",
"markdown_source": "https:\//\raw.githubusercontent.com\/javiercasares\/WordPress-Hosting-Handbook\/master\/get-involved\/readme.md",
"parent": "handbook"
},
"server-environment": {
"title": "WordPress Requirements",
"slug": "server-environment",
"markdown_source": "https:\/\/raw.githubusercontent.com\/javiercasares\/WordPress-Hosting-Handbook\/master\/server-environment\/readme.md",
"parent": "handbook"
},
"performance": {
"title": "WordPress Performance",
"slug": "performance",
"markdown_source": "https:\/\/raw.githubusercontent.com\/javiercasares\/WordPress-Hosting-Handbook\/master\/performance\/readme.md",
"parent": "handbook"
},
"security": {
"title": "WordPress Security",
"slug": "security",
"markdown_source": "https:\/\/raw.githubusercontent.com\/javiercasares\/WordPress-Hosting-Handbook\/master\/security\/readme.md",
"parent": "handbook"
},
"reliability": {
"title": "WordPress Reliability",
"slug": "reliability",
"markdown_source": "https:\/\/raw.githubusercontent.com\/javiercasares\/WordPress-Hosting-Handbook\/master\/reliability\/readme.md",
"parent": "handbook"
},
"tests": {
"title": "PHPUnit Tests",
"slug": "tests",
"markdown_source": "https:\/\/raw.githubusercontent.com\/javiercasares\/WordPress-Hosting-Handbook\/master\/tests\/readme.md",
"parent": "handbook"
}
}