Open InRiPa opened 7 months ago
@InRiPa - There is a automatic PR template that is super helpful for making sure the changes have been made to the right places and tested.
If you're still interested in making this change, it will need to be updated in the doc/sources
directories as well.
just a small update.
In k6-docs/src/data/markdown/translated-guides/en/02 Using k6/12 Execution context variables.md
,
Line 47 and 49 are the same.
Additionally, I went through all versions in docs/sources/k6/*
. I think, I caught all instances of it.
Branch is rebased to current version.
npm start
command locally and verified that the changes look good.
$ podman build -f Dockerfile -t k6-docs .
$ podman run -it -p 8000:8000 --rm localhost/k6-docs:latest
docs/sources/k6/next
folder of the documentation.
docs/sources/k6/next/using-k6/execution-context-variables.md
docs/sources/v{most_recent_release}
folder of the documentation.
v0.47
to v0.54
none
Hi,
just a small update. In
k6-docs/src/data/markdown/translated-guides/en/02 Using k6/12 Execution context variables.md
, Line47
and49
are the same.