Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/js-sdk/js-landing.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@ id: js-landing
title: JavaScript library
---

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).
**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.

:::note
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).
:::
3 changes: 0 additions & 3 deletions docs/js-sdk/temp-new-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,3 @@ There is a new [JavaScript web library](https://github.com/contentauth/c2pa-js/t

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

:::note
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.
:::
2 changes: 1 addition & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const sidebars = {
{
type: 'category',
label: 'JavaScript library',
link: { type: 'doc', id: 'js-sdk/getting-started/old-js-overview' },
link: { type: 'doc', id: 'js-sdk/js-landing' },
collapsed: true,
items: jsSdkSidebar.docs,
},
Expand Down