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 = [
84
84
repo : 'contentauth/c2pa-rs' ,
85
85
path : 'cli/docs/usage.md' ,
86
86
} ,
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
+ } ,
87
92
{
88
93
dest : resolve ( __dirname , '../docs/c2patool/docs/supported-formats.md' ) ,
89
94
repo : 'contentauth/c2pa-rs' ,
Original file line number Diff line number Diff line change @@ -98,6 +98,11 @@ const sidebars = {
98
98
id : 'c2patool/docs/x_509' ,
99
99
label : 'Using a certificate' ,
100
100
} ,
101
+ {
102
+ type : 'doc' ,
103
+ id : 'c2patool/docs/cawg_x509_signing' ,
104
+ label : 'Using a certificate for CAWG signing' ,
105
+ } ,
101
106
{
102
107
type : 'doc' ,
103
108
id : 'c2patool/docs/changelog' ,
You can’t perform that action at this time.
0 commit comments