From bb853ef2a3467f7182e294382637dca9ecdb2193 Mon Sep 17 00:00:00 2001 From: Rand McKinney Date: Wed, 20 May 2026 15:24:56 -0700 Subject: [PATCH] Add deprecation policy --- remote-docs.json | 13 +++++++++++++ sidebars.js | 1 + 2 files changed, 14 insertions(+) diff --git a/remote-docs.json b/remote-docs.json index 88437f7..a8ee836 100644 --- a/remote-docs.json +++ b/remote-docs.json @@ -172,6 +172,19 @@ } }, + { "_comment": "Working with the SDK" }, + { + "repo": "contentauth/c2pa-rs", + "path": "docs/deprecation-policy.md", + "dest": "docs/rust-sdk/deprecation-policy.md", + "branch": "doc/deprecation-policy", + "sidebar": { + "category": "tasks", + "label": "Deprecation policy", + "order": 10 + } + }, + { "_comment": "Python library" }, { "repo": "contentauth/c2pa-python", diff --git a/sidebars.js b/sidebars.js index 2d225ed..fe34ade 100644 --- a/sidebars.js +++ b/sidebars.js @@ -135,6 +135,7 @@ const sidebars = { id: 'tasks/build', label: 'Adding and signing a manifest', }, + ...getRemoteSidebarItems('tasks'), ], }, {