Skip to content
Merged
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
27 changes: 13 additions & 14 deletions remote-docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@
},
{
"repo": "contentauth/c2pa-rs",
"path": "docs/settings.md",
"dest": "docs/rust-sdk/docs/settings.md",
"path": "docs/context-settings.md",
"dest": "docs/rust-sdk/docs/context-settings.md",
"sidebar": {
"category": "rust-sdk",
"label": "Configuring SDK settings",
Expand All @@ -112,32 +112,32 @@
},
{
"repo": "contentauth/c2pa-rs",
"path": "docs/context.md",
"dest": "docs/rust-sdk/docs/context.md",
"path": "docs/working-stores.md",
"dest": "docs/rust-sdk/docs/working-stores.md",
"sidebar": {
"category": "rust-sdk",
"label": "Configuring the SDK using Context",
"label": "Using working stores and archives",
"order": 5
}
},
{
"repo": "contentauth/c2pa-rs",
"path": "docs/working-stores.md",
"dest": "docs/rust-sdk/docs/working-stores.md",
"path": "docs/intents.md",
"dest": "docs/rust-sdk/docs/intents.md",
"sidebar": {
"category": "rust-sdk",
"label": "Using working stores and archives",
"label": "Using intents",
"order": 6
}
},
{
"repo": "contentauth/c2pa-rs",
"path": "docs/intents.md",
"dest": "docs/rust-sdk/docs/intents.md",
"path": "docs/embeddable-api.md",
"dest": "docs/rust-sdk/docs/embeddable-api.md",
"sidebar": {
"category": "rust-sdk",
"label": "Using intents",
"order": 8
"label": "Embeddable signing API",
"order": 7
}
},
{
Expand All @@ -147,10 +147,9 @@
"sidebar": {
"category": "rust-sdk",
"label": "Release notes",
"order": 9
"order": 8
}
},

{ "_comment": "Python library" },
{
"repo": "contentauth/c2pa-python",
Expand Down