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 = [
126
126
dest : resolve ( __dirname , '../docs/c2pa-c/readme.md' ) ,
127
127
repo : 'contentauth/c2pa-c' ,
128
128
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' ,
129
136
} ,
130
137
{
131
138
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 = {
190
190
link : { type : 'doc' , id : 'c2pa-c/readme' } ,
191
191
collapsed : true ,
192
192
items : [
193
+ {
194
+ type : 'doc' ,
195
+ id : 'c2pa-c/docs/usage' ,
196
+ label : 'Using the C++ library' ,
197
+ } ,
193
198
{
194
199
type : 'doc' ,
195
200
id : 'c2pa-c/docs/supported-formats' ,
You can’t perform that action at this time.
0 commit comments