Skip to content

Commit 599d5cb

Browse files
author
Deploy from CI
committed
Deploy 14116aa to gh-pages
0 parents  commit 599d5cb

File tree

82 files changed

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

82 files changed

+15009
-0
lines changed

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
doc.crates.io

build-script.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<html>
2+
<head>
3+
<meta http-equiv="refresh" content="0; url=https://doc.rust-lang.org/cargo/reference/build-scripts.html" />
4+
<script>
5+
window.location.replace("https://doc.rust-lang.org/cargo/reference/build-scripts.html" + window.location.hash);
6+
</script>
7+
<title>Page Moved</title>
8+
</head>
9+
<body>
10+
This page has moved. Click <a href="https://doc.rust-lang.org/cargo/reference/build-scripts.html">here</a> to go to the new page.
11+
</body>
12+
</html>

config.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<html>
2+
<head>
3+
<meta http-equiv="refresh" content="0; url=https://doc.rust-lang.org/cargo/reference/config.html" />
4+
<script>
5+
window.location.replace("https://doc.rust-lang.org/cargo/reference/config.html" + window.location.hash);
6+
</script>
7+
<title>Page Moved</title>
8+
</head>
9+
<body>
10+
This page has moved. Click <a href="https://doc.rust-lang.org/cargo/reference/config.html">here</a> to go to the new page.
11+
</body>
12+
</html>

contrib/.nojekyll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This file makes sure that Github Pages doesn't process mdBook's output.

contrib/404.html

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

contrib/apidoc/cargo/index.html

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Redirecting...</title>
6+
<meta http-equiv="refresh" content="0; URL=https://doc.rust-lang.org/nightly/nightly-rustc/cargo/">
7+
<link rel="canonical" href="https://doc.rust-lang.org/nightly/nightly-rustc/cargo/">
8+
</head>
9+
<body>
10+
<p>Redirecting to... <a href="https://doc.rust-lang.org/nightly/nightly-rustc/cargo/">https://doc.rust-lang.org/nightly/nightly-rustc/cargo/</a>.</p>
11+
12+
<script>
13+
// This handles redirects that involve fragments.
14+
document.addEventListener('DOMContentLoaded', function() {
15+
const fragmentMap =
16+
{}
17+
;
18+
const fragment = window.location.hash;
19+
if (fragment) {
20+
let redirectUrl = "https://doc.rust-lang.org/nightly/nightly-rustc/cargo/";
21+
const target = fragmentMap[fragment];
22+
if (target) {
23+
let url = new URL(target, window.location.href);
24+
redirectUrl = url.href;
25+
} else {
26+
let url = new URL(redirectUrl, window.location.href);
27+
url.hash = window.location.hash;
28+
redirectUrl = url.href;
29+
}
30+
window.location.replace(redirectUrl);
31+
}
32+
// else redirect handled by http-equiv
33+
});
34+
</script>
35+
</body>
36+
</html>

