From f1f7806c8eaa397db6804852cfca3eb5edbc9a77 Mon Sep 17 00:00:00 2001 From: Jay Giang Date: Thu, 20 Nov 2025 16:19:26 -0800 Subject: [PATCH 1/2] fix: update quickstart guide link and configure trailing slash in Docusaurus --- docs/elements/reference/index.mdx | 21 --------------------- docs/oauth2-oidc/index.mdx | 2 +- docusaurus.config.ts | 1 + 3 files changed, 2 insertions(+), 22 deletions(-) delete mode 100644 docs/elements/reference/index.mdx 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..658db3bbd 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 +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 b4cca2d87..a31d6cebe 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", }, From d15aa6e1a144a3365c81cc90aeaa4ad923fc9b04 Mon Sep 17 00:00:00 2001 From: Jay Giang Date: Thu, 20 Nov 2025 16:24:26 -0800 Subject: [PATCH 2/2] fix: format --- docs/oauth2-oidc/index.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/oauth2-oidc/index.mdx b/docs/oauth2-oidc/index.mdx index 658db3bbd..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.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. +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.