Skip to content

Commit aa164e5

Browse files
committed
Add doc/index.md to auto-redirect doc/ to manual
1 parent a46714b commit aa164e5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

doc/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
layout: null
3+
---
4+
<html>
5+
<head>
6+
<meta http-equiv="refresh" content="0; url=../{{site.data.package.doc-html}}" />
7+
<title>The manual</title>
8+
</head>
9+
<body>
10+
<a href="../{{site.data.package.doc-html}}">Click to access the title page of the manual.</a>
11+
</body>
12+
</html>

0 commit comments

Comments
 (0)