From 2cf2dfa8534baa61aa0eb8f09f10805ebd550e36 Mon Sep 17 00:00:00 2001 From: anubhavsinghmaar Date: Fri, 31 Jul 2026 17:10:48 +0530 Subject: [PATCH] docs(home): point Kane CLI cards on the docs home page to the Mintlify 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// to /docs/ (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) --- src/pages/docs.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/pages/docs.js b/src/pages/docs.js index ed8c5429b..b1df01527 100644 --- a/src/pages/docs.js +++ b/src/pages/docs.js @@ -179,14 +179,14 @@ export default function Home() {

Kane CLI