Skip to content

Commit

Permalink
Merge pull request #1538 from szkiba/main
Browse files Browse the repository at this point in the history
xk6-enhanced extension renamed to xk6-ts
  • Loading branch information
szkiba authored Apr 1, 2024
2 parents 335aad7 + ebae545 commit fec2f99
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions docs/sources/next/extensions/explore.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ Use the table to explore the many extensions. Questions? Feel free to join the d
<h4>xk6-dotenv</h4>
<p>Load env vars from a .env file</p>
</a>
<a href="https://github.com/szkiba/xk6-enhanced" target="_blank" class="nav-cards__item nav-cards__item--guide">
<h4>xk6-enhanced</h4>
<p>Add enhanced JavaScript compatibility: TypeScript, import JSON files, etc</p>
<a href="https://github.com/szkiba/xk6-ts" target="_blank" class="nav-cards__item nav-cards__item--guide">
<h4>xk6-ts</h4>
<p>Add TypeScript support for k6</p>
</a>
<a href="https://github.com/BarthV/xk6-es" target="_blank" class="nav-cards__item nav-cards__item--guide">
<h4>xk6-es</h4>
Expand Down
6 changes: 3 additions & 3 deletions docs/sources/v0.50.x/extensions/explore.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ Use the table to explore the many extensions. Questions? Feel free to join the d
<h4>xk6-dotenv</h4>
<p>Load env vars from a .env file</p>
</a>
<a href="https://github.com/szkiba/xk6-enhanced" target="_blank" class="nav-cards__item nav-cards__item--guide">
<h4>xk6-enhanced</h4>
<p>Add enhanced JavaScript compatibility: TypeScript, import JSON files, etc</p>
<a href="https://github.com/szkiba/xk6-ts" target="_blank" class="nav-cards__item nav-cards__item--guide">
<h4>xk6-ts</h4>
<p>Add TypeScript support for k6</p>
</a>
<a href="https://github.com/BarthV/xk6-es" target="_blank" class="nav-cards__item nav-cards__item--guide">
<h4>xk6-es</h4>
Expand Down
6 changes: 3 additions & 3 deletions src/data/doc-extensions/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -947,9 +947,9 @@
"cloudEnabled": false
},
{
"name": "xk6-enhanced",
"description": "Add enhanced JavaScript compatibility (TypeScript, import JSON files, etc) to k6",
"url": "https://github.com/szkiba/xk6-enhanced",
"name": "xk6-ts",
"description": "Add TypeScript support for k6",
"url": "https://github.com/szkiba/xk6-ts",
"logo": "",
"author": {
"name": "Iván Szkiba",
Expand Down

0 comments on commit fec2f99

Please sign in to comment.