File tree Expand file tree Collapse file tree 2 files changed +16
-7
lines changed Expand file tree Collapse file tree 2 files changed +16
-7
lines changed Original file line number Diff line number Diff line change @@ -189,6 +189,11 @@ const readmes = [
189189 repo : 'contentauth/c2pa-min' ,
190190 path : 'README.md' ,
191191 } ,
192+ {
193+ dest : resolve ( __dirname , '../static/sb-alg-list.json' ) ,
194+ repo : 'c2pa-org/softbinding-algorithm-list' ,
195+ path : 'softbinding-algorithm-list.json' ,
196+ } ,
192197] ;
193198
194199function resolveMarkdownLinks ( linkBase , content ) {
Original file line number Diff line number Diff line change @@ -259,19 +259,23 @@ const sidebars = {
259259 id : 'faqs' ,
260260 } ,
261261 {
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+ ] ,
264273 } ,
265274 {
266275 type : 'doc' ,
267276 label : 'Task planning & roadmap' ,
268277 id : 'roadmap' ,
269278 } ,
270- {
271- type : 'doc' ,
272- label : 'Soft binding algorithm list' ,
273- id : 'sb-algs' ,
274- } ,
275279 ] ,
276280} ;
277281
You can’t perform that action at this time.
0 commit comments