-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.json
156 lines (155 loc) · 4.18 KB
/
config.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
{
"items": [
{
"title": "API Insights",
"items": [
{
"title": "Introduction to API Insights",
"content": "overview/intro.md"
},
{
"title": "Getting Started with an API Insights Service",
"content": "overview/getting-started.md"
},
{
"title": "Understanding API Insights Analysis",
"content": "overview/understanding-api-insights-analysis.md"
},
{
"title": "Release Notes",
"content": "overview/release-notes.md"
}
]
},
{
"title": "Guides",
"config": {
"expand": 0
},
"items": [
{
"title": "Using the API Insights Visual Studio Code Extension",
"content": "guides/vscode-extension.md"
},
{
"title": "Setting Up API Insights in a CI/CD Pipeline",
"content": "guides/cicd-setup-guide.md"
},
{
"title": "Compare Specification Files Across Versions",
"content": "guides/compare-specs-guide.md"
},
{
"title": "Create a Changelog File for API Spec Files",
"content": "guides/download-changelog.md"
}
]
},
{
"title": "API Insights - References",
"config": {
"expand": 0
},
"items": [
{
"title": "Rulesets",
"items": [
{
"title": "Documentation Completeness Ruleset",
"content": "references/openapi-rulesets/doc-completeness.md"
},
{
"title": "REST Guidelines Ruleset",
"content": "references/openapi-rulesets/rest-guidelines.md",
"items": [
{
"title": "REST Conventions",
"content": "references/openapi-rulesets/rest-conventions.md"
},
{
"title": "REST Style",
"content": "references/openapi-rulesets/rest-style.md"
}
]
},
{
"title": "Inclusive Language Ruleset",
"content": "https://github.com/cisco-open/inclusive-language",
"type": "url"
}
]
},
{
"title": "Specification Changelog",
"items" :[
{
"title": "Backward Compatability Breakage Reference",
"content": "references/SpecAnalyzers/Backward-Compatability-Break.md"
},
{
"title": "API Runtime Drift Reference",
"content": "references/SpecAnalyzers/api-runtime-drift.md"
},
{
"title": "API Changelog Creator Reference",
"content": "references/SpecAnalyzers/ChangeLog.md"
}
]
},
{
"title": "API Insights API Reference",
"content": "https://devnet-testing.cisco.com/v1/apidocs/devnet-apiregistry.json",
"type": "oas",
"config": {
"overview": {
"markdownPath": "overview/api-flow.md"
}
}
},
{
"title": "API Insights CLI",
"content": "references/clidocs/cli-reference-config.json",
"type": "config"
}
]
},
{
"title": "Developer Resources",
"config": {
"expand": 0
},
"items": [
{
"title": "API Insights Site",
"content": "https://developer.cisco.com/site/api-insights/",
"type": "url"
},
{
"title": "Demo",
"content": "https://developer.cisco.com/api-insights-demo",
"type": "url"
}
]
},
{
"title": "Community & Support",
"config": {
"expand": 0
},
"items": [
{
"title": "Developer Support",
"content": "support/support.md"
},
{
"title": "Glossary",
"content": "support/glossary.md"
},
{
"title": "FAQ",
"content": "support/faq.md"
}
]
}
]
}