diff --git a/docs/js-landing.mdx b/docs/js-landing.mdx deleted file mode 100644 index a0815a9..0000000 --- a/docs/js-landing.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -id: js-landing -title: JavaScript library ---- - -import Readme from './sdk-repos/c2pa-js/README.md'; - - null }} /> \ No newline at end of file diff --git a/docs/mobile.md b/docs/mobile.md index a0f9a01..79039d9 100644 --- a/docs/mobile.md +++ b/docs/mobile.md @@ -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.
GitHub repository: https://github.com/contentauth/c2pa-swift. - [**Android library**](sdk-repos/c2pa-android/README.md): Provides native Android support via an AAR library.
GitHub repository: https://github.com/contentauth/c2pa-android. diff --git a/sidebars.js b/sidebars.js index e4743ea..5a209e9 100644 --- a/sidebars.js +++ b/sidebars.js @@ -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: [ {