Skip to content

Commit f3fea3e

Browse files
committed
Add link to Python API doc
1 parent 5c6034c commit f3fea3e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

docs/js-sdk/js-landing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ id: js-landing
33
title: JavaScript library
44
---
55

6-
**Sept 2025**: A new JavaScript library has been released. You can continue to use the old library, but you're encouraged to move to the new library as soon as possible.
6+
**Sept 2025**: The new JavaScript library, [**c2pa-web**](../c2pa-js), has been released. You're encouraged to move to the new library as soon as possible.
77

88
:::note
99
You can continue to [install and use the old library](getting-started/quick-start.mdx) the same as before, but it will no longer be updated or supported. Its documentation is still available in [Legacy JavaScript library documentation](js-sdk/getting-started/overview.mdx).
10-
:::
10+
:::

sidebars.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,11 @@ const sidebars = {
219219
id: 'c2pa-python/docs/release-notes',
220220
label: 'Release notes',
221221
},
222+
{
223+
type: 'link',
224+
label: 'API documentation',
225+
href: 'https://contentauth.github.io/c2pa-python/api/c2pa/index.html',
226+
},
222227
{
223228
type: 'doc',
224229
id: 'c2pa-python-example/readme',

0 commit comments

Comments
 (0)