Skip to content

Commit

Permalink
feat: add a "contact us" link to the docs nav bar
Browse files Browse the repository at this point in the history
Signed-off-by: Donnie Adams <donnie@acorn.io>
  • Loading branch information
thedadams committed Jul 22, 2024
1 parent 6d3043d commit b5f2aeb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ const config = {
label: "Discord",
position: "right",
},
{
href: "mailto:info@acorn.io?subject=Reaching out from GPTScript Docs",
label: "Contact Us",
position: "right",
},
{
href: "https://tools.gptscript.ai/",
label: "Tool Search",
Expand Down

0 comments on commit b5f2aeb

Please sign in to comment.