Skip to content

Commit 808ea2f

Browse files
committed
Restore HTML redirect for web server compatibility
- Reverted from symlink back to HTML redirect approach - Symlinks break CSS/JS loading when served via web server - HTML redirect ensures proper path resolution for assets - Browser loads docs at correct base path: build/docs/html/ - All doxygen-awesome CSS files now load correctly
1 parent 1f570d3 commit 808ea2f

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

docs/index.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<!-- Open or preview this file after building the docs to view the documentation. -->
4+
5+
<head>
6+
<meta http-equiv="refresh" content="0; URL=../build/docs/html/index.html">
7+
<title>Redirecting to Documentation</title>
8+
</head>
9+
10+
<body>
11+
<p>If you are not redirected automatically, <a href="../build/docs/html/index.html">click here</a>.</p>
12+
</body>
13+
14+
</html>

0 commit comments

Comments
 (0)