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
2 changes: 1 addition & 1 deletion docs/mobile.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Mobile libraries
---

:::warning Warning
These projects have recently graduated from "incubator" status, but are still under active development. They may have bugs and missing features: Bug reports and feature requests are welcome in the GitHub repositories.
These projects are still under active development. They may have bugs and missing features: Bug reports and feature requests are welcome in the GitHub repositories.
:::

These projects are available to enable developing apps for mobile devices:
Expand Down
4 changes: 1 addition & 3 deletions docs/nodejs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ title: Node.js library

import Readme from './c2pa-node-v2/readme.md';

**Sept 2025**: A new Node.js library has been released. We are working on adding documentation for the new library. Please bear with us!

:::note
You can continue to [install and use the old library](c2pa-node/readme.md) the same as before, but it will no longer be updated or supported.
[The old c2pa-node library](c2pa-node/readme.md) is still available, but it's deprecated and will no longer be updated or supported. Move to the new `c2pa-node-v2` library as soon as possible!
:::

<Readme components={{ h1: () => null }} />
2 changes: 1 addition & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ const sidebars = {
},
{
type: 'category',
label: 'C++ / C library',
label: 'C++ library',
link: { type: 'doc', id: 'c2pa-cpp/readme' },
collapsed: true,
items: [
Expand Down
Loading