File tree Expand file tree Collapse file tree 5 files changed +21
-0
lines changed
Expand file tree Collapse file tree 5 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 2828/docs /rust-sdk /* .md
2929/docs /rust-sdk /docs /* .md
3030/docs /** /readme.md
31+ /docs /** /README.md
3132/static /sb-alg-list.json
3233/docs /trustmark /* .md
3334/docs /trustmark /c2pa /* .md
Original file line number Diff line number Diff line change @@ -265,6 +265,16 @@ const readmes = [
265265 repo : 'contentauth/c2pa-android' ,
266266 path : 'README.md' ,
267267 } ,
268+ {
269+ dest : resolve ( __dirname , '../docs/c2pa-ios-example/README.md' ) ,
270+ repo : 'contentauth/c2pa-ios-example' ,
271+ path : 'README.md' ,
272+ } ,
273+ {
274+ dest : resolve ( __dirname , '../docs/c2pa-android-example/README.md' ) ,
275+ repo : 'contentauth/c2pa-android-example' ,
276+ path : 'README.md' ,
277+ } ,
268278] ;
269279
270280function resolveMarkdownLinks ( linkBase , content ) {
Original file line number Diff line number Diff line change @@ -356,6 +356,11 @@ const sidebars = {
356356 link : { type : 'doc' , id : 'c2pa-ios/README' } ,
357357 collapsed : true ,
358358 items : [
359+ {
360+ type : 'doc' ,
361+ id : 'c2pa-ios-example/README' ,
362+ label : 'Example iOS app' ,
363+ } ,
359364 {
360365 type : 'link' ,
361366 label : 'API documentation' ,
@@ -374,6 +379,11 @@ const sidebars = {
374379 link : { type : 'doc' , id : 'c2pa-android/README' } ,
375380 collapsed : true ,
376381 items : [
382+ {
383+ type : 'doc' ,
384+ id : 'c2pa-android-example/README' ,
385+ label : 'Example Android app' ,
386+ } ,
377387 {
378388 type : 'link' ,
379389 label : 'API documentation' ,
You can’t perform that action at this time.
0 commit comments