Skip to content

Commit 7d1446e

Browse files
committed
add mermaid support, community link to navbar
1 parent ecc193d commit 7d1446e

4 files changed

Lines changed: 1445 additions & 82 deletions

File tree

docs/docusaurus.config.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,13 @@ const config: Config = {
138138
position: 'right',
139139
className: 'header-sparkfun-link',
140140
'aria-label': 'SparkFun website'
141-
}
141+
},
142+
{
143+
href: 'https://community.sparkfun.com',
144+
position: 'right',
145+
className: 'header-forums-link',
146+
'aria-label': 'SparkFun Community Forums',
147+
},
142148
],
143149
},
144150
footer: {

0 commit comments

Comments
 (0)