diff --git a/README.md b/README.md index fa33109..28b8132 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Examples using raw JNI, without generated bridging sources: ## Documentation -The `Sources/SwiftAndroid/Documentation.docc` directory contains a DocC documentation catalog for Swift on Android. To build and preview it locally: +The `Sources/SwiftAndroid/SwiftAndroid.docc` directory contains a DocC documentation catalog for Swift on Android. To build and preview it locally: ```shell swift package generate-documentation --target SwiftAndroid --transform-for-static-hosting --output-path docs diff --git a/Sources/SwiftAndroid/Documentation.docc/BuildingForAndroid.md b/Sources/SwiftAndroid/SwiftAndroid.docc/BuildingForAndroid.md similarity index 100% rename from Sources/SwiftAndroid/Documentation.docc/BuildingForAndroid.md rename to Sources/SwiftAndroid/SwiftAndroid.docc/BuildingForAndroid.md diff --git a/Sources/SwiftAndroid/Documentation.docc/GettingStarted.md b/Sources/SwiftAndroid/SwiftAndroid.docc/GettingStarted.md similarity index 100% rename from Sources/SwiftAndroid/Documentation.docc/GettingStarted.md rename to Sources/SwiftAndroid/SwiftAndroid.docc/GettingStarted.md diff --git a/Sources/SwiftAndroid/Documentation.docc/Integration.md b/Sources/SwiftAndroid/SwiftAndroid.docc/Integration.md similarity index 100% rename from Sources/SwiftAndroid/Documentation.docc/Integration.md rename to Sources/SwiftAndroid/SwiftAndroid.docc/Integration.md diff --git a/Sources/SwiftAndroid/Documentation.docc/PortingPackages.md b/Sources/SwiftAndroid/SwiftAndroid.docc/PortingPackages.md similarity index 100% rename from Sources/SwiftAndroid/Documentation.docc/PortingPackages.md rename to Sources/SwiftAndroid/SwiftAndroid.docc/PortingPackages.md diff --git a/Sources/SwiftAndroid/Documentation.docc/Documentation.md b/Sources/SwiftAndroid/SwiftAndroid.docc/SwiftAndroid.md similarity index 87% rename from Sources/SwiftAndroid/Documentation.docc/Documentation.md rename to Sources/SwiftAndroid/SwiftAndroid.docc/SwiftAndroid.md index 3943832..1c04a97 100644 --- a/Sources/SwiftAndroid/Documentation.docc/Documentation.md +++ b/Sources/SwiftAndroid/SwiftAndroid.docc/SwiftAndroid.md @@ -2,10 +2,6 @@ Use Swift to build native libraries and applications for Android -@Metadata { - @TechnologyRoot -} - ## Topics ### Getting Started