Skip to content

Commit 79e1d4d

Browse files
committed
Deploy preview for PR 511
1 parent 636ff30 commit 79e1d4d

File tree

60 files changed

+177570
-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.

60 files changed

+177570
-0
lines changed

pr-previews/511/404.html

+898
Large diffs are not rendered by default.

pr-previews/511/assets/favicon.ico

14.7 KB
Binary file not shown.

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

+28
Loading

pr-previews/511/index.html

+14
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/511/robots.txt

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

pr-previews/511/search.json

+1,543
Large diffs are not rendered by default.

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

+2,078
Large diffs are not rendered by default.
Binary file not shown.

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

+12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-previews/511/site_libs/clipboard/clipboard.min.js

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-previews/511/site_libs/quarto-html/anchor.min.js

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-previews/511/site_libs/quarto-html/popper.min.js

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-previews/511/site_libs/quarto-html/quarto-syntax-highlighting.css

+205
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)