Skip to content

Commit 57eafa9

Browse files
committed
Add back docs from node repo pr
1 parent 58c59db commit 57eafa9

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

scripts/fetch-readme.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ const readmes = [
6767
repo: 'contentauth/c2pa-node',
6868
path: 'README.md',
6969
},
70-
/*
71-
Until https://github.com/contentauth/c2pa-node/pull/93 lands
7270
{
7371
dest: resolve(__dirname, '../docs/c2pa-node/docs/usage.md'),
7472
repo: 'contentauth/c2pa-node',
@@ -87,7 +85,6 @@ Until https://github.com/contentauth/c2pa-node/pull/93 lands
8785
path: 'docs/release-notes.md',
8886
branch: 'crandmck/docs-overhaul',
8987
},
90-
*/
9188
// Python lib
9289
{
9390
dest: resolve(__dirname, '../docs/c2pa-python/readme.md'),

sidebars.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ const sidebars = {
124124
link: { type: 'doc', id: 'c2pa-node/readme' },
125125
collapsed: true,
126126
items: [
127-
/*
128127
{
129128
type: 'doc',
130129
id: 'c2pa-node/docs/usage',
@@ -140,7 +139,6 @@ const sidebars = {
140139
id: 'c2pa-node/docs/release-notes',
141140
label: 'Release notes',
142141
},
143-
*/
144142
{
145143
type: 'doc',
146144
label: 'C2PA Node example',

0 commit comments

Comments
 (0)