|
1 | 1 | { |
2 | 2 | "sidebarExplanation": [ |
3 | | - { |
4 | | - "type": "category", |
5 | | - "label": "Getting Started", |
6 | | - "collapsed": false, |
7 | | - "items": [ |
8 | | - "keploy-explained/introduction", |
9 | | - "keploy-explained/why-keploy", |
10 | | - "server/installation" |
11 | | - ] |
12 | | - }, |
13 | 3 | { |
14 | 4 | "type": "category", |
15 | 5 | "label": "Integration Testing", |
16 | 6 | "collapsed": true, |
17 | 7 | "items": [ |
18 | 8 | { |
19 | 9 | "type": "category", |
20 | | - "label": "Core Concepts", |
| 10 | + "label": "Explanation", |
21 | 11 | "items": [ |
| 12 | + "keploy-explained/introduction", |
22 | 13 | "keploy-explained/how-keploy-works", |
23 | | - "running-keploy/cli-commands", |
24 | | - "running-keploy/configuration-file" |
25 | | - ] |
26 | | - }, |
27 | | - { |
28 | | - "type": "category", |
29 | | - "label": "Recording & Replaying", |
30 | | - "items": [ |
31 | | - "running-keploy/rename-testcases", |
32 | | - "running-keploy/custom-mocks", |
33 | | - "running-keploy/docker-tls", |
34 | | - "running-keploy/keploy-templatize" |
| 14 | + "keploy-explained/why-keploy" |
35 | 15 | ] |
36 | 16 | }, |
37 | 17 | { |
38 | | - "type": "category", |
39 | | - "label": "Enterprise Features", |
40 | | - "items": [ |
41 | | - "keploy-cloud/time-freezing", |
42 | | - "keploy-cloud/mock-registry", |
43 | | - "keploy-cloud/deduplication", |
44 | | - "keploy-cloud/keploy-console", |
45 | | - "running-keploy/risk-profile-analysis" |
46 | | - ] |
| 18 | + "type": "doc", |
| 19 | + "label": "Installation", |
| 20 | + "id": "server/installation" |
47 | 21 | }, |
| 22 | + "keploy-cloud/cloud-installation", |
| 23 | + "running-keploy/cli-commands", |
| 24 | + "running-keploy/rename-testcases", |
| 25 | + "running-keploy/docker-tls", |
| 26 | + "running-keploy/configuration-file", |
| 27 | + "running-keploy/custom-mocks", |
| 28 | + "running-keploy/keploy-templatize", |
| 29 | + "running-keploy/risk-profile-analysis", |
| 30 | + "keploy-cloud/time-freezing", |
| 31 | + "keploy-cloud/mock-registry", |
| 32 | + "keploy-cloud/keploy-console", |
| 33 | + "keploy-cloud/auto-test-generation", |
| 34 | + "keploy-cloud/deduplication", |
48 | 35 | { |
49 | 36 | "type": "category", |
50 | 37 | "label": "QuickStarts", |
|
135 | 122 | }, |
136 | 123 | { |
137 | 124 | "type": "category", |
138 | | - "label": "Test Coverage", |
| 125 | + "label": "CI/CD Integration", |
| 126 | + "items": [ |
| 127 | + "ci-cd/github", |
| 128 | + "ci-cd/gitlab", |
| 129 | + "ci-cd/jenkins" |
| 130 | + ] |
| 131 | + }, |
| 132 | + { |
| 133 | + "type": "category", |
| 134 | + "label": "Test Coverage Integration", |
139 | 135 | "link": { |
140 | 136 | "type": "doc", |
141 | 137 | "id": "quickstart/code-coverage" |
|
147 | 143 | "server/sdk-installation/python" |
148 | 144 | ] |
149 | 145 | }, |
| 146 | + { |
| 147 | + "type": "doc", |
| 148 | + "label": "Troubleshooting Guide", |
| 149 | + "id": "keploy-explained/common-errors" |
| 150 | + }, |
150 | 151 | { |
151 | 152 | "type": "doc", |
152 | 153 | "label": "FAQs", |
|
159 | 160 | "label": "API Testing", |
160 | 161 | "collapsed": true, |
161 | 162 | "items": [ |
162 | | - { |
163 | | - "type": "category", |
164 | | - "label": "Getting Started", |
165 | | - "items": [ |
166 | | - "running-keploy/about-api-testing", |
167 | | - "running-keploy/generate-api-tests-using-ai", |
168 | | - "running-keploy/api-testing-chrome-extension" |
169 | | - ] |
170 | | - }, |
171 | | - { |
172 | | - "type": "category", |
173 | | - "label": "Managing Tests", |
174 | | - "items": [ |
175 | | - "running-keploy/review-and-improve-ai-generated-tests", |
176 | | - "running-keploy/run-ai-generated-api-tests", |
177 | | - "running-keploy/self-healing-ai-api-tests", |
178 | | - "running-keploy/share-tests" |
179 | | - ] |
180 | | - }, |
181 | | - { |
182 | | - "type": "category", |
183 | | - "label": "CI/CD Integration", |
184 | | - "items": [ |
185 | | - "running-keploy/api-testing-cicd", |
186 | | - "running-keploy/api-testing-webhook" |
187 | | - ] |
188 | | - }, |
| 163 | + "running-keploy/api-test-generator", |
| 164 | + "running-keploy/generate-api-tests-using-ai", |
| 165 | + "running-keploy/api-testing-chrome-extension", |
| 166 | + "running-keploy/review-and-improve-ai-generated-tests", |
| 167 | + "running-keploy/share-tests", |
| 168 | + "running-keploy/self-healing-ai-api-tests", |
| 169 | + "running-keploy/run-ai-generated-api-tests", |
| 170 | + "running-keploy/api-testing-cicd", |
| 171 | + "running-keploy/api-testing-webhook", |
189 | 172 | { |
190 | 173 | "type": "doc", |
191 | 174 | "label": "FAQs", |
|
195 | 178 | }, |
196 | 179 | { |
197 | 180 | "type": "category", |
198 | | - "label": "CI/CD Integration", |
| 181 | + "label": "Unit Testing", |
199 | 182 | "collapsed": true, |
200 | 183 | "items": [ |
201 | | - "ci-cd/github", |
202 | | - "ci-cd/gitlab", |
203 | | - "ci-cd/jenkins" |
204 | | - ] |
205 | | - }, |
206 | | - { |
207 | | - "type": "category", |
208 | | - "label": "Troubleshooting", |
209 | | - "collapsed": true, |
210 | | - "items": [ |
211 | | - "keploy-explained/common-errors" |
| 184 | + "running-keploy/about-unit-testing", |
| 185 | + { |
| 186 | + "type": "category", |
| 187 | + "label": "Integration", |
| 188 | + "items": [ |
| 189 | + "running-keploy/utg-pr-agent", |
| 190 | + "running-keploy/utg-vscode-extension", |
| 191 | + "keploy-explained/integrations-pr-agent" |
| 192 | + ] |
| 193 | + }, |
| 194 | + { |
| 195 | + "type": "doc", |
| 196 | + "label": "FAQs", |
| 197 | + "id": "keploy-explained/unit-testing-faq" |
| 198 | + } |
212 | 199 | ] |
213 | 200 | } |
214 | 201 | ], |
|
0 commit comments