Skip to content

Commit

Permalink
fix: add homepages to horizontal nav items
Browse files Browse the repository at this point in the history
  • Loading branch information
christiannwamba committed Feb 3, 2025
1 parent 81206b1 commit 3d46618
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,18 +104,20 @@ const config: Config = {
position: "left",
},
{
to: "/docs/identity",
to: "/docs/identities",
label: "Identity",
position: "left",
},
{
to: "/docs/permissions",
label: "Permissions",
to: "/docs/oauth2-oidc",
// to: "/docs/federation", // TODO: Use this route
label: "Federation",
position: "left",
},
{
to: "/docs/federation",
label: "Federation",
to: "/docs/keto",
// to: "/docs/permissions", // TODO: Use this route
label: "Permissions",
position: "left",
},
{
Expand All @@ -124,7 +126,8 @@ const config: Config = {
position: "left",
},
{
to: "/docs/reference",
to: "/docs/reference/api",
// to: "/docs/reference", // TODO: Use this route
label: "Reference",
position: "left",
},
Expand Down

0 comments on commit 3d46618

Please sign in to comment.