Skip to content

Commit

Permalink
Update sidebars.js
Browse files Browse the repository at this point in the history
pavelkutas authored Dec 21, 2024
1 parent e2ed809 commit 901eff2
Showing 1 changed file with 5 additions and 34 deletions.
39 changes: 5 additions & 34 deletions sidebars.js
Original file line number Diff line number Diff line change
@@ -1,43 +1,14 @@
const sidebars = {
module.exports = {
tutorialSidebar: [
{
type: 'doc',
id: 'intro', // document ID from intro.md
label: 'Introduction',
},
{
type: 'category',
label: 'Tutorial',
items: [
{
type: 'doc',
id: 'tutorial/getting-started',
label: 'Getting Started',
},
{
type: 'doc',
id: 'tutorial/advanced-guide',
label: 'Advanced Guide',
},
],
label: 'Getting Started',
items: ['intro'],
},
{
type: 'category',
label: 'Guides',
items: [
{
type: 'doc',
id: 'guides/overview',
label: 'Overview',
},
{
type: 'doc',
id: 'guides/installation',
label: 'Installation',
},
],
label: 'API',
items: ['api'],
},
],
};

module.exports = sidebars;

0 comments on commit 901eff2

Please sign in to comment.