Skip to content

Commit 0184133

Browse files
authored
Merge pull request #237 from contentauth/js-doc-nav-tweak
Promote JS SDK readme, add Python API doc to nav
2 parents 9b4908d + f3fea3e commit 0184133

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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+
:::

docs/js-sdk/sidebars.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,8 @@ const sidebars = {
55
{
66
type: 'category',
77
label: 'New JavaScript library',
8-
link: { type: 'doc', id: 'js-sdk/js-lib-v2' },
8+
link: { type: 'doc', id: 'c2pa-js/readme' },
99
items: [
10-
{
11-
type: 'doc',
12-
label: 'C2PA web library',
13-
id: 'c2pa-js/readme',
14-
},
1510
{
1611
type: 'link',
1712
label: 'API documentation',

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)