We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62f5b1d commit c88de94Copy full SHA for c88de94
.gitmodules
@@ -10,3 +10,6 @@
10
[submodule "help/0.9.13"]
11
path = help/0.9.13
12
url = https://github.com/mu-editor/help-pages.git
13
+[submodule "help/latest"]
14
+ path = help/latest
15
+ url = https://github.com/mu-editor/help-pages.git
help/index.html
@@ -0,0 +1,15 @@
1
+<!DOCTYPE HTML>
2
+<html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta http-equiv="refresh" content="1; url=latest/">
6
+ <script type="text/javascript">
7
+ window.location.href = "latest/"
8
+ </script>
9
+ <title>Help redirect to latest version</title>
+ </head>
+ <body>
+ If you are not redirected automatically, please follow this link to the
+ <a href='latest/'>latest version of the documentation</a>.
+ </body>
+</html>
help/latest
0 commit comments