-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathmanifest.json
38 lines (38 loc) · 1.09 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
{
"productMetadata": {
"description": "A flexible test management solution for small Agile teams in Jira.",
"slug": "zephyr-squad",
"public": true,
"hidden": false,
"logo": "images/Zephyr-Squad.png",
"logoDark": "",
"autoPublish": true,
"validateAPIs": false
},
"contentMetadata": [
{
"order": 0,
"parent": "",
"name": "Introduction",
"slug":"introduction",
"type": "markdown",
"contentUrl": "Introduction.md"
},
{
"order": 1,
"parent": "",
"name": "Authentication",
"slug":"authentication",
"type": "markdown",
"contentUrl": "Authentication.md"
},
{
"order": 6,
"parent": "",
"name": "Zephyr Squad Cloud API",
"slug":"zephyr-squad-cloud-api",
"type": "apiUrl",
"contentUrl": "https://api.swaggerhub.com/apis/frank-kilcommins/zephyr-squad-cloud-api/2.4/swagger.json"
}
]
}