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 = [
142
142
repo : 'contentauth/c2pa-python' ,
143
143
path : 'docs/release-notes.md' ,
144
144
} ,
145
+ {
146
+ dest : resolve ( __dirname , '../docs/c2pa-python/docs/examples.md' ) ,
147
+ repo : 'contentauth/c2pa-python' ,
148
+ path : 'examples/README.md' ,
149
+ } ,
145
150
{
146
151
dest : resolve ( __dirname , '../docs/c2pa-python-example/readme.md' ) ,
147
152
repo : 'contentauth/c2pa-python-example' ,
Original file line number Diff line number Diff line change @@ -177,6 +177,11 @@ const sidebars = {
177
177
id : 'c2pa-python/docs/supported-formats' ,
178
178
label : 'Supported media formats' ,
179
179
} ,
180
+ {
181
+ type : 'doc' ,
182
+ id : 'c2pa-python/docs/examples' ,
183
+ label : 'Python example code' ,
184
+ } ,
180
185
{
181
186
type : 'doc' ,
182
187
id : 'c2pa-python/docs/release-notes' ,
You can’t perform that action at this time.
0 commit comments