Skip to content

Commit e420733

Browse files
Update empty example pages (#1714)
* Update empty example pages * Apply to v0.53.x * Rename bundling and transpilation page * Apply to v0.53.x
1 parent d1a1f1a commit e420733

File tree

8 files changed

+40
-28
lines changed

8 files changed

+40
-28
lines changed

docs/sources/next/examples/bundling-and-transpilation.md

Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
aliases:
3+
- ./bundling-and-transpilation # docs/k6/<K6_VERSION>/examples/bundling-and-transpilation
4+
title: 'Bundling and transpiling'
5+
description: |
6+
Refer to the JavaScript and TypeScript compatibility mode page for more details on how to use TypeScript with k6
7+
weight: 18
8+
---
9+
10+
# Bundling and transpiling
11+
12+
For more details about bundling and transpiling, refer to [JavaScript and TypeScript compatibility mode](https://grafana.com/docs/k6/<K6_VERSION>/using-k6/javascript-typescript-compatibility-mode/).
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
---
22
title: 'Crawl a web page'
3-
redirect: 'https://stackoverflow.com/questions/60927653/downloading-whole-websites-with-k6/'
43
description: |
5-
Stack overflow answer demonstrating how to crawl a web page
4+
An example of how to use k6 to crawl a web page
65
weight: 17
76
---
87

98
# Crawl a web page
9+
10+
Refer to this [Stack Overflow answer](https://stackoverflow.com/questions/60927653/downloading-whole-websites-with-k6/) for details on how you can use k6 to crawl a web page.
11+
12+
You can also use the [Grafana k6 Browser Recorder](https://chromewebstore.google.com/detail/grafana-k6-browser-record/fbanjfonbcedhifbgikmjelkkckhhidl), or the [k6 DevTools Recorder](https://chromewebstore.google.com/detail/k6-devtools-recorder/fkajbajcclbdgaoanencnhpfnigfipgc) to record a browser session and export it as a k6 test script.
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
title: 'Generating realistic data'
3-
redirect: 'https://github.com/k6io/example-data-generation/'
43
description: |
5-
Reference project demonstrating how to generate data with realistic traits at runtime using faker.js
4+
Reference project demonstrating how to generate data with realistic traits at runtime using Faker
65
weight: 16
76
---
87

98
# Generating realistic data
9+
10+
Refer to the [grafana/k6-example-data-generation](https://github.com/grafana/k6-example-data-generation) GitHub repository for an example of how to utilize k6 and Faker to generate realistic data for a load test.

docs/sources/v0.53.x/examples/bundling-and-transpilation.md

Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
aliases:
3+
- ./bundling-and-transpilation # docs/k6/<K6_VERSION>/examples/bundling-and-transpilation
4+
title: 'Bundling and transpiling'
5+
description: |
6+
Refer to the JavaScript and TypeScript compatibility mode page for more details on how to use TypeScript with k6
7+
weight: 18
8+
---
9+
10+
# Bundling and transpiling
11+
12+
For more details about bundling and transpiling, refer to [JavaScript and TypeScript compatibility mode](https://grafana.com/docs/k6/<K6_VERSION>/using-k6/javascript-typescript-compatibility-mode/).
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
---
22
title: 'Crawl a web page'
3-
redirect: 'https://stackoverflow.com/questions/60927653/downloading-whole-websites-with-k6/'
43
description: |
5-
Stack overflow answer demonstrating how to crawl a web page
4+
An example of how to use k6 to crawl a web page
65
weight: 17
76
---
87

98
# Crawl a web page
9+
10+
Refer to this [Stack Overflow answer](https://stackoverflow.com/questions/60927653/downloading-whole-websites-with-k6/) for details on how you can use k6 to crawl a web page.
11+
12+
You can also use the [Grafana k6 Browser Recorder](https://chromewebstore.google.com/detail/grafana-k6-browser-record/fbanjfonbcedhifbgikmjelkkckhhidl), or the [k6 DevTools Recorder](https://chromewebstore.google.com/detail/k6-devtools-recorder/fkajbajcclbdgaoanencnhpfnigfipgc) to record a browser session and export it as a k6 test script.
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
title: 'Generating realistic data'
3-
redirect: 'https://github.com/k6io/example-data-generation/'
43
description: |
5-
Reference project demonstrating how to generate data with realistic traits at runtime using faker.js
4+
Reference project demonstrating how to generate data with realistic traits at runtime using Faker
65
weight: 16
76
---
87

98
# Generating realistic data
9+
10+
Refer to the [grafana/k6-example-data-generation](https://github.com/grafana/k6-example-data-generation) GitHub repository for an example of how to utilize k6 and Faker to generate realistic data for a load test.

0 commit comments

Comments
 (0)