Skip to content

Commit d58215b

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

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/index.md

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

0 commit comments

Comments
 (0)