diff --git a/docs/elements/reference/index.mdx b/docs/elements/reference/index.mdx deleted file mode 100644 index e77a184d9..000000000 --- a/docs/elements/reference/index.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -id: index -title: Ory Elements Reference -sidebar_label: Reference ---- - -```mdx-code-block -import CanonicalUrl from "@site/src/components/CanonicalUrl" - - -``` - -# Ory Elements Reference - -## Modules - -- [@ory/elements-react](@ory/elements-react/index.mdx) -- [@ory/elements-react/theme](@ory/elements-react/theme/index.mdx) -- [@ory/nextjs/app](@ory/nextjs/app/index.mdx) -- [@ory/nextjs/middleware](@ory/nextjs/middleware/index.mdx) -- [@ory/nextjs/pages](@ory/nextjs/pages/index.mdx) diff --git a/docs/oauth2-oidc/index.mdx b/docs/oauth2-oidc/index.mdx index a8cb333e2..0d4c13e73 100644 --- a/docs/oauth2-oidc/index.mdx +++ b/docs/oauth2-oidc/index.mdx @@ -91,6 +91,6 @@ Ory OAuth2 and OpenID Connect can be used for a wide range of use cases, includi ## Next steps -See [Ory Network OAuth2 quickstart guide](../getting-started/ory-network-oauth2) to learn how to set up your own OAuth2 and OpenID -Connect provider in just a few minutes. The guide walks you through the process of setting up Ory OAuth2 and OpenID Connect and -configuring a sample application to use the service. +See [Ory Network OAuth2 quickstart guide](../getting-started/ory-network-oauth2.mdx) to learn how to set up your own OAuth2 and +OpenID Connect provider in just a few minutes. The guide walks you through the process of setting up Ory OAuth2 and OpenID Connect +and configuring a sample application to use the service. diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 65c0249cd..f8efa9d8c 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -21,6 +21,7 @@ const config: Config = { onDuplicateRoutes: "throw", organizationName: "ory", projectName: "docs", + trailingSlash: false, markdown: { format: "detect", },