feat: docs

This commit is contained in:
David Carmichael
2024-08-16 15:09:07 +01:00
parent caaf17af12
commit bfcc49dd8d
95 changed files with 12960 additions and 0 deletions

15
docs/_templates/main_index.html vendored Normal file
View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Redirecting to latest...</title>
<script>
window.location.href = "{{ latest_version }}/index.html";
</script>
</head>
<body>
<a href="{{ latest_version }}/index.html">Click here if redirection is not working.</a>
</body>
</html>