-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.json
More file actions
63 lines (63 loc) · 1.55 KB
/
Project.json
File metadata and controls
63 lines (63 loc) · 1.55 KB
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
{
"name": "PHPMQ - A portable PHP message queue server",
"baseUrl": "https://phpmq.org",
"outputDir": "./public",
"contentsDir": "./docs/",
"replacements": {
"@website_version@": "v1.0.0",
"@website_repo_url@": "https://github.com/php-mq/website",
"@github_url@": "https://github.com/phpmq",
"@twitter_url@": "https://twitter.com/phpmq",
"@twitter_handle@": "@phpmq"
},
"pages": {
"/index.html": {
"pageLevel": 1,
"navName": "Home",
"pageTitle": "Home",
"description": "A portable PHP message queue server",
"language": "en",
"imageUrl": "/img/phpmq-logo-500x500.png",
"tags": [
"PHP",
"Message Queue",
"Stream",
"TCP",
"TLS",
"Server",
"Client",
"Documentation",
"Docs"
],
"contentType": "html",
"renderer": "twig",
"template": "templates/home.twig",
"contentFile": "",
"children": []
},
"/protocol/v1x/index.html": {
"pageLevel": 1,
"navName": "Protocol",
"pageTitle": "Protocol",
"description": "The PHPMQ message protocol",
"language": "en",
"imageUrl": "/img/phpmq-logo-500x500.png",
"tags": [
"PHP",
"Message Protocol",
"Stream",
"TCP",
"TLS",
"Server",
"Client",
"Documentation",
"Docs"
],
"contentType": "markdown",
"renderer": "twig",
"template": "templates/home.twig",
"contentFile": "protocol/v1x/index.md",
"children": []
}
}
}