Skip to content

Commit fef4bcb

Browse files
authored
Merge pull request #218 from contentauth/add-python-examples
Add python example readme
2 parents c24c5a1 + 22db24b commit fef4bcb

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

scripts/fetch-readme.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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',

sidebars.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)