Skip to content

Commit b35ada2

Browse files
authored
Merge pull request #231 from contentauth/add-cawg-signing-doc
Add new doc file
2 parents b47e890 + b046390 commit b35ada2

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
@@ -84,6 +84,11 @@ const readmes = [
8484
repo: 'contentauth/c2pa-rs',
8585
path: 'cli/docs/usage.md',
8686
},
87+
{
88+
dest: resolve(__dirname, '../docs/c2patool/docs/cawg_x509_signing.md'),
89+
repo: 'contentauth/c2pa-rs',
90+
path: 'cli/docs/cawg_x509_signing.md',
91+
},
8792
{
8893
dest: resolve(__dirname, '../docs/c2patool/docs/supported-formats.md'),
8994
repo: 'contentauth/c2pa-rs',

sidebars.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@ const sidebars = {
9898
id: 'c2patool/docs/x_509',
9999
label: 'Using a certificate',
100100
},
101+
{
102+
type: 'doc',
103+
id: 'c2patool/docs/cawg_x509_signing',
104+
label: 'Using a certificate for CAWG signing',
105+
},
101106
{
102107
type: 'doc',
103108
id: 'c2patool/docs/changelog',

0 commit comments

Comments
 (0)