Sync kane cli docs from testmuCom (MDX format) - #3484
Open
surishubham wants to merge 3 commits into
Open
Conversation
Ports the kane-cli doc updates merged into testmuCom via PR #3479 ("sync public docs with the GitHub user guide") into Mintlify MDX on stage-mintlify. This is an in-progress commit; more files land in follow-up commits as the conversion completes. So far: - New: docs/kane-cli-testrun.mdx - Updated: kane-cli-assurance-automation, kane-cli-configuration, kane-cli-testmd, kane-cli-tms-integration (new sections merged in) - docs.json: nav entries for kane-cli-testrun and the upcoming kane-cli-testmd-composition / kane-cli-testmd-running / kane-cli-troubleshooting-sharp pages Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WajQp3gGPGEqW5GA59RoSU
Continues porting PR #3479's testmuCom additions into Mintlify MDX. So far in this batch: - New: docs/kane-cli-troubleshooting-sharp.mdx - Updated: kane-cli-assurance-automation, kane-cli-assurance-context, kane-cli-assurance-coverage, kane-cli-assurance-design, kane-cli-assurance-maintain, kane-cli-installation, kane-cli-modes, kane-cli-testmd, kane-cli-troubleshooting, kane-cli-variables-and-context Still pending: kane-cli-testmd-composition.mdx, kane-cli-testmd-running.mdx Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WajQp3gGPGEqW5GA59RoSU
Completes porting PR #3479's testmuCom additions into Mintlify MDX: - New: docs/kane-cli-testmd-running.mdx - Updated: kane-cli-assurance-context, kane-cli-assurance-coverage, kane-cli-assurance-design, kane-cli-assurance-maintain (new sections merged in, existing content preserved) Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WajQp3gGPGEqW5GA59RoSU
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Syncs the Kane CLI doc updates from
testmuComPR #3479 ("docs(kane-cli): sync public docs with the GitHub user guide", merged intotestmuComas76e5474d) intostage-mintlify, converted from Docusaurus Markdown to Mintlify MDX.That upstream PR brought the public Kane CLI docs into parity with
LambdaTest/kane-cli'sdocs/user-guide(the source of truth): four new pages, and twelve pages that gained sections previously missing from the docs site.New pages
docs/kane-cli-testrun.mdxkane-cli testrun run— batch runs, tag/regex selection, parallel workers, dry runs, exit codes, one sealed evidence pack per suitedocs/kane-cli-testmd-composition.mdx@importsyntax, path resolution, optional imports, what propagates, sharing helpers across projectsdocs/kane-cli-testmd-running.mdxkane-cli testmdflag reference, replay vs author, the cascade rule, lock conflicts,list/status/delete/export/syncdocs/kane-cli-troubleshooting-sharp.mdxsharpinstall failure, the fix for each, what still works without itUpdated pages (new sections merged in, nothing removed)
kane-cli-testmd,kane-cli-troubleshooting,kane-cli-assurance-automation,kane-cli-configuration,kane-cli-modes,kane-cli-tms-integration,kane-cli-assurance-coverage,kane-cli-assurance-context,kane-cli-assurance-maintain,kane-cli-installation,kane-cli-assurance-design,kane-cli-variables-and-context— each additively merged against its current Mintlify version by diffing the old and new Docusaurus source, so only genuinely new prose/sections/table rows were inserted, at their equivalent location.Navigation (
docs.json)Test.mdis now a group (kane-cli-testmd,kane-cli-testmd-composition,kane-cli-testmd-running), followed bykane-cli-testrun— mirroring thesidebars.jsrestructure ontestmuCom.Troubleshootingis now a group (kane-cli-troubleshooting,kane-cli-troubleshooting-sharp).Conversion notes
Followed the established MDX conventions already used across the
kane-cli-*.mdxpages on this branch:title/sidebarTitle/description/keywords(array) /og:description; dropped Docusaurus-only fields (id,url,site_name,slug,canonical).<script type="application/ld+json">breadcrumb blocks; added theAgentSkillCalloutimport/usage to new pages.:::note→<Note>,:::warning→<Warning>,:::tip→<Tip>./support/docs/<slug>/to/docs/<slug>/.No content was paraphrased or dropped — verified no leftover
/support/docs/links or:::admonition syntax remain, anddocs.jsonparses as valid JSON.🤖 Generated with Claude Code
https://claude.ai/code/session_01WajQp3gGPGEqW5GA59RoSU
Generated by Claude Code