Redirect to the documentation from the homepage (#159)

This PR fixes the homepage at https://apple.github.io/containerization/
This commit is contained in:
Dmitry Kovba
2025-06-23 10:19:16 -07:00
committed by GitHub
parent 22f2efd8d1
commit 5da0125228
+12
View File
@@ -41,3 +41,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