@@ -192,39 +192,6 @@ const sidebars = {
192192 } ,
193193 ] ,
194194 } ,
195- {
196- type : 'category' ,
197- label : 'JavaScript library' ,
198- link : { type : 'doc' , id : 'js-sdk/js-landing' } ,
199- collapsed : true ,
200- items : [
201- {
202- type : 'doc' ,
203- label : 'c2pa-web' ,
204- id : 'c2pa-js/c2pa-web-readme' ,
205- } ,
206- {
207- type : 'doc' ,
208- label : 'c2pa-wasm' ,
209- id : 'c2pa-js/c2pa-wasm-readme' ,
210- } ,
211- {
212- type : 'doc' ,
213- label : 'c2pa-types' ,
214- id : 'c2pa-js/c2pa-types-readme' ,
215- } ,
216- {
217- type : 'link' ,
218- label : 'API documentation' ,
219- href : 'https://contentauth.github.io/c2pa-js/' ,
220- } ,
221- {
222- type : 'link' ,
223- label : 'GitHub' ,
224- href : 'https://github.com/contentauth/c2pa-js' ,
225- } ,
226- ] ,
227- } ,
228195 {
229196 type : 'category' ,
230197 label : 'Python library' ,
@@ -296,6 +263,39 @@ const sidebars = {
296263 } ,
297264 ] ,
298265 } ,
266+ {
267+ type : 'category' ,
268+ label : 'JavaScript library' ,
269+ link : { type : 'doc' , id : 'js-sdk/js-landing' } ,
270+ collapsed : true ,
271+ items : [
272+ {
273+ type : 'doc' ,
274+ label : 'c2pa-web' ,
275+ id : 'c2pa-js/c2pa-web-readme' ,
276+ } ,
277+ {
278+ type : 'doc' ,
279+ label : 'c2pa-wasm' ,
280+ id : 'c2pa-js/c2pa-wasm-readme' ,
281+ } ,
282+ {
283+ type : 'doc' ,
284+ label : 'c2pa-types' ,
285+ id : 'c2pa-js/c2pa-types-readme' ,
286+ } ,
287+ {
288+ type : 'link' ,
289+ label : 'API documentation' ,
290+ href : 'https://contentauth.github.io/c2pa-js/' ,
291+ } ,
292+ {
293+ type : 'link' ,
294+ label : 'GitHub' ,
295+ href : 'https://github.com/contentauth/c2pa-js' ,
296+ } ,
297+ ] ,
298+ } ,
299299 {
300300 type : 'category' ,
301301 label : 'Node.js library' ,
0 commit comments