From d49dbc7fbede58b773fbfd931a8b5f485f14c0be Mon Sep 17 00:00:00 2001 From: Rand McKinney Date: Thu, 5 Mar 2026 10:47:18 -0800 Subject: [PATCH 1/2] Add new embeddable api doc, remove old context doc --- remote-docs.json | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/remote-docs.json b/remote-docs.json index 09dc204..a0dc72b 100644 --- a/remote-docs.json +++ b/remote-docs.json @@ -110,16 +110,6 @@ "order": 4 } }, - { - "repo": "contentauth/c2pa-rs", - "path": "docs/context.md", - "dest": "docs/rust-sdk/docs/context.md", - "sidebar": { - "category": "rust-sdk", - "label": "Configuring the SDK using Context", - "order": 5 - } - }, { "repo": "contentauth/c2pa-rs", "path": "docs/working-stores.md", @@ -140,6 +130,16 @@ "order": 8 } }, + { + "repo": "contentauth/c2pa-rs", + "path": "docs/embeddable-api.md", + "dest": "docs/rust-sdk/docs/embeddable-api.md", + "sidebar": { + "category": "rust-sdk", + "label": "Embeddable signing API", + "order": 9 + } + }, { "repo": "contentauth/c2pa-rs", "path": "docs/release-notes.md", @@ -147,10 +147,9 @@ "sidebar": { "category": "rust-sdk", "label": "Release notes", - "order": 9 + "order": 10 } }, - { "_comment": "Python library" }, { "repo": "contentauth/c2pa-python", From 6740b8ea5a22cb03f9147618447a62a202c1b31a Mon Sep 17 00:00:00 2001 From: Rand McKinney Date: Fri, 6 Mar 2026 12:05:17 -0800 Subject: [PATCH 2/2] Change file name in c2pa-rs/docs --- remote-docs.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/remote-docs.json b/remote-docs.json index a0dc72b..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", @@ -117,7 +117,7 @@ "sidebar": { "category": "rust-sdk", "label": "Using working stores and archives", - "order": 6 + "order": 5 } }, { @@ -127,7 +127,7 @@ "sidebar": { "category": "rust-sdk", "label": "Using intents", - "order": 8 + "order": 6 } }, { @@ -137,7 +137,7 @@ "sidebar": { "category": "rust-sdk", "label": "Embeddable signing API", - "order": 9 + "order": 7 } }, { @@ -147,7 +147,7 @@ "sidebar": { "category": "rust-sdk", "label": "Release notes", - "order": 10 + "order": 8 } }, { "_comment": "Python library" },