Commit 19990bd 1 parent d9d326d commit 19990bd Copy full SHA for 19990bd
File tree 2 files changed +16
-7
lines changed
2 files changed +16
-7
lines changed Original file line number Diff line number Diff line change @@ -189,6 +189,11 @@ const readmes = [
189
189
repo : 'contentauth/c2pa-min' ,
190
190
path : 'README.md' ,
191
191
} ,
192
+ {
193
+ dest : resolve ( __dirname , '../static/sb-alg-list.json' ) ,
194
+ repo : 'c2pa-org/softbinding-algorithm-list' ,
195
+ path : 'softbinding-algorithm-list.json' ,
196
+ } ,
192
197
] ;
193
198
194
199
function resolveMarkdownLinks ( linkBase , content ) {
Original file line number Diff line number Diff line change @@ -259,19 +259,23 @@ const sidebars = {
259
259
id : 'faqs' ,
260
260
} ,
261
261
{
262
- type : 'doc' ,
263
- id : 'community-resources' ,
262
+ type : 'category' ,
263
+ label : 'Community resources' ,
264
+ link : { type : 'doc' , id : 'community-resources' } ,
265
+ collapsed : true ,
266
+ items : [
267
+ {
268
+ type : 'doc' ,
269
+ label : 'Watermarking and fingerprinting' ,
270
+ id : 'sb-algs' ,
271
+ } ,
272
+ ] ,
264
273
} ,
265
274
{
266
275
type : 'doc' ,
267
276
label : 'Task planning & roadmap' ,
268
277
id : 'roadmap' ,
269
278
} ,
270
- {
271
- type : 'doc' ,
272
- label : 'Soft binding algorithm list' ,
273
- id : 'sb-algs' ,
274
- } ,
275
279
] ,
276
280
} ;
277
281
You can’t perform that action at this time.
0 commit comments