Skip to content

Commit 4e90004

Browse files
authored
Merge pull request #1490 from kelseyaubrecht/xk6-webtransport
Add xk6-webtransport extension to documentation
2 parents 0a89fc7 + d9e3b39 commit 4e90004

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

docs/sources/next/extensions/explore.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,10 @@ Use the table to explore the many extensions. Questions? Feel free to join the d
335335
<h4>xk6-wamp</h4>
336336
<p>Add support for WAMP protocol</p>
337337
</a>
338+
<a href="https://github.com/kelseyaubrecht/xk6-webtransport" target="_blank" class="nav-cards__item nav-cards__item--guide">
339+
<h4>xk6-webtransport</h4>
340+
<p>Add support for webtransport protocol</p>
341+
</a>
338342
<a href="https://github.com/szkiba/xk6-yaml" target="_blank" class="nav-cards__item nav-cards__item--guide">
339343
<h4>xk6-yaml</h4>
340344
<p>Encode and decode YAML values</p>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,10 @@ Use the table to explore the many extensions. Questions? Feel free to join the d
335335
<h4>xk6-wamp</h4>
336336
<p>Add support for WAMP protocol</p>
337337
</a>
338+
<a href="https://github.com/kelseyaubrecht/xk6-webtransport" target="_blank" class="nav-cards__item nav-cards__item--guide">
339+
<h4>xk6-webtransport</h4>
340+
<p>Add support for webtransport protocol</p>
341+
</a>
338342
<a href="https://github.com/szkiba/xk6-yaml" target="_blank" class="nav-cards__item nav-cards__item--guide">
339343
<h4>xk6-yaml</h4>
340344
<p>Encode and decode YAML values</p>

src/data/doc-extensions/extensions.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1156,6 +1156,21 @@
11561156
"categories": ["Misc"],
11571157
"tiers": ["Community"],
11581158
"cloudEnabled": false
1159+
},
1160+
{
1161+
"name": "xk6-webtransport",
1162+
"description": "Add support for webtransport protocol",
1163+
"url": "https://github.com/kelseyaubrecht/xk6-webtransport",
1164+
"logo": "",
1165+
"author": {
1166+
"name": "Kelsey Aubrecht",
1167+
"url": "https://github.com/kelseyaubrecht"
1168+
},
1169+
"stars": "1",
1170+
"type": ["JavaScript"],
1171+
"categories": ["Messaging, Protocol"],
1172+
"tiers": ["Community"],
1173+
"cloudEnabled": false
11591174
}
11601175
]
11611176
}

0 commit comments

Comments
 (0)