Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion apps/docs/pages/_meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export default {
"core-concepts": "Core Concepts",
integrations: "Integrations",
"self-hosted": "Self-hosted",
auth: "Auth",
"config-files": "Config Files",
glossary: "Glossary",
troubleshooting: "Troubleshooting",
Expand Down
1 change: 1 addition & 0 deletions apps/docs/pages/self-hosted/_meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ export default {
methods: "Methods",
"cloud-providers": "Cloud Providers",
services: "Services",
auth: "Auth",
};
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ import { SiAuth0, SiGoogle } from "react-icons/si";
<Cards.Card
icon={<SiGoogle className="h-8 w-8" />}
title="Google"
href="/auth/google"
href="./auth/google"
/>
<Cards.Card
icon={<SiAuth0 className="h-8 w-8" />}
title="OIDC"
href="/auth/oidc"
href="./auth/oidc"
/>
<Cards.Card
icon={<RiLockPasswordLine className="h-8 w-8" />}
title="Basic Auth"
href="/auth/basic"
href="./auth/basic"
/>
</Cards>

Expand Down