Skip to content

Commit b5f2aeb

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 b5f2aeb

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
@@ -65,6 +65,11 @@ const config = {
6565
label: "Discord",
6666
position: "right",
6767
},
68+
{
69+
href: "mailto:[email protected]?subject=Reaching out from GPTScript Docs",
70+
label: "Contact Us",
71+
position: "right",
72+
},
6873
{
6974
href: "https://tools.gptscript.ai/",
7075
label: "Tool Search",

0 commit comments

Comments
 (0)