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
8 changes: 0 additions & 8 deletions docs/js-landing.mdx

This file was deleted.

1 change: 1 addition & 0 deletions docs/mobile.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ These projects are still under active development. They may have bugs and missin
:::

These projects are available to enable developing apps for mobile devices:

- [**Swift library**](sdk-repos/c2pa-swift/README.md): Provides iOS/macOS support via Swift Package/XCFramework. <br/>GitHub repository: https://github.com/contentauth/c2pa-swift.
- [**Android library**](sdk-repos/c2pa-android/README.md): Provides native Android support via an AAR library. <br/>GitHub repository: https://github.com/contentauth/c2pa-android.

Expand Down
2 changes: 1 addition & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ const sidebars = {
{
type: 'category',
label: 'JavaScript library',
link: { type: 'doc', id: 'js-landing' },
link: { type: 'doc', id: 'sdk-repos/c2pa-js/README' },
collapsed: true,
items: [
{
Expand Down
Loading