diff --git a/scripts/sources.json b/scripts/sources.json index 8fe9852..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", @@ -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",