Skip to content

Commit 0a90792

Browse files
committed
Fixes required by npx docusaurus-mdx-checker
1 parent f430e0d commit 0a90792

File tree

7 files changed

+5
-11
lines changed

7 files changed

+5
-11
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
/docs/c2patool/docs/*.md
2020
/docs/c2pa-node/*.md
2121
/docs/c2pa-node-v2/*.md
22-
/docs/c2pa-node-example/*.md
2322
/docs/c2pa-node/docs/*.md
2423
/docs/c2pa-python/*.md
2524
/docs/c2pa-python/docs/*.md

cargo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Cargo <-> Dependabot integration
1+
# Cargo / Dependabot integration
22

33
This directory exists so that we can have a Cargo.toml file that Dependabot can track for updates to our Rust projects:
44

docs/c2pa-node-example/.gitkeep

Whitespace-only changes.

docs/js-sdk/deprecation-notice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:::warning Warning
2-
The legacy JavaScript library is deprecated and the repository has been renamed to [c2pa-js-legacy](https://github.com/contentauth/c2pa-js-legacy). The new JavaScript web library is now in the <https://github.com/contentauth/c2pa-js> repository. The old package will no longer be updated or supported.
2+
The legacy JavaScript library is deprecated and the repository has been renamed to [c2pa-js-legacy](https://github.com/contentauth/c2pa-js-legacy). The new JavaScript web library is now in the https://github.com/contentauth/c2pa-js repository. The old package will no longer be updated or supported.
33

44
If you're starting a new application, use the new library instead.
55
:::

docs/mobile.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ These projects have recently graduated from "incubator" status, but are still un
88
:::
99

1010
These projects are available to enable developing apps for mobile devices:
11-
- [**iOS Library**](/c2pa-ios/README.md): Provides iOS/macOS support via Swift Package/XCFramework. <br/>GitHub repository: <https://github.com/contentauth/c2pa-ios>.
12-
- [**Android Library**](c2pa-android/README.md): Provides native Android support via an AAR library. <br/>GitHub repository: <https://github.com/contentauth/c2pa-android>.
11+
- [**iOS Library**](/c2pa-ios/README.md): Provides iOS/macOS support via Swift Package/XCFramework. br/GitHub repository: https://github.com/contentauth/c2pa-ios.
12+
- [**Android Library**](c2pa-android/README.md): Provides native Android support via an AAR library. br/GitHub repository: https://github.com/contentauth/c2pa-android.
1313

1414
Both of these projects wrap the C2PA Rust implementation ([c2pa-rs](https://github.com/contentauth/c2pa-rs)) using its C API bindings.

docs/verify.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The [example-assets](https://contentauth.github.io/example-assets/) repository c
5858

5959
### Source code
6060

61-
The code for the Verify site is open source and is available at <https://github.com/contentauth/verify-site/>.
61+
The code for the Verify site is open source and is available at https://github.com/contentauth/verify-site/.
6262

6363
:::warning Warning
6464
Verify uses the [legacy JavaScript library](js-sdk/getting-started/overview.mdx), which is deprecated and unsupported. For new projects, use the [new JavaScript library](c2pa-js/readme.md) instead.

docusaurus.config.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ const externalRepos = {
1818
'c2pa-c': { repo: 'c2pa-c', path: '', org: 'contentauth' },
1919
'c2pa-min': { repo: 'c2pa-min', path: '', org: 'contentauth' },
2020
'c2pa-node': { repo: 'c2pa-node', path: '', org: 'contentauth' },
21-
'c2pa-node-example': {
22-
repo: 'c2pa-node-example',
23-
path: '',
24-
org: 'contentauth',
25-
},
2621
'c2pa-python': { repo: 'c2pa-python', path: '', org: 'contentauth' },
2722
'c2pa-python-example': {
2823
repo: 'c2pa-python-example',

0 commit comments

Comments
 (0)