mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-09 22:33:37 +00:00
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:
parent
dc348d553e
commit
da5752bfc8
2 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -273,7 +273,7 @@
|
|||
"primary": {
|
||||
"type": "button",
|
||||
"label": "Get Started",
|
||||
"href": "/getting-started/quick-start"
|
||||
"href": "https://arc.dev/getting-started/quick-start"
|
||||
}
|
||||
},
|
||||
"contextual": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue