Skip to content

docs(home): point Kane CLI cards on the docs home page to the Mintlify site - #3299

Open
anubhavsinghmaar wants to merge 1 commit into
LambdaTest:testmuComfrom
anubhavsinghmaar:docs/kane-cli-index-to-mintlify-testmucom
Open

docs(home): point Kane CLI cards on the docs home page to the Mintlify site#3299
anubhavsinghmaar wants to merge 1 commit into
LambdaTest:testmuComfrom
anubhavsinghmaar:docs/kane-cli-index-to-mintlify-testmucom

Conversation

@anubhavsinghmaar

Copy link
Copy Markdown
Contributor

What

Same change as #3298, applied to testmuCom (live www.testmuai.com/support/docs/). stage and testmuCom have forked, so this needs its own PR to actually reach production.

The product grid on the docs home page linked all eight Kane CLI cards to /support/docs/kane-cli-*/ (Docusaurus). Kane CLI documentation is served by the Mintlify stack at /docs/, so clicking "Kane CLI" on the index took readers to the wrong stack. Only the Kane CLI card changes; all 18 other product cards still point at /support/docs/.

Card link Before After
Getting Started /support/docs/kane-cli-introduction/ /docs/kane-cli-introduction
Installation /support/docs/kane-cli-installation/ /docs/kane-cli-installation
Quick Start /support/docs/kane-cli-quickstart/ /docs/kane-cli-quickstart
Writing Objectives /support/docs/kane-cli-writing-objectives/ /docs/kane-cli-writing-objectives
Generate Test Cases /support/docs/kane-cli-generate/ /docs/kane-cli-generate
Checkpoints /support/docs/kane-cli-checkpoints/ /docs/kane-cli-checkpoints
Agent Mode /support/docs/kane-cli-agent-mode/ /docs/kane-cli-agent-mode
CLI Reference /support/docs/kane-cli-cli-reference/ /docs/kane-cli-cli-reference

Notes

  • No trailing slash. https://www.testmuai.com/docs/<slug>/ 308-redirects to /docs/<slug>, so the slash-less form avoids a redirect hop.
  • Getting Started targets /docs/kane-cli-introduction, the new home of the Kane CLI introduction page — being moved in the companion stage-mintlify PR. Merge that one first, or this link 404s.
  • Plain <a href> elements, so the paths bypass the Docusaurus baseUrl (/support/) by design. They only resolve against the deployed site, not a local dev server.

Verification

  • docusaurus start compiles clean (only the pre-existing all-apis.json prebuild error, unrelated).
  • Home page renders 19 cards / 113 links; 8 now resolve to /docs/*, the other 105 unchanged.
  • All 8 target slugs confirmed to exist on stage-mintlify.

🤖 Generated with Claude Code

…y site

The Kane CLI documentation is served by the Mintlify stack at /docs/, not by
Docusaurus at /support/docs/. The product grid on the docs home page still
linked to the Docusaurus copies, so clicking "Kane CLI" took readers to the
wrong stack.

Repoint all eight Kane CLI cards to /docs/<slug> (no trailing slash, which is
the canonical form on the Mintlify site - /docs/<slug>/ 308-redirects to it).
Every other product card is untouched and still points at /support/docs/.

"Getting Started" now targets /docs/kane-cli-introduction, the new home of the
Kane CLI introduction page (previously served at the Mintlify site root).

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant