Redirect to the documentation from the homepage (#245)

This PR fixes the homepage at https://apple.github.io/container/
This commit is contained in:
Dmitry Kovba
2025-06-23 10:19:44 -07:00
committed by GitHub
parent 8e892be2b0
commit 65e173333b
+12
View File
@@ -40,3 +40,15 @@ fi
/usr/bin/swift package ${opts[@]}
echo '{}' > "$1/theme-settings.json"
cat > "$1/index.html" <<'EOF'
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=./documentation/">
</head>
<body>
<p>If you are not redirected automatically, <a href="./documentation/">click here</a>.</p>
</body>
</html>
EOF