You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(mdx): changed the way of processing inline code
Inline code is no more being handled by Prism, we are rendering it
with MDXProvider and custom CodeInline component, similar to other mdx
entities.
Side:
- fixed some mdx syntax innacuracies along with main changes
Copy file name to clipboardExpand all lines: src/data/markdown/docs/01 guides/05 Testing Guides/02 Automated performance testing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,7 @@ k6 supports both local (`k6 run ...`) and cloud execution (`k6 cloud ...`) modes
144
144
145
145
If you decide to use the k6 Cloud service, either to stream results with local execution (`k6 run -o cloud ...`) or through cloud execution, you'll need to authenticate with k6 Cloud. The recommended way to do this is by setting the `K6_CLOUD_TOKEN` environment variable in your CI tool. Alternatively you can pass in your k6 Cloud token to `k6 login cloud` like so:
0 commit comments