diff --git a/remote-docs.json b/remote-docs.json index 09dc204..147b26d 100644 --- a/remote-docs.json +++ b/remote-docs.json @@ -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", @@ -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 } }, { @@ -147,10 +147,9 @@ "sidebar": { "category": "rust-sdk", "label": "Release notes", - "order": 9 + "order": 8 } }, - { "_comment": "Python library" }, { "repo": "contentauth/c2pa-python",