From 5da0125228eadeefa1e3d3f9be21ed6ec6d62447 Mon Sep 17 00:00:00 2001 From: Dmitry Kovba Date: Mon, 23 Jun 2025 10:19:16 -0700 Subject: [PATCH] Redirect to the documentation from the homepage (#159) This PR fixes the homepage at https://apple.github.io/containerization/ --- scripts/make-docs.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/scripts/make-docs.sh b/scripts/make-docs.sh index 2744d0e6..08542587 100755 --- a/scripts/make-docs.sh +++ b/scripts/make-docs.sh @@ -41,3 +41,15 @@ fi /usr/bin/swift package ${opts[@]} echo '{}' > "$1/theme-settings.json" + +cat > "$1/index.html" <<'EOF' + + + + + + +

If you are not redirected automatically, click here.

+ + +EOF