Skip to content

Commit 76da61e

Browse files
Add docs index.html redirect to API documentation
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 4c881a1 commit 76da61e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="refresh" content="0; url=api/">
6+
<title>Redirecting...</title>
7+
</head>
8+
<body>
9+
<p>Redirecting to <a href="api/">API Documentation</a>...</p>
10+
<script>window.location.href = 'api/';</script>
11+
</body>
12+
</html>

0 commit comments

Comments
 (0)