Skip to content

Commit 94d278a

Browse files
committed
Fix sidebars, clean up
1 parent 9341021 commit 94d278a

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

docs/js-sdk/js-landing.md

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

6-
A new JavaScript library has been released. You can continue to [install and use the old library](getting-started/quick-start.mdx) the same was as before (for example, with `npm install c2pa`) but you're encouraged to move to the new library. The old library will continue to be available [along with its documentation](getting-started/overview.mdx).
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.
7+
8+
:::note
9+
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+
:::

docs/js-sdk/temp-new-sdk.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,3 @@ There is a new [JavaScript web library](https://github.com/contentauth/c2pa-js/t
77

88
We are working on adding documentation. Please bear with us!
99

10-
:::note
11-
The old JavaScript client library is deprecated, but its documentation is still available in the [Legacy JavaScript library documentation](old-js-overview). You can continue to use it, but it will no longer be updated or supported.
12-
:::

sidebars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ const sidebars = {
123123
{
124124
type: 'category',
125125
label: 'JavaScript library',
126-
link: { type: 'doc', id: 'js-sdk/getting-started/old-js-overview' },
126+
link: { type: 'doc', id: 'js-sdk/js-landing' },
127127
collapsed: true,
128128
items: jsSdkSidebar.docs,
129129
},

0 commit comments

Comments
 (0)