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 <noreply@anthropic.com>
This commit is contained in:
Bryan Helmkamp 2026-03-05 16:29:50 -05:00
parent dc348d553e
commit da5752bfc8
2 changed files with 4 additions and 1 deletions

View file

@ -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

View file

@ -273,7 +273,7 @@
"primary": {
"type": "button",
"label": "Get Started",
"href": "/getting-started/quick-start"
"href": "https://arc.dev/getting-started/quick-start"
}
},
"contextual": {