Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added links to SDK crate README pages #557

Merged
merged 1 commit into from
Mar 13, 2025
Merged
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
9 changes: 6 additions & 3 deletions docs/getting-started/sdk/internal/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,12 @@ See the [Tools and Libraries](../../tools/index.md) page for more information.
The SDK is built for different platforms, all of which have their own build instructions. For more
information on how to build for a specific platform, refer to the readmes for the different crates:

- **Web**: `crates/bitwarden-wasm-internal`
- **iOS**: `crates/bitwarden-uniffi/swift`
- **Android**: `crates/bitwarden-uniffi/kotlin`
- **Web**:
[`crates/bitwarden-wasm-internal`](https://github.com/bitwarden/sdk-internal/tree/main/crates/bitwarden-wasm-internal)
- **iOS**:
[`crates/bitwarden-uniffi/swift`](https://github.com/bitwarden/sdk-internal/tree/main/crates/bitwarden-uniffi/swift)
- **Android**:
[`crates/bitwarden-uniffi/kotlin`](https://github.com/bitwarden/sdk-internal/tree/main/crates/bitwarden-uniffi/kotlin)

Please be aware that each platform has its own set of dependencies that need to be installed before
building. Make sure to double check the readme if you encounter any issues.
Expand Down