Skip to content

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

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

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

Conversation

@anubhavsinghmaar

Copy link
Copy Markdown
Contributor

What

Repoints all eight Kane CLI cards in the product grid on the docs home page (src/pages/docs.js) from /support/docs/<slug>/ to /docs/<slug>.

Why

Kane CLI documentation is served by the Mintlify stack at /docs/, not by Docusaurus at /support/docs/. The home page still linked to the Docusaurus copies, so anyone clicking a Kane CLI card landed on the wrong stack.

Changes

Card 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

No trailing slash, which is the canonical form on the Mintlify site. Only the Kane CLI card changed — the other 105 /support/docs/ links on the page are untouched.

Testing

Verified on a local Docusaurus dev server (:3001); the compiled home page renders all eight hrefs as /docs/kane-cli-*.

Live status of the targets on www.testmuai.com: seven of eight return 200.

⚠️ One follow-up needed

/docs/kane-cli-introduction currently returns 404 in production. On stage-mintlify the Kane CLI introduction is docs/index.mdx with slug: /, so it is served at /docs — there is no kane-cli-introduction page on that stack.

The Getting Started card will not resolve until either that page is added on the Mintlify side or a redirect /docs/kane-cli-introduction/docs is configured. Happy to raise that separately.

…y site

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 readers clicking a Kane CLI card landed
on the wrong stack.

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

Note: /docs/kane-cli-introduction is not live on the Mintlify site yet; the
Kane CLI introduction is currently served at /docs. That page needs to be
added or redirected on the Mintlify side for the Getting Started card to
resolve.

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