Skip to content

Commit

Permalink
move auth docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyblasczyk committed Oct 19, 2024
1 parent 77b589d commit 24ebb43
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 24ebb43

Please sign in to comment.