From 629cdcb0934bfe9195c5f1082bce359503d34b11 Mon Sep 17 00:00:00 2001 From: anubhavsinghmaar Date: Mon, 27 Jul 2026 16:29:38 +0530 Subject: [PATCH] docs(home): point Kane CLI cards on the docs home page to the Mintlify 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/ (no trailing slash, which is the canonical form on the Mintlify site - /docs// 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) --- 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