Skip to content

Commit 169420a

Browse files
committed
feat: add preview feature admonition
1 parent 4c6dd27 commit 169420a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Preview feature admonition
3+
---
4+
5+
{{< admonition type="note" >}}
6+
7+
This is a **preview** feature.
8+
<br>
9+
<br>
10+
While we're committed to supporting and maintaining this feature in the future, and we do not anticipate breaking changes, some functionality might be missing, a bit rough on the edges, or there might be use-cases we haven't covered yet. The feature is considered ready to use, but is in preview mode as we expect to keep iterating on it by adding new functionalities and improvements at a later point in time.
11+
<br>
12+
<br>
13+
Users are encouraged to participate in its roadmap and implementation on [GitHub](https://github.com/grafana/k6-jslib-testing). Feel free to [open an issue](https://github.com/grafana/k6/issues) if you have any feedback or suggestions.
14+
15+
{{< /admonition >}}

0 commit comments

Comments
 (0)