From d25565029d24d91751e6e55dc6e13ffc9cf61434 Mon Sep 17 00:00:00 2001 From: Rajesh Date: Tue, 26 May 2026 19:30:41 +0000 Subject: [PATCH] fix(docs): remove broken link to "How I Use mise" section --- docs/.vitepress/config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 5f36385c23..a2beb5f600 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -226,7 +226,6 @@ export default withMermaid( { text: "Templates", link: "/templates" }, { text: "URL Replacements", link: "/url-replacements" }, { text: "Model Context Protocol", link: "/mcp" }, - { text: "How I Use mise", link: "/how-i-use-mise" }, { text: "Directory Structure", link: "/directories" }, { text: "Cache Behavior", link: "/cache-behavior" }, ],