grafana / k6-docs

The k6 documentation website.
https://grafana.com/docs/k6/latest/
85 stars 216 forks source link

Release v0.51.x documentation #1578

Closed codebien closed 4 months ago

codebien commented 4 months ago

What?

Checklist

Related PR(s)/Issue(s)

codebien commented 4 months ago

Hey @heitortsergent, apparently the next folder has a bunch of errors.

cd grafana/k6-docs
cp -r ./docs/sources/next ./docs/sources/v0.51.x
git add .
git commit -m "bla bla commit message"

It returns errors and makes the commit command fail. To force the commit I had to add a condition into eslintignore file to exclude entirely the new v0.51.x folder.

Is it a known issue? What is the plan?

inancgumus commented 4 months ago

@codebien We've improved the Tap docs with an additional PR: https://github.com/grafana/k6-docs/pull/1581. FYI. Let me know if I need to do something about it.

codebien commented 4 months ago

FYI, I intend to force the CI to merge. @heitortsergent and the docs team will work on the CI fixes during the next cycle.