File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -179,6 +179,12 @@ const readmes = [
179
179
repo : 'contentauth/c2pa-rs' ,
180
180
path : 'docs/usage.md' ,
181
181
} ,
182
+ {
183
+ dest : resolve ( __dirname , '../docs/rust-sdk/docs/cawg-id.md' ) ,
184
+ repo : 'contentauth/c2pa-rs' ,
185
+ path : 'docs/cawg-identity.md' ,
186
+ branch : 'docs/cawg-id' ,
187
+ } ,
182
188
{
183
189
dest : resolve ( __dirname , '../docs/rust-sdk/docs/release-notes.md' ) ,
184
190
repo : 'contentauth/c2pa-rs' ,
Original file line number Diff line number Diff line change @@ -228,6 +228,11 @@ const sidebars = {
228
228
id : 'rust-sdk/docs/supported-formats' ,
229
229
label : 'Supported media formats' ,
230
230
} ,
231
+ {
232
+ type : 'doc' ,
233
+ id : 'rust-sdk/docs/cawg-id' ,
234
+ label : 'Using CAWG identity assertions' ,
235
+ } ,
231
236
{
232
237
type : 'doc' ,
233
238
id : 'rust-sdk/docs/release-notes' ,
You can’t perform that action at this time.
0 commit comments