Skip to content

Commit

Permalink
feat: Modules
Browse files Browse the repository at this point in the history
  • Loading branch information
harshilp24 committed Jan 31, 2024
1 parent 3f1ffbb commit 89fc5ea
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 0 deletions.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
32 changes: 32 additions & 0 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,38 @@ const sidebars = {
]
}, //CODE end

//module start
{
type: 'category',
collapsed: false,
label: 'Packages',
items: [
'packages/overview',
{
type: 'category',
collapsed: true,
label: 'How-To Guides',
link: { type: 'doc', id: 'packages/how-to-guides/README' },
items: [
'packages/how-to-guides/create-query-module',
'packages/how-to-guides/create-js-module'
]
},
{
type: 'category',
collapsed: true,
label: 'Concepts',
link: {
type: 'doc',
id: 'packages/concepts/README',
},
items: [

],
},
]
}, //module end

{
//Advanced Concepts Start
type: 'category',
Expand Down

0 comments on commit 89fc5ea

Please sign in to comment.