From d5cecc52a677481d9a1c99b47bed2ad5e07efb79 Mon Sep 17 00:00:00 2001 From: Joe Heck Date: Wed, 1 Jul 2026 11:12:28 -0700 Subject: [PATCH] Use module symbol title, add DisplayName and abstract to landing page Switch the SwiftAndroid landing page from a plain-text heading to the module symbol reference so its abstract and content attach to the module page. Add a DisplayName of "Swift for Android" and a concise abstract. --- Sources/SwiftAndroid/SwiftAndroid.docc/SwiftAndroid.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Sources/SwiftAndroid/SwiftAndroid.docc/SwiftAndroid.md b/Sources/SwiftAndroid/SwiftAndroid.docc/SwiftAndroid.md index 1c04a97..620a43c 100644 --- a/Sources/SwiftAndroid/SwiftAndroid.docc/SwiftAndroid.md +++ b/Sources/SwiftAndroid/SwiftAndroid.docc/SwiftAndroid.md @@ -1,6 +1,10 @@ -# Swift on Android +# ``SwiftAndroid`` -Use Swift to build native libraries and applications for Android +Build native libraries and apps for Android with Swift, from toolchain setup to integrating with Android tooling. + +@Metadata { + @DisplayName("Swift for Android") +} ## Topics