File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -66,8 +66,9 @@ const readmes = [
66
66
dest : resolve ( __dirname , '../docs/c2pa-node/readme.md' ) ,
67
67
repo : 'contentauth/c2pa-node' ,
68
68
path : 'README.md' ,
69
- branch : 'crandmck/docs-overhaul' ,
70
69
} ,
70
+ /*
71
+ Until https://github.com/contentauth/c2pa-node/pull/93 lands
71
72
{
72
73
dest: resolve(__dirname, '../docs/c2pa-node/docs/usage.md'),
73
74
repo: 'contentauth/c2pa-node',
@@ -86,11 +87,7 @@ const readmes = [
86
87
path: 'docs/release-notes.md',
87
88
branch: 'crandmck/docs-overhaul',
88
89
},
89
- {
90
- dest : resolve ( __dirname , '../docs/c2pa-node-example/readme.md' ) ,
91
- repo : 'contentauth/c2pa-node-example' ,
92
- path : 'README.md' ,
93
- } ,
90
+ */
94
91
// Python lib
95
92
{
96
93
dest : resolve ( __dirname , '../docs/c2pa-python/readme.md' ) ,
Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ const sidebars = {
124
124
link : { type : 'doc' , id : 'c2pa-node/readme' } ,
125
125
collapsed : true ,
126
126
items : [
127
+ /*
127
128
{
128
129
type: 'doc',
129
130
id: 'c2pa-node/docs/usage',
@@ -139,6 +140,7 @@ const sidebars = {
139
140
id: 'c2pa-node/docs/release-notes',
140
141
label: 'Release notes',
141
142
},
143
+ */
142
144
{
143
145
type : 'doc' ,
144
146
label : 'C2PA Node example' ,
You can’t perform that action at this time.
0 commit comments