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
21 changes: 0 additions & 21 deletions docs/elements/reference/index.mdx

This file was deleted.

6 changes: 3 additions & 3 deletions docs/oauth2-oidc/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
1 change: 1 addition & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const config: Config = {
onDuplicateRoutes: "throw",
organizationName: "ory",
projectName: "docs",
trailingSlash: false,
markdown: {
format: "detect",
},
Expand Down
Loading