Commit 87acc83
Fix path remapping for auth4genai docs
Add --remap to correctly resolve absolute paths in auth4genai docs:
- /intro/... → https://auth0.com/ai/docs/intro/...
- /get-started/... → https://auth0.com/ai/docs/get-started/...
The negative lookahead ensures we don't remap paths that already
start with /docs/ or /ai/ (like external auth0.com/docs links).
This fixes 404s where paths were incorrectly resolving to
https://auth0.com/* instead of https://auth0.com/ai/docs/*
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 0b63ee3 commit 87acc83
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
81 | | - | |
| 82 | + | |
| 83 | + | |
82 | 84 | | |
83 | 85 | | |
84 | 86 | | |
| |||
0 commit comments