mirror of
https://github.com/Noratrieb/std-internal-docs.git
synced 2026-01-14 17:45:03 +01:00
index
This commit is contained in:
parent
d4a3023535
commit
a795a974ac
2 changed files with 4 additions and 2 deletions
2
build.sh
2
build.sh
|
|
@ -36,3 +36,5 @@ for target in "${targets[@]}"; do
|
||||||
|
|
||||||
cp -rT "./build/$target/doc/" "$root/www-root/$target"
|
cp -rT "./build/$target/doc/" "$root/www-root/$target"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
cp index.html "$root/www-root"
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,9 @@
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>std internal docs</title>
|
<title>std internal docs</title>
|
||||||
<meta http-equiv="refresh" content="0; url=/x86_64-unknown-linux-gnu" >
|
<meta http-equiv="refresh" content="0; url=/x86_64-unknown-linux-gnu/std" >
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div>redirecting to <a href="/x86_64-unknown-linux-gnu">/x86_64-unknown-linux-gnu</a></div>
|
<div>redirecting to <a href="/x86_64-unknown-linux-gnu/std">/x86_64-unknown-linux-gnu</a></div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue