Skip to content

Commit 00b40e1

Browse files
authored
Merge pull request #325 from contentauth/add-new-c-docs
Add new docs from c2pa-c
2 parents 171d9a6 + ba4d2b1 commit 00b40e1

1 file changed

Lines changed: 39 additions & 18 deletions

File tree

remote-docs.json

Lines changed: 39 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -90,43 +90,44 @@
9090
"order": 2
9191
}
9292
},
93+
9394
{
9495
"repo": "contentauth/c2pa-rs",
95-
"path": "docs/cawg-identity.md",
96-
"dest": "docs/rust-sdk/docs/cawg-id.md",
96+
"path": "docs/context-settings.md",
97+
"dest": "docs/rust-sdk/docs/context-settings.md",
9798
"sidebar": {
9899
"category": "rust-sdk",
99-
"label": "Using CAWG identity assertions",
100+
"label": "Configuring SDK settings",
100101
"order": 3
101102
}
102103
},
103104
{
104105
"repo": "contentauth/c2pa-rs",
105-
"path": "docs/context-settings.md",
106-
"dest": "docs/rust-sdk/docs/context-settings.md",
106+
"path": "docs/working-stores.md",
107+
"dest": "docs/rust-sdk/docs/working-stores.md",
107108
"sidebar": {
108109
"category": "rust-sdk",
109-
"label": "Configuring SDK settings",
110+
"label": "Using working stores and archives",
110111
"order": 4
111112
}
112113
},
113114
{
114115
"repo": "contentauth/c2pa-rs",
115-
"path": "docs/working-stores.md",
116-
"dest": "docs/rust-sdk/docs/working-stores.md",
116+
"path": "docs/intents.md",
117+
"dest": "docs/rust-sdk/docs/intents.md",
117118
"sidebar": {
118119
"category": "rust-sdk",
119-
"label": "Using working stores and archives",
120+
"label": "Using Builder intents",
120121
"order": 5
121122
}
122123
},
123124
{
124125
"repo": "contentauth/c2pa-rs",
125-
"path": "docs/intents.md",
126-
"dest": "docs/rust-sdk/docs/intents.md",
126+
"path": "docs/cawg-identity.md",
127+
"dest": "docs/rust-sdk/docs/cawg-id.md",
127128
"sidebar": {
128129
"category": "rust-sdk",
129-
"label": "Using intents",
130+
"label": "Using CAWG identity assertions",
130131
"order": 6
131132
}
132133
},
@@ -150,6 +151,7 @@
150151
"order": 8
151152
}
152153
},
154+
153155
{ "_comment": "Python library" },
154156
{
155157
"repo": "contentauth/c2pa-python",
@@ -208,7 +210,7 @@
208210
}
209211
},
210212

211-
{ "_comment": "C++ / C library" },
213+
{ "_comment": "C++ library" },
212214
{
213215
"repo": "contentauth/c2pa-c",
214216
"path": "README.md",
@@ -235,7 +237,6 @@
235237
"order": 2
236238
}
237239
},
238-
239240
{
240241
"repo": "contentauth/c2pa-c",
241242
"path": "docs/context-settings.md",
@@ -246,14 +247,24 @@
246247
"order": 3
247248
}
248249
},
250+
{
251+
"repo": "contentauth/c2pa-c",
252+
"path": "docs/intents.md",
253+
"dest": "docs/c2pa-c/docs/intents.md",
254+
"sidebar": {
255+
"category": "c2pa-c",
256+
"label": "Using Builder intents",
257+
"order": 4
258+
}
259+
},
249260
{
250261
"repo": "contentauth/c2pa-c",
251262
"path": "docs/working-stores.md",
252263
"dest": "docs/c2pa-c/docs/working-stores.md",
253264
"sidebar": {
254265
"category": "c2pa-c",
255266
"label": "Using working stores and archives",
256-
"order": 4
267+
"order": 5
257268
}
258269
},
259270
{
@@ -263,7 +274,17 @@
263274
"sidebar": {
264275
"category": "c2pa-c",
265276
"label": "Selective manifest construction",
266-
"order": 5
277+
"order": 6
278+
}
279+
},
280+
{
281+
"repo": "contentauth/c2pa-c",
282+
"path": "docs/embeddable-api.md",
283+
"dest": "docs/c2pa-c/docs/embeddable-api.md",
284+
"sidebar": {
285+
"category": "c2pa-c",
286+
"label": "Embeddable signing API",
287+
"order": 7
267288
}
268289
},
269290
{
@@ -273,7 +294,7 @@
273294
"sidebar": {
274295
"category": "c2pa-c",
275296
"label": "Release notes",
276-
"order": 6
297+
"order": 8
277298
}
278299
},
279300
{
@@ -283,7 +304,7 @@
283304
"sidebar": {
284305
"category": "c2pa-c",
285306
"label": "FAQs",
286-
"order": 7
307+
"order": 9
287308
}
288309
},
289310

0 commit comments

Comments
 (0)