Skip to content

Commit 6fc30cd

Browse files
committed
feat: Add redirects configuration for documentation paths
- Introduced a new `redirects.json` file to manage URL redirections, specifically redirecting `/docs/mcp/` to `/docs/admin-mcp/` for improved navigation and user experience.
1 parent 2d73e87 commit 6fc30cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

redirects.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"/docs/mcp/": "/docs/admin-mcp/"
3+
}

0 commit comments

Comments
 (0)