Deployed 972a284 to 1.4 with MkDocs 1.2.3 and mike 1.1.2

This commit is contained in:
florian
2022-06-06 23:32:14 +01:00
parent a532cec3a5
commit c8de8c2b17
89 changed files with 21876 additions and 0 deletions

16
latest/plugins/index.html Normal file
View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=../../1.4/plugins/" />
</noscript>
<script>
window.location.replace("../../1.4/plugins/" + window.location.hash);
</script>
</head>
<body>
Redirecting to <a href="../../1.4/plugins/">../../1.4/plugins/</a>...
</body>
</html>