File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -126,6 +126,13 @@ const readmes = [
126126 dest : resolve ( __dirname , '../docs/c2pa-c/readme.md' ) ,
127127 repo : 'contentauth/c2pa-c' ,
128128 path : 'README.md' ,
129+ branch : 'crandmck/docs-overhaul' ,
130+ } ,
131+ {
132+ dest : resolve ( __dirname , '../docs/c2pa-c/docs/usage.md' ) ,
133+ repo : 'contentauth/c2pa-c' ,
134+ path : 'docs/usage.md' ,
135+ branch : 'crandmck/docs-overhaul' ,
129136 } ,
130137 {
131138 dest : resolve ( __dirname , '../docs/c2pa-c/docs/supported-formats.md' ) ,
Original file line number Diff line number Diff line change @@ -190,6 +190,11 @@ const sidebars = {
190190 link : { type : 'doc' , id : 'c2pa-c/readme' } ,
191191 collapsed : true ,
192192 items : [
193+ {
194+ type : 'doc' ,
195+ id : 'c2pa-c/docs/usage' ,
196+ label : 'Using the C++ library' ,
197+ } ,
193198 {
194199 type : 'doc' ,
195200 id : 'c2pa-c/docs/supported-formats' ,
You can’t perform that action at this time.
0 commit comments