File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,11 @@ const readmes = [
8484 repo : 'contentauth/c2pa-rs' ,
8585 path : 'cli/docs/usage.md' ,
8686 } ,
87+ {
88+ dest : resolve ( __dirname , '../docs/c2patool/docs/cawg_x509_signing.md' ) ,
89+ repo : 'contentauth/c2pa-rs' ,
90+ path : 'cli/docs/cawg_x509_signing.md' ,
91+ } ,
8792 {
8893 dest : resolve ( __dirname , '../docs/c2patool/docs/supported-formats.md' ) ,
8994 repo : 'contentauth/c2pa-rs' ,
Original file line number Diff line number Diff line change @@ -98,6 +98,11 @@ const sidebars = {
9898 id : 'c2patool/docs/x_509' ,
9999 label : 'Using a certificate' ,
100100 } ,
101+ {
102+ type : 'doc' ,
103+ id : 'c2patool/docs/cawg_x509_signing' ,
104+ label : 'Using a certificate for CAWG signing' ,
105+ } ,
101106 {
102107 type : 'doc' ,
103108 id : 'c2patool/docs/changelog' ,
You can’t perform that action at this time.
0 commit comments