Skip to content

Commit 86aa159

Browse files
committed
[repo] Add Projects to the main navbar
1 parent baa8421 commit 86aa159

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

config/navbar.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,13 @@ const navbar = {
5656
label: 'Processes',
5757
docsPluginId: 'general',
5858
},
59+
{
60+
type: 'docSidebar',
61+
position: 'left',
62+
sidebarId: 'projects',
63+
label: 'Projects',
64+
docsPluginId: 'general',
65+
},
5966
{
6067
type: 'docSidebar',
6168
position: 'left',

0 commit comments

Comments
 (0)