Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

Use Swift to build native libraries and applications for Android

@Metadata {
@TechnologyRoot
}

## Topics

### Getting Started
Expand Down
Loading