Set default version of docs to latest (#1082)

This commit is contained in:
Huang Huang
2022-01-14 21:52:26 +08:00
committed by GitHub
parent 16ba76614f
commit ee969a5034

11
index.html Normal file
View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>Redirecting</title>
<script>
window.location.replace("latest");
</script>
</head>
<body>
</body>
</html>