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'), ], }, {