Skip to content

Commit 0f6c6f8

Browse files
authored
Merge pull request #1422 from grafana/paul/delist-extn
Delist deprecated extensions from current registry
2 parents a0171be + 557f3bb commit 0f6c6f8

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

docs/sources/v0.47.x/extensions/explore.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ With over 50 available extensions, the k6 extension ecosystem has many options t
1111
Extensions are composable; you can combine any extensions, or mix and match different test cases. You can use [Go and xk6](https://grafana.com/docs/k6/latest/extensions/build-k6-binary-using-go/) or [Docker](https://grafana.com/docs/k6/latest/extensions/build-k6-binary-using-docker/) to build your custom k6 binary:
1212

1313
{{< code >}}
14+
1415
```go-and-xk6
1516
xk6 build \
1617
--with github.com/grafana/[email protected] \
@@ -22,19 +23,14 @@ docker run --rm -u "$(id -u):$(id -g)" -v "${PWD}:/xk6" grafana/xk6 build \
2223
--with github.com/grafana/[email protected] \
2324
--with github.com/grafana/xk6-output-prometheus-remote
2425
```
25-
{{< /code >}}
2626

27+
{{< /code >}}
2728

2829
<br/>
2930

3031
Use the table to explore the many extensions. Questions? Feel free to join the discussion about extensions in the [k6 Community Forum](https://community.grafana.com/c/grafana-k6/extensions/82).
3132

32-
3333
<div class="nav-cards">
34-
<a href="https://github.com/grafana/xk6-amqp" target="_blank" class="nav-cards__item nav-cards__item--guide">
35-
<h4>xk6-amqp</h4>
36-
<p>AMQP plugin, tested with RabbitMQ</p>
37-
</a>
3834
<a href="https://github.com/szkiba/xk6-ansible-vault" target="_blank" class="nav-cards__item nav-cards__item--guide">
3935
<h4>xk6-ansible-vault</h4>
4036
<p>Encrypt and decrypt Ansible Vault</p>
@@ -95,10 +91,6 @@ Use the table to explore the many extensions. Questions? Feel free to join the d
9591
<h4>xk6-disruptor</h4>
9692
<p>Inject faults to test 💣</p>
9793
</a>
98-
<a href="https://github.com/grafana/xk6-docker" target="_blank" class="nav-cards__item nav-cards__item--guide">
99-
<h4>xk6-docker</h4>
100-
<p>Use the Docker CLI</p>
101-
</a>
10294
<a href="https://github.com/szkiba/xk6-dotenv" target="_blank" class="nav-cards__item nav-cards__item--guide">
10395
<h4>xk6-dotenv</h4>
10496
<p>Load env vars from a .env file</p>
@@ -337,5 +329,4 @@ Use the table to explore the many extensions. Questions? Feel free to join the d
337329
</a>
338330
</div>
339331

340-
341332
Don't see what you need? Learn how you can [create a custom extension](https://grafana.com/docs/k6/<K6_VERSION>/extensions/create/).

0 commit comments

Comments
 (0)