Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 8457609

Browse files
committed
index.md is required in order to build docs.
1 parent 28456d1 commit 8457609

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/book/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<noscript><meta http-equiv="refresh" content="0; url=v2/"></noscript>
2+
<script>
3+
document.addEventListener("DOMContentLoaded", function (event) {
4+
var uri = new URL(window.location.href);
5+
uri.pathname = 'v2/';
6+
window.location = uri.href;
7+
});
8+
</script>

0 commit comments

Comments
 (0)