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 = [
6666 dest : resolve ( __dirname , '../docs/c2pa-node/readme.md' ) ,
6767 repo : 'contentauth/c2pa-node' ,
6868 path : 'README.md' ,
69- branch : 'crandmck/docs-overhaul' ,
7069 } ,
70+ /*
71+ Until https://github.com/contentauth/c2pa-node/pull/93 lands
7172 {
7273 dest: resolve(__dirname, '../docs/c2pa-node/docs/usage.md'),
7374 repo: 'contentauth/c2pa-node',
@@ -86,11 +87,7 @@ const readmes = [
8687 path: 'docs/release-notes.md',
8788 branch: 'crandmck/docs-overhaul',
8889 },
89- {
90- dest : resolve ( __dirname , '../docs/c2pa-node-example/readme.md' ) ,
91- repo : 'contentauth/c2pa-node-example' ,
92- path : 'README.md' ,
93- } ,
90+ */
9491 // Python lib
9592 {
9693 dest : resolve ( __dirname , '../docs/c2pa-python/readme.md' ) ,
Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ const sidebars = {
124124 link : { type : 'doc' , id : 'c2pa-node/readme' } ,
125125 collapsed : true ,
126126 items : [
127+ /*
127128 {
128129 type: 'doc',
129130 id: 'c2pa-node/docs/usage',
@@ -139,6 +140,7 @@ const sidebars = {
139140 id: 'c2pa-node/docs/release-notes',
140141 label: 'Release notes',
141142 },
143+ */
142144 {
143145 type : 'doc' ,
144146 label : 'C2PA Node example' ,
You can’t perform that action at this time.
0 commit comments