contrib/architecture/codebase.html

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Redirecting...</title>
6+
<meta http-equiv="refresh" content="0; URL=https://doc.rust-lang.org/nightly/nightly-rustc/cargo">
7+
<link rel="canonical" href="https://doc.rust-lang.org/nightly/nightly-rustc/cargo">
8+
</head>
9+
<body>
10+
<p>Redirecting to... <a href="https://doc.rust-lang.org/nightly/nightly-rustc/cargo">https://doc.rust-lang.org/nightly/nightly-rustc/cargo</a>.</p>
11+
12+
<script>
13+
// This handles redirects that involve fragments.
14+
document.addEventListener('DOMContentLoaded', function() {
15+
const fragmentMap =
16+
{}
17+
;
18+
const fragment = window.location.hash;
19+
if (fragment) {
20+
let redirectUrl = "https://doc.rust-lang.org/nightly/nightly-rustc/cargo";
21+
const target = fragmentMap[fragment];
22+
if (target) {
23+
let url = new URL(target, window.location.href);
24+
redirectUrl = url.href;
25+
} else {
26+
let url = new URL(redirectUrl, window.location.href);
27+
url.hash = window.location.hash;
28+
redirectUrl = url.href;
29+
}
30+
window.location.replace(redirectUrl);
31+
}
32+
// else redirect handled by http-equiv
33+
});
34+
</script>
35+
</body>
36+
</html>
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Redirecting...</title>
6+
<meta http-equiv="refresh" content="0; URL=https://doc.rust-lang.org/nightly/nightly-rustc/cargo">
7+
<link rel="canonical" href="https://doc.rust-lang.org/nightly/nightly-rustc/cargo">
8+
</head>
9+
<body>
10+
<p>Redirecting to... <a href="https://doc.rust-lang.org/nightly/nightly-rustc/cargo">https://doc.rust-lang.org/nightly/nightly-rustc/cargo</a>.</p>
11+
12+
<script>
13+
// This handles redirects that involve fragments.
14+
document.addEventListener('DOMContentLoaded', function() {
15+
const fragmentMap =
16+
{}
17+
;
18+
const fragment = window.location.hash;
19+
if (fragment) {
20+
let redirectUrl = "https://doc.rust-lang.org/nightly/nightly-rustc/cargo";
21+
const target = fragmentMap[fragment];
22+
if (target) {
23+
let url = new URL(target, window.location.href);
24+
redirectUrl = url.href;
25+
} else {
26+
let url = new URL(redirectUrl, window.location.href);
27+
url.hash = window.location.hash;
28+
redirectUrl = url.href;
29+
}
30+
window.location.replace(redirectUrl);
31+
}
32+
// else redirect handled by http-equiv
33+
});
34+
</script>
35+
</body>
36+
</html>

contrib/architecture/console.html

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Redirecting...</title>
6+
<meta http-equiv="refresh" content="0; URL=../implementation/console.html">
7+
<link rel="canonical" href="../implementation/console.html">
8+
</head>
9+
<body>
10+
<p>Redirecting to... <a href="../implementation/console.html">../implementation/console.html</a>.</p>
11+
12+
<script>
13+
// This handles redirects that involve fragments.
14+
document.addEventListener('DOMContentLoaded', function() {
15+
const fragmentMap =
16+
{}
17+
;
18+
const fragment = window.location.hash;
19+
if (fragment) {
20+
let redirectUrl = "../implementation/console.html";
21+
const target = fragmentMap[fragment];
22+
if (target) {
23+
let url = new URL(target, window.location.href);
24+
redirectUrl = url.href;
25+
} else {
26+
let url = new URL(redirectUrl, window.location.href);
27+
url.hash = window.location.hash;
28+
redirectUrl = url.href;
29+
}
30+
window.location.replace(redirectUrl);
31+
}
32+
// else redirect handled by http-equiv
33+
});
34+
</script>
35+
</body>
36+
</html>

contrib/architecture/files.html

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Redirecting...</title>
6+
<meta http-equiv="refresh" content="0; URL=https://doc.rust-lang.org/nightly/nightly-rustc/cargo">
7+
<link rel="canonical" href="https://doc.rust-lang.org/nightly/nightly-rustc/cargo">
8+
</head>
9+
<body>
10+
<p>Redirecting to... <a href="https://doc.rust-lang.org/nightly/nightly-rustc/cargo">https://doc.rust-lang.org/nightly/nightly-rustc/cargo</a>.</p>
11+
12+
<script>
13+
// This handles redirects that involve fragments.
14+
document.addEventListener('DOMContentLoaded', function() {
15+
const fragmentMap =
16+
{}
17+
;
18+
const fragment = window.location.hash;
19+
if (fragment) {
20+
let redirectUrl = "https://doc.rust-lang.org/nightly/nightly-rustc/cargo";
21+
const target = fragmentMap[fragment];
22+
if (target) {
23+
let url = new URL(target, window.location.href);
24+
redirectUrl = url.href;
25+
} else {
26+
let url = new URL(redirectUrl, window.location.href);
27+
url.hash = window.location.hash;
28+
redirectUrl = url.href;
29+
}
30+
window.location.replace(redirectUrl);
31+
}
32+
// else redirect handled by http-equiv
33+
});
34+
</script>
35+
</body>
36+
</html>

0 commit comments

Comments
 (0)