We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aea28c commit a4f734dCopy full SHA for a4f734d
docs/_static/js/redirect.js
@@ -0,0 +1,3 @@
1
+if (location.host == 'openzfs.readthedocs.io') {
2
+ window.location.replace("https://openzfs.github.io");
3
+}
docs/conf.py
@@ -129,6 +129,10 @@ def setup(app):
129
'github_version': 'master/docs/'
130
}
131
132
+html_js_files = [
133
+ 'js/redirect.js',
134
+]
135
+
136
# Custom sidebar templates, must be a dictionary that maps document names
137
# to template names.
138
#
0 commit comments