Skip to content

Commit 9b65c32

Browse files
jackwildmanclaude
andauthored
Add permanent redirect from /docs/installation to /docs/ (#155)
The installation content was moved to the docs root page. This redirect ensures old links to /docs/installation still work. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 93cb3c3 commit 9b65c32

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import { permanentRedirect } from "next/navigation";
2+
3+
export default function InstallationRedirect() {
4+
permanentRedirect("/");
5+
}

0 commit comments

Comments
 (0)