From e9d084a836f4a6404b86e44e7f652b1f9eb5a795 Mon Sep 17 00:00:00 2001 From: Joe Heck Date: Thu, 6 Aug 2026 16:36:28 -0700 Subject: [PATCH] Show "Platforms" eyebrow and match nav display name on landing page This module belongs to the "Platforms" nav group in the combined docs site, but the landing page showed no eyebrow above the title, and its display name ("Swift for Android") didn't match the "Android" label used in that nav. --- Sources/SwiftAndroid/SwiftAndroid.docc/SwiftAndroid.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Sources/SwiftAndroid/SwiftAndroid.docc/SwiftAndroid.md b/Sources/SwiftAndroid/SwiftAndroid.docc/SwiftAndroid.md index 620a43c..ffe9d13 100644 --- a/Sources/SwiftAndroid/SwiftAndroid.docc/SwiftAndroid.md +++ b/Sources/SwiftAndroid/SwiftAndroid.docc/SwiftAndroid.md @@ -3,7 +3,8 @@ Build native libraries and apps for Android with Swift, from toolchain setup to integrating with Android tooling. @Metadata { - @DisplayName("Swift for Android") + @DisplayName("Android") + @TitleHeading("Platforms") } ## Topics