Skip to content

Commit d984141

Browse files
committed
Deploying to gh-pages from @ ef4165e 🚀
1 parent b9057dd commit d984141

File tree

63 files changed

+184194
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+184194
-0
lines changed

versions/v0.34.0/404.html

Lines changed: 909 additions & 0 deletions
Large diffs are not rendered by default.
14.7 KB
Binary file not shown.

versions/v0.34.0/assets/images/turing-logo.svg

Lines changed: 28 additions & 0 deletions
Loading

versions/v0.34.0/changelog.html

Lines changed: 1076 additions & 0 deletions
Large diffs are not rendered by default.

versions/v0.34.0/index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<html xmlns="http://www.w3.org/1999/xhtml">
2+
<head>
3+
<title>Redirect</title>
4+
<script type="text/javascript">
5+
var redirects = {"":"tutorials/docs-00-getting-started/index.html"};
6+
var hash = window.location.hash.startsWith('#') ? window.location.hash.slice(1) : window.location.hash;
7+
var redirect = redirects[hash] || redirects[""] || "/";
8+
window.document.title = 'Redirect to ' + redirect;
9+
window.location.replace(redirect);
10+
</script>
11+
</head>
12+
<body>
13+
</body>
14+
</html>

versions/v0.34.0/robots.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Sitemap: https://turinglang.org/sitemap.xml

versions/v0.34.0/search.json

Lines changed: 1718 additions & 0 deletions
Large diffs are not rendered by default.

versions/v0.34.0/search_original.json

Lines changed: 1564 additions & 0 deletions
Large diffs are not rendered by default.

versions/v0.34.0/site_libs/bootstrap/bootstrap-icons.css

Lines changed: 2078 additions & 0 deletions
Large diffs are not rendered by default.
172 KB
Binary file not shown.

0 commit comments

Comments
 (0)