From bb853ef2a3467f7182e294382637dca9ecdb2193 Mon Sep 17 00:00:00 2001 From: Rand McKinney Date: Wed, 20 May 2026 15:24:56 -0700 Subject: [PATCH 1/2] 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'), ], }, { From abd8a245ccc0c3f60ff3feba14d2af5a5a7a6d04 Mon Sep 17 00:00:00 2001 From: Rand McKinney Date: Wed, 27 May 2026 13:31:59 -0700 Subject: [PATCH 2/2] Remove branch --- remote-docs.json | 1 - 1 file changed, 1 deletion(-) diff --git a/remote-docs.json b/remote-docs.json index a8ee836..c2d2df6 100644 --- a/remote-docs.json +++ b/remote-docs.json @@ -177,7 +177,6 @@ "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",