Skip to content

Commit 481d664

Browse files
Add config files
new file: .nojekyll new file: index.html new file: versions.json
1 parent 1ecfb3c commit 481d664

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed

.nojekyll

Whitespace-only changes.

index.html

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Redirecting</title>
6+
<noscript>
7+
<meta http-equiv="refresh" content="1; url=innovation-release/" />
8+
</noscript>
9+
<script>
10+
window.location.replace(
11+
"innovation-release/" + window.location.search + window.location.hash
12+
);
13+
</script>
14+
</head>
15+
<body>
16+
Redirecting to <a href="innovation-release/">innovation-release/</a>...
17+
</body>
18+
</html>

versions.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"version": "innovation-release",
4+
"title": "8.1 (LATEST)",
5+
"aliases": []
6+
},
7+
{
8+
"version": "8.0",
9+
"title": "8.0",
10+
"aliases": []
11+
}
12+
]

0 commit comments

Comments
 (0)