feat(build-docs): add redirect to user-guide

This commit is contained in:
Elian Doran
2025-11-03 19:16:23 +02:00
parent c54befa8a1
commit 53e459d0d5
3 changed files with 15 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0; url=/user-guide">
<title>Redirecting...</title>
</head>
<body>
<p>If you are not redirected automatically, <a href="/user-guide">click here</a>.</p>
</body>
</html>