Skip to content

Commit

Permalink
chore: resolving issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MrunmayS committed Feb 23, 2024
1 parent f6291b3 commit c5f895e
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,23 +98,23 @@ const sidebars = {
],
},

{
type: 'category',
label: 'Transforming Data using SQL',
link: {
type: 'doc',
id: 'transforming-data',
},
items: [
'transforming-data/data-types',
'transforming-data/operators',
'transforming-data/scalar-functions',
'transforming-data/aggregation-functions',
'transforming-data/geospatial',
'transforming-data/json',
'transforming-data/windowing'
]
},
// {
// type: 'category',
// label: 'Transforming Data using SQL',
// link: {
// type: 'doc',
// id: 'transforming-data',
// },
// items: [
// 'transforming-data/data-types',
// 'transforming-data/operators',
// 'transforming-data/scalar-functions',
// 'transforming-data/aggregation-functions',
// 'transforming-data/geospatial',
// 'transforming-data/json',
// 'transforming-data/windowing'
// ]
// },

{
type: 'category',
Expand Down

0 comments on commit c5f895e

Please sign in to comment.