From da5752bfc8e95135d95fd42b04341bc63a55e40c Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Thu, 5 Mar 2026 16:29:50 -0500 Subject: [PATCH] Fix Mintlify dev server: valid navbar URL and ignore AGENTS.md The navbar href must be a full URL (not a relative path) and AGENTS.md contains HTML comments that are invalid in MDX. Co-Authored-By: Claude Opus 4.6 --- docs/.mintignore | 3 +++ docs/docs.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/.mintignore b/docs/.mintignore index 9922f06dc..cead52917 100644 --- a/docs/.mintignore +++ b/docs/.mintignore @@ -2,6 +2,9 @@ # .git, .github, .claude, .agents, .idea, node_modules, # README.md, LICENSE.md, CHANGELOG.md, CONTRIBUTING.md +# Non-docs files +AGENTS.md + # Draft content drafts/ *.draft.mdx diff --git a/docs/docs.json b/docs/docs.json index a99bed1cc..9197a8942 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -273,7 +273,7 @@ "primary": { "type": "button", "label": "Get Started", - "href": "/getting-started/quick-start" + "href": "https://arc.dev/getting-started/quick-start" } }, "contextual": {