Skip to content

Commit 6659f8e

Browse files
committed
Add references sidebar to the navigation menu
- Uncomment the references sidebar configuration - Ensure it appears on the left side of the navigation
1 parent df6efa6 commit 6659f8e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docusaurus.config.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ const config: Config = {
7474
position: "left",
7575
label: "Get started",
7676
},
77-
// {
78-
// type: "docSidebar",
79-
// sidebarId: "referencesSidebar",
80-
// position: "left",
81-
// label: "References",
82-
// },
77+
{
78+
type: "docSidebar",
79+
sidebarId: "referencesSidebar",
80+
position: "left",
81+
label: "References",
82+
},
8383
// { to: "/app", label: "Action Builder (beta)", position: "left" },
8484
// {to: '/blog', label: 'Blog', position: 'left'},
8585
{ to: "/support", label: "Support ❤️", position: "right" },

0 commit comments

Comments
 (0)