From c9f4d152f89ed926e8e512134d88d4268f47adf3 Mon Sep 17 00:00:00 2001 From: Rand McKinney Date: Mon, 16 Mar 2026 15:45:55 -0700 Subject: [PATCH 1/3] Add new docs from c2pa-c --- remote-docs.json | 29 ++++++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-) diff --git a/remote-docs.json b/remote-docs.json index c45aa71..a3efdd0 100644 --- a/remote-docs.json +++ b/remote-docs.json @@ -235,7 +235,6 @@ "order": 2 } }, - { "repo": "contentauth/c2pa-c", "path": "docs/context-settings.md", @@ -246,6 +245,16 @@ "order": 3 } }, + { + "repo": "contentauth/c2pa-c", + "path": "docs/intents.md", + "dest": "docs/c2pa-c/docs/intents.md", + "sidebar": { + "category": "c2pa-c", + "label": "Using Builder intents", + "order": 4 + } + }, { "repo": "contentauth/c2pa-c", "path": "docs/working-stores.md", @@ -253,7 +262,7 @@ "sidebar": { "category": "c2pa-c", "label": "Using working stores and archives", - "order": 4 + "order": 5 } }, { @@ -263,7 +272,17 @@ "sidebar": { "category": "c2pa-c", "label": "Selective manifest construction", - "order": 5 + "order": 6 + } + }, + { + "repo": "contentauth/c2pa-c", + "path": "docs/embeddable-api.md", + "dest": "docs/c2pa-c/docs/embeddable-api.md", + "sidebar": { + "category": "c2pa-c", + "label": "Embeddable signing API", + "order": 7 } }, { @@ -273,7 +292,7 @@ "sidebar": { "category": "c2pa-c", "label": "Release notes", - "order": 6 + "order": 8 } }, { @@ -283,7 +302,7 @@ "sidebar": { "category": "c2pa-c", "label": "FAQs", - "order": 7 + "order": 9 } }, From e1dbd8f86f9ddee00001bef26f78405790c77141 Mon Sep 17 00:00:00 2001 From: Rand McKinney Date: Mon, 16 Mar 2026 15:50:59 -0700 Subject: [PATCH 2/3] Clean up Rust SDK sidebar --- remote-docs.json | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/remote-docs.json b/remote-docs.json index a3efdd0..2d1fcbb 100644 --- a/remote-docs.json +++ b/remote-docs.json @@ -90,43 +90,44 @@ "order": 2 } }, + { "repo": "contentauth/c2pa-rs", - "path": "docs/cawg-identity.md", - "dest": "docs/rust-sdk/docs/cawg-id.md", + "path": "docs/context-settings.md", + "dest": "docs/rust-sdk/docs/context-settings.md", "sidebar": { "category": "rust-sdk", - "label": "Using CAWG identity assertions", + "label": "Configuring SDK settings", "order": 3 } }, { "repo": "contentauth/c2pa-rs", - "path": "docs/context-settings.md", - "dest": "docs/rust-sdk/docs/context-settings.md", + "path": "docs/working-stores.md", + "dest": "docs/rust-sdk/docs/working-stores.md", "sidebar": { "category": "rust-sdk", - "label": "Configuring SDK settings", + "label": "Using working stores and archives", "order": 4 } }, { "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 Builder intents", "order": 5 } }, { "repo": "contentauth/c2pa-rs", - "path": "docs/intents.md", - "dest": "docs/rust-sdk/docs/intents.md", + "path": "docs/cawg-identity.md", + "dest": "docs/rust-sdk/docs/cawg-id.md", "sidebar": { "category": "rust-sdk", - "label": "Using intents", + "label": "Using CAWG identity assertions", "order": 6 } }, @@ -150,6 +151,7 @@ "order": 8 } }, + { "_comment": "Python library" }, { "repo": "contentauth/c2pa-python", From ba4d2b1d8f2a735612a42dbc1346f89f864bd33d Mon Sep 17 00:00:00 2001 From: Rand McKinney Date: Mon, 16 Mar 2026 15:52:05 -0700 Subject: [PATCH 3/3] Change title of c2pa-c docs in sidebar nav --- remote-docs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote-docs.json b/remote-docs.json index 2d1fcbb..23def65 100644 --- a/remote-docs.json +++ b/remote-docs.json @@ -210,7 +210,7 @@ } }, - { "_comment": "C++ / C library" }, + { "_comment": "C++ library" }, { "repo": "contentauth/c2pa-c", "path": "README.md",