Skip to content

Commit aada15f

Browse files
committed
feat: add a "contact us" link to the docs nav bar
Signed-off-by: Donnie Adams <[email protected]>
1 parent 6d3043d commit aada15f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/docusaurus.config.js

+5
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ const config = {
7070
label: "Tool Search",
7171
position: "right",
7272
},
73+
{
74+
href: "mailto:[email protected]",
75+
label: "Contact Us",
76+
position: "right",
77+
},
7378
],
7479
},
7580
footer: {

0 commit comments

Comments
 (0)