@@ -253,80 +253,49 @@ export const sidebarMenuAPI = [
253253 ]
254254 } ,
255255 {
256- name : 'Templating' ,
257- url : '/api/templating' ,
258- icon : 'table' ,
259- pages : [
260- {
261- name : 'Template Compiler' ,
262- url : '/api/templating/template-compiler'
263- } ,
264- {
265- name : 'Abstract Syntax Tree (AST)' ,
266- url : '/api/templating/ast'
267- } ,
268- {
269- name : 'Template' ,
270- url : '/api/templating/template'
271- } ,
272- {
273- name : 'String Scanner' ,
274- url : '/api/templating/string-scanner'
275- } ,
276- ]
277- } ,
278- {
279- name : 'Query' ,
280- url : '/api/query' ,
281- icon : 'mouse-pointer' ,
256+ name : 'Template Helpers' ,
257+ url : '/api/helpers' ,
258+ icon : 'book-open' ,
282259 pages : [
283260 {
284- name : 'Basic Usage' ,
285- url : '/api/query/basic'
286- } ,
287- {
288- name : 'Attributes' ,
289- url : '/api/query/attributes'
290- } ,
291- {
292- name : 'Components' ,
293- url : '/api/query/components'
261+ name : 'Arrays' ,
262+ url : '/api/helpers/arrays'
294263 } ,
295264 {
296- name : 'Content ' ,
297- url : '/api/query/content '
265+ name : 'Comparison ' ,
266+ url : '/api/helpers/comparison '
298267 } ,
299268 {
300269 name : 'CSS' ,
301- url : '/api/query /css'
270+ url : '/api/helpers /css'
302271 } ,
303272 {
304- name : 'Size & Dimensions ' ,
305- url : '/api/query/dimensions '
273+ name : 'Dates ' ,
274+ url : '/api/helpers/dates '
306275 } ,
307276 {
308- name : 'DOM Manipulation ' ,
309- url : '/api/query/dom-manipulation '
277+ name : 'Debug ' ,
278+ url : '/api/helpers/debug '
310279 } ,
311280 {
312- name : 'DOM Traversal ' ,
313- url : '/api/query/dom-traversal '
281+ name : 'Logical Operators ' ,
282+ url : '/api/helpers/logical '
314283 } ,
315284 {
316- name : 'Events ' ,
317- url : '/api/query/events '
285+ name : 'Numeric ' ,
286+ url : '/api/helpers/numeric '
318287 } ,
319288 {
320- name : 'Iterators ' ,
321- url : '/api/query/iterators '
289+ name : 'Objects ' ,
290+ url : '/api/helpers/objects '
322291 } ,
323292 {
324- name : 'Logical Operators ' ,
325- url : '/api/query/logical-operators '
293+ name : 'Reactivity ' ,
294+ url : '/api/helpers/reactivity '
326295 } ,
327296 {
328- name : 'Utilities ' ,
329- url : '/api/query/utilities '
297+ name : 'Strings ' ,
298+ url : '/api/helpers/strings '
330299 } ,
331300 ]
332301 } ,
@@ -373,6 +342,61 @@ export const sidebarMenuAPI = [
373342 } ,
374343 ]
375344 } ,
345+ {
346+ name : 'Query' ,
347+ url : '/api/query' ,
348+ icon : 'mouse-pointer' ,
349+ pages : [
350+ {
351+ name : 'Basic Usage' ,
352+ url : '/api/query/basic'
353+ } ,
354+ {
355+ name : 'Attributes' ,
356+ url : '/api/query/attributes'
357+ } ,
358+ {
359+ name : 'Components' ,
360+ url : '/api/query/components'
361+ } ,
362+ {
363+ name : 'Content' ,
364+ url : '/api/query/content'
365+ } ,
366+ {
367+ name : 'CSS' ,
368+ url : '/api/query/css'
369+ } ,
370+ {
371+ name : 'Size & Dimensions' ,
372+ url : '/api/query/dimensions'
373+ } ,
374+ {
375+ name : 'DOM Manipulation' ,
376+ url : '/api/query/dom-manipulation'
377+ } ,
378+ {
379+ name : 'DOM Traversal' ,
380+ url : '/api/query/dom-traversal'
381+ } ,
382+ {
383+ name : 'Events' ,
384+ url : '/api/query/events'
385+ } ,
386+ {
387+ name : 'Iterators' ,
388+ url : '/api/query/iterators'
389+ } ,
390+ {
391+ name : 'Logical Operators' ,
392+ url : '/api/query/logical-operators'
393+ } ,
394+ {
395+ name : 'Utilities' ,
396+ url : '/api/query/utilities'
397+ } ,
398+ ]
399+ } ,
376400 {
377401 name : 'Utils' ,
378402 url : '/api/utils' ,
@@ -441,49 +465,25 @@ export const sidebarMenuAPI = [
441465 ]
442466 } ,
443467 {
444- name : 'Template Helpers ' ,
445- url : '/api/helpers ' ,
446- icon : 'book-open ' ,
468+ name : 'Template Compiler ' ,
469+ url : '/api/templating ' ,
470+ icon : 'table ' ,
447471 pages : [
448472 {
449- name : 'Arrays' ,
450- url : '/api/helpers/arrays'
451- } ,
452- {
453- name : 'Comparison' ,
454- url : '/api/helpers/comparison'
455- } ,
456- {
457- name : 'CSS' ,
458- url : '/api/helpers/css'
459- } ,
460- {
461- name : 'Dates' ,
462- url : '/api/helpers/dates'
463- } ,
464- {
465- name : 'Debug' ,
466- url : '/api/helpers/debug'
467- } ,
468- {
469- name : 'Logical Operators' ,
470- url : '/api/helpers/logical'
471- } ,
472- {
473- name : 'Numeric' ,
474- url : '/api/helpers/numeric'
473+ name : 'Template Compiler' ,
474+ url : '/api/templating/template-compiler'
475475 } ,
476476 {
477- name : 'Objects ' ,
478- url : '/api/helpers/objects '
477+ name : 'Abstract Syntax Tree (AST) ' ,
478+ url : '/api/templating/ast '
479479 } ,
480480 {
481- name : 'Reactivity ' ,
482- url : '/api/helpers/reactivity '
481+ name : 'Template ' ,
482+ url : '/api/templating/template '
483483 } ,
484484 {
485- name : 'Strings ' ,
486- url : '/api/helpers/strings '
485+ name : 'String Scanner ' ,
486+ url : '/api/templating/string-scanner '
487487 } ,
488488 ]
489489 } ,
0 commit comments