Skip to content

Commit 01d5fb4

Browse files
committed
docs: add soba storybook external link to nav
1 parent 002bda3 commit 01d5fb4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

apps/documentation/docusaurus.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@ const config = {
7474
position: 'left',
7575
label: 'Demo',
7676
},
77+
{
78+
href: 'https://angular-threejs-soba.netlify.app/',
79+
position: 'left',
80+
label: 'Soba Storybook',
81+
},
7782
// TODO re-enable for blogs
7883
// { to: '/blog', label: 'Blog', position: 'left' },
7984
{

0 commit comments

Comments
 (0)