Skip to content

Commit 7e8922a

Browse files
committed
docs(path): Add links
1 parent 52167f5 commit 7e8922a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/docusaurus.config.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,17 @@ const config = {
9090
title: 'Docs',
9191
items: [
9292
{
93-
label: 'Docs',
93+
label: 'Overview',
9494
to: '/docs/intro',
9595
},
96+
{
97+
label: 'Reactive Commons',
98+
to: '/docs/reactive-commons/getting-started',
99+
},
100+
{
101+
label: 'Reactive Commons EDA',
102+
to: '/docs/reactive-commons-eda/getting-started',
103+
},
96104
],
97105
},
98106
{

0 commit comments

Comments
 (0)