-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmanifest.json
78 lines (78 loc) · 2.37 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
{
"productMetadata": {
"description": "An API developer portal, designed to provide a seamless experience for those looking to showcase their APIs.",
"slug": "swaggerhub-portal",
"public": true,
"hidden": false,
"logo": "images/SwaggerHub.png",
"logoDark": "",
"autoPublish": true,
"validateAPIs": false
},
"contentMetadata": [
{
"order": 0,
"parent": "",
"name": "Getting Started",
"slug":"getting-started",
"type": "markdown",
"contentUrl": "Getting-Started.md"
},
{
"order": 2,
"parent": "",
"name": "Automate Your Portal",
"slug":"automate-your-portal",
"type": "markdown",
"contentUrl": "Automate-Your-Portal.md"
},
{
"order": 1,
"parent": "",
"name": "Authentication",
"slug":"authentication",
"type": "markdown",
"contentUrl": "Authentication.md"
},
{
"order": 3,
"parent": "automate-your-portal",
"name": "Create a Product",
"slug":"create-new-product",
"type": "markdown",
"contentUrl": "Create-New-Product.md"
},
{
"order": 4,
"parent": "automate-your-portal",
"name": "Add Documentation Content",
"slug":"add-product-content",
"type": "markdown",
"contentUrl": "Add-Product-Content.md"
},
{
"order": 5,
"parent": "automate-your-portal",
"name": "Manage Existing Products",
"slug":"manage-existing-products",
"type": "markdown",
"contentUrl": "Manage-Existing-Products.md"
},
{
"order": 6,
"parent": "",
"name": "SwaggerHub Portal API",
"slug":"swaggerhub-portal-api",
"type": "apiUrl",
"contentUrl": "https://api.swaggerhub.com/apis/frank-kilcommins/swaggerhub-portal-api/0.2.0-beta/swagger.json"
},
{
"order": 7,
"parent": "",
"name": "API Changelog",
"slug":"api-changelog",
"type": "markdown",
"contentUrl": "API-Changelog.md"
}
]
}