-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Split publishing workflows #1781
Conversation
Signed-off-by: Jack Baldry <[email protected]>
Signed-off-by: Jack Baldry <[email protected]>
Signed-off-by: Jack Baldry <[email protected]>
Signed-off-by: Jack Baldry <[email protected]>
Signed-off-by: Jack Baldry <[email protected]>
052bcdb
to
ea5285e
Compare
14fc033
to
63b8673
Compare
Signed-off-by: Jack Baldry <[email protected]>
63b8673
to
27e10cc
Compare
@jdbaldry I can build this locally and it works great! Is there something we need to do to make sure the doc-validator works correctly for this PR, or should the change in this PR already do the trick once it's merged to main? 🤔 |
I think it's failing because the PR diff is so large and it can't handle it. Unfortunately, the same thing will happen on your PR after we merge this into that so I guess we'll need to just ignore the checks this time around. |
Ok! I'll merge this then before I make more changes to the k6 studio docs. :) Thanks @jdbaldry! 🙇 |
This reverts commit ac65e30.
* Add k6 studio docs folder * Add basic structure to Get started tutorial * Update Google Chrome URL * Fill out Create a test recording for get started guide * Add content to Components index page * Add content to Test Recorder page * Update test recorder action buttons section * Split publishing workflows (#1781) * Split publishing workflows Signed-off-by: Jack Baldry <[email protected]> * Move k6 docs to subdirectory Signed-off-by: Jack Baldry <[email protected]> * Update script example Signed-off-by: Jack Baldry <[email protected]> * Add k6-studio to Makefile Signed-off-by: Jack Baldry <[email protected]> * Fix doc-validator for k6 Signed-off-by: Jack Baldry <[email protected]> * Use awk not grep Signed-off-by: Jack Baldry <[email protected]> --------- Signed-off-by: Jack Baldry <[email protected]> * Add Test Generator draft * Add Test Validator structure * Add Test Generator screenshot * Add Test Validator draft * Remove k6 studio content --------- Signed-off-by: Jack Baldry <[email protected]> Co-authored-by: Jack Baldry <[email protected]>
* Add k6 studio docs folder * Add basic structure to Get started tutorial * Update Google Chrome URL * Fill out Create a test recording for get started guide * Add content to Components index page * Add content to Test Recorder page * Update test recorder action buttons section * Split publishing workflows (#1781) * Split publishing workflows Signed-off-by: Jack Baldry <[email protected]> * Move k6 docs to subdirectory Signed-off-by: Jack Baldry <[email protected]> * Update script example Signed-off-by: Jack Baldry <[email protected]> * Add k6-studio to Makefile Signed-off-by: Jack Baldry <[email protected]> * Fix doc-validator for k6 Signed-off-by: Jack Baldry <[email protected]> * Use awk not grep Signed-off-by: Jack Baldry <[email protected]> --------- Signed-off-by: Jack Baldry <[email protected]> * Add Test Generator draft * Add Test Validator structure * Add Test Generator screenshot * Add Test Validator draft * Revert "Split publishing workflows (#1781)" This reverts commit ac65e30. * Update docs/sources/k6-studio/components/_index.md Co-authored-by: Llandy Riveron Del Risco <[email protected]> * Update docs/sources/k6-studio/components/test-generator.md Co-authored-by: Llandy Riveron Del Risco <[email protected]> * Update docs/sources/k6-studio/components/test-recorder.md Co-authored-by: Llandy Riveron Del Risco <[email protected]> * Add Test Generator screenshot * Update Test Validator screenshot * Update card descriptions * Llandy feedback * Llandy feedback * Update docs structure * Add Test Validator screenshot description * Update the Validate external script section * Add Parameterization rule description * Add Troubleshooting content * Add information about Usage collection * Fix component links * Update troubleshooting.md * Add Settings page content * Small edits * Add Components card to homepage * Update introduction screenshot * Update screenshots Use public preview version and figure shortcode * Fix tutorial screenshot and installation link * Add k6 Studio get started (#1787) * Rename Troubleshooting to Troubleshoot * k6 Studio tutorial edits * More k6 Studio tutorial edits * Add tutorial screenshots * k6 Studio docs adjustement (#1793) * upstream note * fix input in record first script * generator fixes * More edits --------- Signed-off-by: Jack Baldry <[email protected]> Co-authored-by: Jack Baldry <[email protected]> Co-authored-by: Llandy Riveron Del Risco <[email protected]>
What?
Split k6 and k6-studio documentation so they can be published independently.
Because I've moved all the k6-docs, there's a big patch. Look at the individual commits in https://github.com/grafana/k6-docs/pull/1781/commits.
Self-review included running
make docs
and browsing to both http://localhost:3002/docs/k6/ and http://localhost:3002/docs/k6-studio/.Checklist
npm start
command locally and verified that the changes look good.Related PR(s)/Issue(s)
Closes https://github.com/grafana/website/issues/22312
Signed-off-by: Jack Baldry [email protected]