Skip to content

Commit

Permalink
update shared files
Browse files Browse the repository at this point in the history
  • Loading branch information
robbymilo committed Mar 12, 2025
1 parent edbfb76 commit 8043626
Show file tree
Hide file tree
Showing 50 changed files with 50 additions and 50 deletions.
2 changes: 1 addition & 1 deletion docs/sources/k6/next/shared/blocking-aws-blockquote.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ title: jslib/aws module blocking admonition
In some cases, using this library's operations might impact performance and skew your test results.
<br>
<br>
To ensure accurate results, consider executing these operations in the `setup` and `teardown` [lifecycle functions](../../using-k6/test-lifecycle/). These functions run before and after the test run and have no impact on the test results.
To ensure accurate results, consider executing these operations in the `setup` and `teardown` [lifecycle functions](/docs/k6/<K6_VERSION>/using-k6/test-lifecycle). These functions run before and after the test run and have no impact on the test results.

{{< /admonition >}}
2 changes: 1 addition & 1 deletion docs/sources/k6/next/shared/crypto-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ title: k6/crypto module admonition
A module with a better and standard API exists.
<br>
<br>
The new [k6/experimental/webcrypto API](../../javascript-api/k6-experimental/webcrypto/) partially implements the [WebCryptoAPI](https://www.w3.org/TR/WebCryptoAPI/), supporting more features than [k6/crypto](../../javascript-api/k6-crypto/).
The new [k6/experimental/webcrypto API](/docs/k6/<K6_VERSION>/javascript-api/k6-experimental/webcrypto/) partially implements the [WebCryptoAPI](https://www.w3.org/TR/WebCryptoAPI/), supporting more features than [k6/crypto](/docs/k6/<K6_VERSION>/javascript-api/k6-crypto/).

{{< /admonition >}}
2 changes: 1 addition & 1 deletion docs/sources/k6/next/shared/experimental-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: Experimental module admonition
This is an experimental module.
<br>
<br>
While we intend to keep experimental modules as stable as possible, we may need to introduce breaking changes. This could happen at future k6 releases until the module becomes fully stable and graduates as a k6 core module. For more information, refer to the [extension graduation process](../../extensions/explanations/extension-graduation/).
While we intend to keep experimental modules as stable as possible, we may need to introduce breaking changes. This could happen at future k6 releases until the module becomes fully stable and graduates as a k6 core module. For more information, refer to the [extension graduation process](/docs/k6/<K6_VERSION>/extensions/explanations/extension-graduation/).
<br>
<br>
Experimental modules maintain a high level of stability and follow regular maintenance and security measures. Feel free to [open an issue](https://github.com/grafana/k6/issues) if you have any feedback or suggestions.
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/k6/next/shared/ws-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: k6/ws module admonition
A module with a better and standard API exists.
<br>
<br>
The new [k6/experimental/websockets API](../../javascript-api/k6-experimental/websockets/) partially implements the [WebSockets API living standard](https://websockets.spec.whatwg.org/).
The new [k6/experimental/websockets API](/docs/k6/<K6_VERSION>/javascript-api/k6-experimental/websockets/) partially implements the [WebSockets API living standard](https://websockets.spec.whatwg.org/).
<br>
<br>
When possible, we recommend using the new API. It uses a global event loop for consistency with other k6 APIs and better performance.
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/k6/v0.47.x/shared/blocking-aws-blockquote.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ title: jslib/aws module blocking admonition
In some cases, using this library&apos;s operations might impact performance and skew your test results.
<br>
<br>
To ensure accurate results, consider executing these operations in the `setup` and `teardown` [lifecycle functions](../../using-k6/test-lifecycle/). These functions run before and after the test run and have no impact on the test results.
To ensure accurate results, consider executing these operations in the `setup` and `teardown` [lifecycle functions](/docs/k6/<K6_VERSION>/using-k6/test-lifecycle/). These functions run before and after the test run and have no impact on the test results.

{{< /admonition >}}
2 changes: 1 addition & 1 deletion docs/sources/k6/v0.47.x/shared/crypto-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ title: k6/crypto module admonition
A module with a better and standard API exists.
<br>
<br>
The new [k6/experimental/webcrypto API](../../javascript-api/k6-experimental/webcrypto/) partially implements the [WebCryptoAPI](https://www.w3.org/TR/WebCryptoAPI/), supporting more features than [k6/crypto](../../javascript-api/k6-crypto/).
The new [k6/experimental/webcrypto API](/docs/k6/<K6_VERSION>/javascript-api/k6-experimental/webcrypto/) partially implements the [WebCryptoAPI](https://www.w3.org/TR/WebCryptoAPI/), supporting more features than [k6/crypto](/docs/k6/<K6_VERSION>/javascript-api/k6-crypto/).

{{< /admonition >}}
2 changes: 1 addition & 1 deletion docs/sources/k6/v0.47.x/shared/experimental-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: Experimental module admonition
This is an experimental module.
<br>
<br>
While we intend to keep experimental modules as stable as possible, we may need to introduce breaking changes. This could happen at future k6 releases until the module becomes fully stable and graduates as a k6 core module. For more information, refer to the [extension graduation process](../../extensions/explanations/extension-graduation/).
While we intend to keep experimental modules as stable as possible, we may need to introduce breaking changes. This could happen at future k6 releases until the module becomes fully stable and graduates as a k6 core module. For more information, refer to the [extension graduation process](/docs/k6/<K6_VERSION>/extensions/explanations/extension-graduation/).
<br>
<br>
Experimental modules maintain a high level of stability and follow regular maintenance and security measures. Feel free to [open an issue](https://github.com/grafana/k6/issues) if you have any feedback or suggestions.
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/k6/v0.47.x/shared/grpc-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ title: k6/grpc module admonition
A module with streaming support exists.
<br>
<br>
The new [k6/experimental/grpc](../../javascript-api/k6-experimental/grpc/) module extends [k6/net/grpc](../../javascript-api/k6-net-grpc/) to support [gRPC streaming](../../javascript-api/k6-experimental/grpc/stream/). We recommend using the new module.
The new [k6/experimental/grpc](/docs/k6/<K6_VERSION>/javascript-api/k6-experimental/grpc/) module extends [k6/net/grpc](/docs/k6/<K6_VERSION>/javascript-api/k6-net-grpc/) to support [gRPC streaming](/docs/k6/<K6_VERSION>/javascript-api/k6-experimental/grpc/stream/). We recommend using the new module.

{{< /admonition >}}
2 changes: 1 addition & 1 deletion docs/sources/k6/v0.47.x/shared/ws-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: k6/ws module admonition
A module with a better and standard API exists.
<br>
<br>
The new [k6/experimental/websockets API](../../javascript-api/k6-experimental/websockets/) partially implements the [WebSockets API living standard](https://websockets.spec.whatwg.org/).
The new [k6/experimental/websockets API](/docs/k6/<K6_VERSION>/javascript-api/k6-experimental/websockets/) partially implements the [WebSockets API living standard](https://websockets.spec.whatwg.org/).
<br>
<br>
When possible, we recommend using the new API. It uses a global event loop for consistency with other k6 APIs and better performance.
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/k6/v0.48.x/shared/blocking-aws-blockquote.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ title: jslib/aws module blocking admonition
In some cases, using this library&apos;s operations might impact performance and skew your test results.
<br>
<br>
To ensure accurate results, consider executing these operations in the `setup` and `teardown` [lifecycle functions](../../using-k6/test-lifecycle/). These functions run before and after the test run and have no impact on the test results.
To ensure accurate results, consider executing these operations in the `setup` and `teardown` [lifecycle functions](/docs/k6/<K6_VERSION>/using-k6/test-lifecycle/). These functions run before and after the test run and have no impact on the test results.

{{< /admonition >}}
2 changes: 1 addition & 1 deletion docs/sources/k6/v0.48.x/shared/crypto-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ title: k6/crypto module admonition
A module with a better and standard API exists.
<br>
<br>
The new [k6/experimental/webcrypto API](../../javascript-api/k6-experimental/webcrypto/) partially implements the [WebCryptoAPI](https://www.w3.org/TR/WebCryptoAPI/), supporting more features than [k6/crypto](../../javascript-api/k6-crypto/).
The new [k6/experimental/webcrypto API](/docs/k6/<K6_VERSION>/javascript-api/k6-experimental/webcrypto/) partially implements the [WebCryptoAPI](https://www.w3.org/TR/WebCryptoAPI/), supporting more features than [k6/crypto](/docs/k6/<K6_VERSION>/javascript-api/k6-crypto/).

{{< /admonition >}}
2 changes: 1 addition & 1 deletion docs/sources/k6/v0.48.x/shared/experimental-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: Experimental module admonition
This is an experimental module.
<br>
<br>
While we intend to keep experimental modules as stable as possible, we may need to introduce breaking changes. This could happen at future k6 releases until the module becomes fully stable and graduates as a k6 core module. For more information, refer to the [extension graduation process](../../extensions/explanations/extension-graduation/).
While we intend to keep experimental modules as stable as possible, we may need to introduce breaking changes. This could happen at future k6 releases until the module becomes fully stable and graduates as a k6 core module. For more information, refer to the [extension graduation process](/docs/k6/<K6_VERSION>/extensions/explanations/extension-graduation/).
<br>
<br>
Experimental modules maintain a high level of stability and follow regular maintenance and security measures. Feel free to [open an issue](https://github.com/grafana/k6/issues) if you have any feedback or suggestions.
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/k6/v0.48.x/shared/grpc-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ title: k6/grpc module admonition
A module with streaming support exists.
<br>
<br>
The new [k6/experimental/grpc](../../javascript-api/k6-experimental/grpc/) module extends [k6/net/grpc](../../javascript-api/k6-net-grpc/) to support [gRPC streaming](../../javascript-api/k6-experimental/grpc/stream/). We recommend using the new module.
The new [k6/experimental/grpc](/docs/k6/<K6_VERSION>/javascript-api/k6-experimental/grpc/) module extends [k6/net/grpc](/docs/k6/<K6_VERSION>/javascript-api/k6-net-grpc/) to support [gRPC streaming](/docs/k6/<K6_VERSION>/javascript-api/k6-experimental/grpc/stream/). We recommend using the new module.

{{< /admonition >}}
2 changes: 1 addition & 1 deletion docs/sources/k6/v0.48.x/shared/ws-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: k6/ws module admonition
A module with a better and standard API exists.
<br>
<br>
The new [k6/experimental/websockets API](../../javascript-api/k6-experimental/websockets/) partially implements the [WebSockets API living standard](https://websockets.spec.whatwg.org/).
The new [k6/experimental/websockets API](/docs/k6/<K6_VERSION>/javascript-api/k6-experimental/websockets/) partially implements the [WebSockets API living standard](https://websockets.spec.whatwg.org/).
<br>
<br>
When possible, we recommend using the new API. It uses a global event loop for consistency with other k6 APIs and better performance.
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/k6/v0.49.x/shared/blocking-aws-blockquote.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ title: jslib/aws module blocking admonition
In some cases, using this library&apos;s operations might impact performance and skew your test results.
<br>
<br>
To ensure accurate results, consider executing these operations in the `setup` and `teardown` [lifecycle functions](../../using-k6/test-lifecycle/). These functions run before and after the test run and have no impact on the test results.
To ensure accurate results, consider executing these operations in the `setup` and `teardown` [lifecycle functions](/docs/k6/<K6_VERSION>/using-k6/test-lifecycle/). These functions run before and after the test run and have no impact on the test results.

{{< /admonition >}}
2 changes: 1 addition & 1 deletion docs/sources/k6/v0.49.x/shared/crypto-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ title: k6/crypto module admonition
A module with a better and standard API exists.
<br>
<br>
The new [k6/experimental/webcrypto API](../../javascript-api/k6-experimental/webcrypto/) partially implements the [WebCryptoAPI](https://www.w3.org/TR/WebCryptoAPI/), supporting more features than [k6/crypto](../../javascript-api/k6-crypto/).
The new [k6/experimental/webcrypto API](/docs/k6/<K6_VERSION>/javascript-api/k6-experimental/webcrypto/) partially implements the [WebCryptoAPI](https://www.w3.org/TR/WebCryptoAPI/), supporting more features than [k6/crypto](/docs/k6/<K6_VERSION>/javascript-api/k6-crypto/).

{{< /admonition >}}
2 changes: 1 addition & 1 deletion docs/sources/k6/v0.49.x/shared/experimental-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: Experimental module admonition
This is an experimental module.
<br>
<br>
While we intend to keep experimental modules as stable as possible, we may need to introduce breaking changes. This could happen at future k6 releases until the module becomes fully stable and graduates as a k6 core module. For more information, refer to the [extension graduation process](../../extensions/explanations/extension-graduation/).
While we intend to keep experimental modules as stable as possible, we may need to introduce breaking changes. This could happen at future k6 releases until the module becomes fully stable and graduates as a k6 core module. For more information, refer to the [extension graduation process](/docs/k6/<K6_VERSION>/extensions/explanations/extension-graduation/).
<br>
<br>
Experimental modules maintain a high level of stability and follow regular maintenance and security measures. Feel free to [open an issue](https://github.com/grafana/k6/issues) if you have any feedback or suggestions.
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/k6/v0.49.x/shared/ws-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: k6/ws module admonition
A module with a better and standard API exists.
<br>
<br>
The new [k6/experimental/websockets API](../../javascript-api/k6-experimental/websockets/) partially implements the [WebSockets API living standard](https://websockets.spec.whatwg.org/).
The new [k6/experimental/websockets API](/docs/k6/<K6_VERSION>/javascript-api/k6-experimental/websockets/) partially implements the [WebSockets API living standard](https://websockets.spec.whatwg.org/).
<br>
<br>
When possible, we recommend using the new API. It uses a global event loop for consistency with other k6 APIs and better performance.
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/k6/v0.50.x/shared/blocking-aws-blockquote.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ title: jslib/aws module blocking admonition
In some cases, using this library&apos;s operations might impact performance and skew your test results.
<br>
<br>
To ensure accurate results, consider executing these operations in the `setup` and `teardown` [lifecycle functions](../../using-k6/test-lifecycle/). These functions run before and after the test run and have no impact on the test results.
To ensure accurate results, consider executing these operations in the `setup` and `teardown` [lifecycle functions](/docs/k6/<K6_VERSION>/using-k6/test-lifecycle/). These functions run before and after the test run and have no impact on the test results.

{{< /admonition >}}
2 changes: 1 addition & 1 deletion docs/sources/k6/v0.50.x/shared/crypto-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ title: k6/crypto module admonition
A module with a better and standard API exists.
<br>
<br>
The new [k6/experimental/webcrypto API](../../javascript-api/k6-experimental/webcrypto/) partially implements the [WebCryptoAPI](https://www.w3.org/TR/WebCryptoAPI/), supporting more features than [k6/crypto](../../javascript-api/k6-crypto/).
The new [k6/experimental/webcrypto API](/docs/k6/<K6_VERSION>/javascript-api/k6-experimental/webcrypto/) partially implements the [WebCryptoAPI](https://www.w3.org/TR/WebCryptoAPI/), supporting more features than [k6/crypto](/docs/k6/<K6_VERSION>/javascript-api/k6-crypto/).

{{< /admonition >}}
2 changes: 1 addition & 1 deletion docs/sources/k6/v0.50.x/shared/experimental-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: Experimental module admonition
This is an experimental module.
<br>
<br>
While we intend to keep experimental modules as stable as possible, we may need to introduce breaking changes. This could happen at future k6 releases until the module becomes fully stable and graduates as a k6 core module. For more information, refer to the [extension graduation process](../../extensions/explanations/extension-graduation/).
While we intend to keep experimental modules as stable as possible, we may need to introduce breaking changes. This could happen at future k6 releases until the module becomes fully stable and graduates as a k6 core module. For more information, refer to the [extension graduation process](/docs/k6/<K6_VERSION>/extensions/explanations/extension-graduation/).
<br>
<br>
Experimental modules maintain a high level of stability and follow regular maintenance and security measures. Feel free to [open an issue](https://github.com/grafana/k6/issues) if you have any feedback or suggestions.
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/k6/v0.50.x/shared/ws-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: k6/ws module admonition
A module with a better and standard API exists.
<br>
<br>
The new [k6/experimental/websockets API](../../javascript-api/k6-experimental/websockets/) partially implements the [WebSockets API living standard](https://websockets.spec.whatwg.org/).
The new [k6/experimental/websockets API](/docs/k6/<K6_VERSION>/javascript-api/k6-experimental/websockets/) partially implements the [WebSockets API living standard](https://websockets.spec.whatwg.org/).
<br>
<br>
When possible, we recommend using the new API. It uses a global event loop for consistency with other k6 APIs and better performance.
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/k6/v0.51.x/shared/blocking-aws-blockquote.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ title: jslib/aws module blocking admonition
In some cases, using this library&apos;s operations might impact performance and skew your test results.
<br>
<br>
To ensure accurate results, consider executing these operations in the `setup` and `teardown` [lifecycle functions](../../using-k6/test-lifecycle/). These functions run before and after the test run and have no impact on the test results.
To ensure accurate results, consider executing these operations in the `setup` and `teardown` [lifecycle functions](/docs/k6/<K6_VERSION>/using-k6/test-lifecycle/). These functions run before and after the test run and have no impact on the test results.

{{< /admonition >}}
2 changes: 1 addition & 1 deletion docs/sources/k6/v0.51.x/shared/crypto-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ title: k6/crypto module admonition
A module with a better and standard API exists.
<br>
<br>
The new [k6/experimental/webcrypto API](../../javascript-api/k6-experimental/webcrypto/) partially implements the [WebCryptoAPI](https://www.w3.org/TR/WebCryptoAPI/), supporting more features than [k6/crypto](../../javascript-api/k6-crypto/).
The new [k6/experimental/webcrypto API](/docs/k6/<K6_VERSION>/javascript-api/k6-experimental/webcrypto/) partially implements the [WebCryptoAPI](https://www.w3.org/TR/WebCryptoAPI/), supporting more features than [k6/crypto](/docs/k6/<K6_VERSION>/javascript-api/k6-crypto/).

{{< /admonition >}}
2 changes: 1 addition & 1 deletion docs/sources/k6/v0.51.x/shared/experimental-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: Experimental module admonition
This is an experimental module.
<br>
<br>
While we intend to keep experimental modules as stable as possible, we may need to introduce breaking changes. This could happen at future k6 releases until the module becomes fully stable and graduates as a k6 core module. For more information, refer to the [extension graduation process](../../extensions/explanations/extension-graduation/).
While we intend to keep experimental modules as stable as possible, we may need to introduce breaking changes. This could happen at future k6 releases until the module becomes fully stable and graduates as a k6 core module. For more information, refer to the [extension graduation process](/docs/k6/<K6_VERSION>/extensions/explanations/extension-graduation/).
<br>
<br>
Experimental modules maintain a high level of stability and follow regular maintenance and security measures. Feel free to [open an issue](https://github.com/grafana/k6/issues) if you have any feedback or suggestions.
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/k6/v0.51.x/shared/ws-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: k6/ws module admonition
A module with a better and standard API exists.
<br>
<br>
The new [k6/experimental/websockets API](../../javascript-api/k6-experimental/websockets/) partially implements the [WebSockets API living standard](https://websockets.spec.whatwg.org/).
The new [k6/experimental/websockets API](/docs/k6/<K6_VERSION>/javascript-api/k6-experimental/websockets/) partially implements the [WebSockets API living standard](https://websockets.spec.whatwg.org/).
<br>
<br>
When possible, we recommend using the new API. It uses a global event loop for consistency with other k6 APIs and better performance.
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/k6/v0.52.x/shared/blocking-aws-blockquote.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ title: jslib/aws module blocking admonition
In some cases, using this library&apos;s operations might impact performance and skew your test results.
<br>
<br>
To ensure accurate results, consider executing these operations in the `setup` and `teardown` [lifecycle functions](../../using-k6/test-lifecycle/). These functions run before and after the test run and have no impact on the test results.
To ensure accurate results, consider executing these operations in the `setup` and `teardown` [lifecycle functions](/docs/k6/<K6_VERSION>/using-k6/test-lifecycle/). These functions run before and after the test run and have no impact on the test results.

{{< /admonition >}}
Loading

0 comments on commit 8043626

Please sign in to comment.