Skip to content

Commit 5746f29

Browse files
Merge pull request #1175 from grafana/imma/api-crud-operations
update advanced api flow example
2 parents dc6943c + b2bc268 commit 5746f29

File tree

6 files changed

+271
-140
lines changed

6 files changed

+271
-140
lines changed

.eslintignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ src/data/markdown/docs/40 xk6-disruptor/04 Examples/02 Inject HTTP faults into P
1111
src/data/markdown/docs/05 Examples/02 Tutorials/01 Get started with k6/100 Test-for-functional-behavior.md
1212
src/data/markdown/docs/05 Examples/02 Tutorials/01 Get started with k6/200 Test for performance.md
1313
src/data/markdown/docs/05 Examples/02 Tutorials/01 Get started with k6/400 Reuse and re-run tests.md
14-

.vale/Vocab/docs/accept.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ Capitan
6363
charset
6464
contentful
6565
corejs
66+
croc
67+
crocs
6668
cron
6769
crypto
6870
Ctrl

gatsby-node.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1693,6 +1693,11 @@ const createRedirects = ({ actions }) => {
16931693
toPath: '/testing-guides/automated-performance-testing/',
16941694
isPermanent: true,
16951695
});
1696+
createRedirect({
1697+
fromPath: '/examples/advanced-api-flow/',
1698+
toPath: '/examples/api-crud-operations/',
1699+
isPermanent: true,
1700+
});
16961701

16971702
const redirects = {
16981703
'/javascript-api/k6-http/cookiejar-k6-http/':

src/data/doc-examples/links.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@
5555
"to": "/examples/data-uploads"
5656
},
5757
{
58-
"title": "Advanced API example",
59-
"description": "This example covers the usage of different k6 APIs for API load testing.",
58+
"title": "API CRUD Operations",
59+
"description": "This example covers the usage of different k6 APIs for API CRUD operations testing.",
6060
"url": "",
61-
"to": "/examples/advanced-api-flow"
61+
"to": "/examples/api-crud-operations"
6262
},
6363
{
6464
"title": "Generating UUIDs",
@@ -201,4 +201,4 @@
201201
"url": "https://k6.io/blog/extending-k6-with-xk6"
202202
}
203203
]
204-
}
204+
}

src/data/markdown/docs/05 Examples/01 Examples/10 advanced-api-flow.md

Lines changed: 0 additions & 135 deletions
This file was deleted.

0 commit comments

Comments
 (0)