Skip to content

Commit

Permalink
Add links to k6 Studio and Grafana Cloud k6 docs (#1825)
Browse files Browse the repository at this point in the history
* Add link to k6 Studio docs

* Apply to previous versions

* Fix examples link

* Add Grafana Cloud k6 and k6 Studio links to homepage
  • Loading branch information
heitortsergent authored Jan 6, 2025
1 parent b0dcf09 commit c457bdc
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 14 deletions.
12 changes: 10 additions & 2 deletions docs/sources/k6/next/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,16 @@ cards:
description: Have a particular testing need? Find k6 extensions that extend the native k6 functionality.
height: 24
- title: k6 script examples
href: ./extensions/
description: Learn how to script your tests with this list of common k6 examples.
href: ./examples/
description: Learn how to write test scripts with this list of common k6 examples.
height: 24
- title: Grafana Cloud k6
href: https://grafana.com/docs/grafana-cloud/testing/k6/
description: Leverage the k6 OSS capabilities in Grafana Cloud, with built-in dashboards, insights into your application performance, and the ability to bring together teams in one place to resolve issues faster.
height: 24
- title: k6 Studio
href: https://grafana.com/docs/k6-studio/
description: Use the k6 Studio desktop application to quickly generate test scripts using a visual interface.
height: 24
---

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/k6/next/k6-studio/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ k6 Studio is a desktop application that can help you:
- Generate and customize a k6 test script from a HAR file, including the ability to use rules to quickly iterate on the script creation process.
- Test and debug k6 scripts using a visual interface. Inspect the request and response details for any request in your script.

Visit the [k6 Studio GitHub repository](https://github.com/grafana/k6-studio/) for more information and to download the application.
Visit the [k6 Studio documentation](https://grafana.com/docs/k6-studio/) for more information.
4 changes: 2 additions & 2 deletions docs/sources/k6/v0.52.x/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ cards:
description: Have a particular testing need? Find k6 extensions that extend the native k6 functionality.
height: 24
- title: k6 script examples
href: ./extensions/
description: Learn how to script your tests with this list of common k6 examples.
href: ./examples/
description: Learn how to write test scripts with this list of common k6 examples.
height: 24
---

Expand Down
4 changes: 2 additions & 2 deletions docs/sources/k6/v0.53.x/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ cards:
description: Have a particular testing need? Find k6 extensions that extend the native k6 functionality.
height: 24
- title: k6 script examples
href: ./extensions/
description: Learn how to script your tests with this list of common k6 examples.
href: ./examples/
description: Learn how to write test scripts with this list of common k6 examples.
height: 24
---

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/k6/v0.53.x/k6-studio/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ k6 Studio is a desktop application that can help you:
- Generate and customize a k6 test script from a HAR file, including the ability to use rules to quickly iterate on the script creation process.
- Test and debug k6 scripts using a visual interface. Inspect the request and response details for any request in your script.

Visit the [k6 Studio GitHub repository](https://github.com/grafana/k6-studio/) for more information and to download the application.
Visit the [k6 Studio documentation](https://grafana.com/docs/k6-studio/) for more information.
4 changes: 2 additions & 2 deletions docs/sources/k6/v0.54.x/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ cards:
description: Have a particular testing need? Find k6 extensions that extend the native k6 functionality.
height: 24
- title: k6 script examples
href: ./extensions/
description: Learn how to script your tests with this list of common k6 examples.
href: ./examples/
description: Learn how to write test scripts with this list of common k6 examples.
height: 24
---

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/k6/v0.54.x/k6-studio/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ k6 Studio is a desktop application that can help you:
- Generate and customize a k6 test script from a HAR file, including the ability to use rules to quickly iterate on the script creation process.
- Test and debug k6 scripts using a visual interface. Inspect the request and response details for any request in your script.

Visit the [k6 Studio GitHub repository](https://github.com/grafana/k6-studio/) for more information and to download the application.
Visit the [k6 Studio documentation](https://grafana.com/docs/k6-studio/) for more information.
12 changes: 10 additions & 2 deletions docs/sources/k6/v0.55.x/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,16 @@ cards:
description: Have a particular testing need? Find k6 extensions that extend the native k6 functionality.
height: 24
- title: k6 script examples
href: ./extensions/
description: Learn how to script your tests with this list of common k6 examples.
href: ./examples/
description: Learn how to write test scripts with this list of common k6 examples.
height: 24
- title: Grafana Cloud k6
href: https://grafana.com/docs/grafana-cloud/testing/k6/
description: Leverage the k6 OSS capabilities in Grafana Cloud, with built-in dashboards, insights into your application performance, and the ability to bring together teams in one place to resolve issues faster.
height: 24
- title: k6 Studio
href: https://grafana.com/docs/k6-studio/
description: Use the k6 Studio desktop application to quickly generate test scripts using a visual interface.
height: 24
---

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/k6/v0.55.x/k6-studio/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ k6 Studio is a desktop application that can help you:
- Generate and customize a k6 test script from a HAR file, including the ability to use rules to quickly iterate on the script creation process.
- Test and debug k6 scripts using a visual interface. Inspect the request and response details for any request in your script.

Visit the [k6 Studio GitHub repository](https://github.com/grafana/k6-studio/) for more information and to download the application.
Visit the [k6 Studio documentation](https://grafana.com/docs/k6-studio/) for more information.

0 comments on commit c457bdc

Please sign in to comment.