Commit c7079d6
fix: correct Docusaurus edit URL path (smart-mcp-proxy#200)
The editUrl was pointing to /docs/ but docs are at repo root.
Docusaurus appends 'docs/' to the editUrl, so the base URL should be
just the repo root without any extra path.
Changed editUrl from '/docs/' to '/' so paths become correct:
- Before: docs/docs/getting-started/installation.md (404)
- After: docs/getting-started/installation.md (correct)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent 5f223a2 commit c7079d6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments