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 @@ -142,6 +142,11 @@ const readmes = [
142142 repo : 'contentauth/c2pa-python' ,
143143 path : 'docs/release-notes.md' ,
144144 } ,
145+ {
146+ dest : resolve ( __dirname , '../docs/c2pa-python/docs/examples.md' ) ,
147+ repo : 'contentauth/c2pa-python' ,
148+ path : 'examples/README.md' ,
149+ } ,
145150 {
146151 dest : resolve ( __dirname , '../docs/c2pa-python-example/readme.md' ) ,
147152 repo : 'contentauth/c2pa-python-example' ,
Original file line number Diff line number Diff line change @@ -177,6 +177,11 @@ const sidebars = {
177177 id : 'c2pa-python/docs/supported-formats' ,
178178 label : 'Supported media formats' ,
179179 } ,
180+ {
181+ type : 'doc' ,
182+ id : 'c2pa-python/docs/examples' ,
183+ label : 'Python example code' ,
184+ } ,
180185 {
181186 type : 'doc' ,
182187 id : 'c2pa-python/docs/release-notes' ,
You can’t perform that action at this time.
0 commit comments