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