Skip to content
Open
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
13 changes: 13 additions & 0 deletions remote-docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ const sidebars = {
id: 'tasks/build',
label: 'Adding and signing a manifest',
},
...getRemoteSidebarItems('tasks'),
],
},
{
Expand Down
Loading