From 56e951c078addb6df88f12299acc9554124d0b42 Mon Sep 17 00:00:00 2001 From: Joe Heck Date: Tue, 12 May 2026 10:54:24 -0700 Subject: [PATCH 1/2] adding in andoid examples to combined doc collection --- scripts/sources.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scripts/sources.json b/scripts/sources.json index 8fe9852..9dd7946 100644 --- a/scripts/sources.json +++ b/scripts/sources.json @@ -84,6 +84,13 @@ "path": "server-guides", "targets": ["ServerGuides"] }, + { + "id": "swift-android", + "type": "git", + "repo": "https://github.com/swiftlang/swift-android-examples.git", + "ref": "main", + "targets": ["SwiftAndroid"] + }, { "id": "swift-server-todos-tutorial", "type": "git", From 6ca24435c100386b6649137f28a198ac4c65c503 Mon Sep 17 00:00:00 2001 From: Joe Heck Date: Tue, 12 May 2026 13:11:01 -0700 Subject: [PATCH 2/2] switch to renamed docc catalog - keep with docc catalog directly, since building requires nightly toolchain snapshots --- scripts/sources.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sources.json b/scripts/sources.json index 9dd7946..d78123e 100644 --- a/scripts/sources.json +++ b/scripts/sources.json @@ -69,7 +69,7 @@ "type": "git", "repo": "https://github.com/swiftlang/swift-embedded-examples.git", "ref": "main", - "docc_catalog": "Sources/EmbeddedSwift/Documentation.docc" + "docc_catalog": "Sources/EmbeddedSwift/EmbeddedSwift.docc" }, { "id": "swift-wasm",