1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 14:23:11 +00:00

add 'make docs' to build locally

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2016-11-02 15:19:14 +10:00
parent 4d4c633f7e
commit b344657d0f
3 changed files with 24 additions and 0 deletions

15
docs/index.html Normal file
View File

@@ -0,0 +1,15 @@
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="1;url=/os/">
<script type="text/javascript">
window.location.href = "/os/"
</script>
<title>Page Redirection</title>
</head>
<body>
<!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
If you are not redirected automatically, follow the <a href='/os/'>link to os</a>
</body>
</html>