We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7a4737 commit 5491e63Copy full SHA for 5491e63
src/data/doc-extensions/extensions.json
@@ -1,4 +1,20 @@
1
{
2
"alert": "The extensions.json file is no longer in use, use https://registry.k6.io instead!",
3
- "extensions": []
+ "extensions": [
4
+ {
5
+ "name": "k6",
6
+ "description": "A modern load testing tool, using Go and JavaScript",
7
+ "url": "https://github.com/grafana/k6",
8
+ "logo": "",
9
+ "author": {
10
+ "name": "Grafana",
11
+ "url": "https://github.com/grafana"
12
+ },
13
+ "stars": "0",
14
+ "type": ["JavaScript"],
15
+ "categories": ["Misc"],
16
+ "tiers": ["Official"],
17
+ "cloudEnabled": false
18
+ }
19
+ ]
20
}
0 commit comments