Skip to content
This repository was archived by the owner on Mar 1, 2025. It is now read-only.

Commit 755f34a

Browse files
authored
Enable Docs in the menu (#145)
1 parent 5bf4b1b commit 755f34a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docusaurus.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ const config = {
123123
to: 'faq',
124124
label: 'FAQ',
125125
},
126+
{
127+
to: 'docs',
128+
label: 'Docs',
129+
},
126130
{
127131
type: 'dropdown',
128132
label: 'Company',

0 commit comments

Comments
 (0)