Skip to content

Commit f3b3849

Browse files
committed
Deploy preview for PR 522
1 parent 57ee92e commit f3b3849

File tree

63 files changed

+183370
-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

+183370
-0
lines changed

pr-previews/522/404.html

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

pr-previews/522/assets/favicon.ico

14.7 KB
Binary file not shown.

pr-previews/522/assets/images/turing-logo.svg

Lines changed: 28 additions & 0 deletions
Loading

pr-previews/522/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>

pr-previews/522/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

pr-previews/522/search.json

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

pr-previews/522/site_libs/bootstrap/bootstrap-icons.css

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

pr-previews/522/site_libs/bootstrap/bootstrap.min.css

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-previews/522/site_libs/bootstrap/bootstrap.min.js

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)