Skip to content

Commit e3a43cb

Browse files
authored
Merge pull request #654 from thedadams/docs-contact-us
feat: add a "contact us" link to the docs nav bar
2 parents 6d3043d + b5f2aeb commit e3a43cb

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)