Skip to content

Commit

Permalink
fix: navbar links (#1443)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinckr authored Jul 5, 2023
1 parent 03792f5 commit fcc0227
Showing 1 changed file with 24 additions and 7 deletions.
31 changes: 24 additions & 7 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,15 +108,32 @@ const config = {
label: "Self-hosting",
},
{
href: `https://github.com/ory/cloud/discussions`,
label: "Discussions",
position: "right",
},
{
href: "https://www.ory.sh/chat",
label: "Slack",
label: "Need Support?",
position: "right",
items: [
{
to: "https://www.ory.sh/support",
label: "Enterprise Support",
},
{
to: "https://www.ory.sh/chat",
label: "Ory Community Slack",
},
{
to: "https://www.ory.sh/support",
label: "GitHub Discussions",
},
{
to: "https://stackoverflow.com/questions/tagged/ory",
label: "Stack Overflow",
},
{
to: "https://www.ory.sh/contact",
label: "Schedule a discovery call",
},
],
},

{
href: `https://github.com/ory`,
label: "GitHub",
Expand Down

0 comments on commit fcc0227

Please sign in to comment.