mirror of
https://github.com/apple/container.git
synced 2026-07-14 05:27:02 +00:00
Redirect to the documentation from the homepage (#245)
This PR fixes the homepage at https://apple.github.io/container/
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user