Skip to content

Commit a9cf332

Browse files
committed
feat: add v4
Signed-off-by: Neha Gupta <gneha21@yahoo.in>
1 parent 8c1a53c commit a9cf332

3 files changed

Lines changed: 67 additions & 74 deletions

File tree

docusaurus.config.js

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ module.exports = {
264264
* in `/docs/next` directory, only versioned docs.
265265
*/
266266
// excludeNextVersionDocs: false,
267-
lastVersion: "3.0.0",
267+
lastVersion: "4.0.0",
268268
versions: {
269269
"1.0.0": {
270270
label: "1.0.0",
@@ -276,8 +276,13 @@ module.exports = {
276276
path: "2.0.0",
277277
banner: "unmaintained",
278278
},
279+
"3.0.0": {
280+
label: "3.0.0",
281+
path: "3.0.0",
282+
banner: "unmaintained",
283+
},
279284
},
280-
onlyIncludeVersions: ["1.0.0", "2.0.0", "3.0.0"],
285+
onlyIncludeVersions: ["1.0.0", "2.0.0", "3.0.0", "4.0.0"],
281286
includeCurrentVersion: true, // excludeNextVersionDocs is now deprecated
282287
// // below remark plugin disabled until we can figure out why it is not transpiling to ESNext properly - swyx
283288
remarkPlugins: [

versioned_sidebars/version-4.0.0-sidebars.json

Lines changed: 59 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,37 @@
11
{
22
"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-
},
133
{
144
"type": "category",
155
"label": "Integration Testing",
166
"collapsed": true,
177
"items": [
188
{
199
"type": "category",
20-
"label": "Core Concepts",
10+
"label": "Explanation",
2111
"items": [
12+
"keploy-explained/introduction",
2213
"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"
3515
]
3616
},
3717
{
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"
4721
},
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",
4835
{
4936
"type": "category",
5037
"label": "QuickStarts",
@@ -135,7 +122,16 @@
135122
},
136123
{
137124
"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",
139135
"link": {
140136
"type": "doc",
141137
"id": "quickstart/code-coverage"
@@ -147,6 +143,11 @@
147143
"server/sdk-installation/python"
148144
]
149145
},
146+
{
147+
"type": "doc",
148+
"label": "Troubleshooting Guide",
149+
"id": "keploy-explained/common-errors"
150+
},
150151
{
151152
"type": "doc",
152153
"label": "FAQs",
@@ -159,33 +160,15 @@
159160
"label": "API Testing",
160161
"collapsed": true,
161162
"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",
189172
{
190173
"type": "doc",
191174
"label": "FAQs",
@@ -195,20 +178,24 @@
195178
},
196179
{
197180
"type": "category",
198-
"label": "CI/CD Integration",
181+
"label": "Unit Testing",
199182
"collapsed": true,
200183
"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+
}
212199
]
213200
}
214201
],

versions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[
2+
"4.0.0",
23
"3.0.0",
34
"2.0.0",
45
"1.0.0"

0 commit comments

Comments
 (0)