From 65e173333bc8b99ee3fb52fd87fbcc669e80448e Mon Sep 17 00:00:00 2001 From: Dmitry Kovba Date: Mon, 23 Jun 2025 10:19:44 -0700 Subject: [PATCH] Redirect to the documentation from the homepage (#245) This PR fixes the homepage at https://apple.github.io/container/ --- scripts/make-docs.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/scripts/make-docs.sh b/scripts/make-docs.sh index 121ae0f6..2e07c288 100755 --- a/scripts/make-docs.sh +++ b/scripts/make-docs.sh @@ -40,3 +40,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