-
Notifications
You must be signed in to change notification settings - Fork 428
chore: canonical forward slash #2307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
jaygiang
wants to merge
21
commits into
master
Choose a base branch
from
chore/canonical-forward-slash
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 18 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
a5855d4
chore: disable trailing slash in Docusaurus config
jaygiang 2f51a62
chore: remove Ory Elements reference and update links in migration an…
jaygiang a098604
chore: update Docusaurus config for troubleshooting redirects and rem…
jaygiang f779321
docs: fix formatting in migrate-to-ory page
jaygiang d61f31a
docs: fix formatting in oauth2-oidc
jaygiang 346fc73
Merge branch 'master' into chore/canonical-forward-slash
jaygiang f6f533a
docs: add Ory Identities introduction and CanonicalUrl component
jaygiang d2d89d2
docs: add Ory OAuth2 introduction and Polis
jaygiang 77e922c
docs: integrate CanonicalUrl component across multiple documentation …
jaygiang b32c509
Merge branch 'chore/canonical-forward-slash' of github.com:ory/docs i…
jaygiang 04e47d9
docs: add CanonicalUrl component to element pages
jaygiang bcbd318
docs: fix formatting by using double quotes
jaygiang 7f486ff
docs: remove trailing semicolons from CanonicalUrl imports
jaygiang 235fda1
fix: add missing newline at end of CanonicalUrl component file
jaygiang 56effd4
Merge branch 'master' into chore/canonical-forward-slash
jaygiang 63ce18f
refactor: remove troubleshooting index and update sidebar link by rem…
jaygiang 812f80c
docs: add SEO components section with CanonicalURL usage guidelines
jaygiang f9290e9
docs: improve formatting and readability of CanonicalURL section in R…
jaygiang f848aad
docs: remove unnecessary comment lines
jaygiang 8f1cccc
docs: add mdx-code-block to all docs using CanonicalUrl
jaygiang 187997d
Merge branch 'master' into chore/canonical-forward-slash
jaygiang File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,12 @@ title: Account Experience Overview | |
sidebar_label: Account Experience | ||
--- | ||
|
||
import CanonicalUrl from "@site/src/components/CanonicalUrl" | ||
|
||
<CanonicalUrl path="/account-experience" /> | ||
|
||
--- | ||
|
||
|
||
The Ory Account Experience is the default user interface for all self-service screens like login, registration, or consent. It can | ||
be accessed under `https://your-slug.projects.oryapis.com/ui`. New Ory Network projects are automatically configured to use the | ||
Account Experience. You can find various customizations and settings in the Ory Console under `Account Experience`. | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
...ts/reference/@ory/elements-react/index.md → ...s/reference/@ory/elements-react/index.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
...erence/@ory/elements-react/theme/index.md → ...rence/@ory/elements-react/theme/index.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
...ements/reference/@ory/nextjs/app/index.md → ...ments/reference/@ory/nextjs/app/index.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
id: index | ||
title: "@ory/nextjs/middleware" | ||
sidebar_label: "middleware" | ||
--- | ||
|
||
import CanonicalUrl from "@site/src/components/CanonicalUrl" | ||
|
||
<CanonicalUrl path="/elements/reference/@ory/nextjs/middleware" /> | ||
|
||
# @ory/nextjs/middleware | ||
|
||
## Functions | ||
|
||
- [createOryMiddleware](functions/createOryMiddleware.md) |
10 changes: 10 additions & 0 deletions
10
...ents/reference/@ory/nextjs/pages/index.md → ...nts/reference/@ory/nextjs/pages/index.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
id: index | ||
title: Ory Elements Reference | ||
sidebar_label: Reference | ||
--- | ||
|
||
import CanonicalUrl from "@site/src/components/CanonicalUrl" | ||
|
||
<CanonicalUrl path="/elements/reference" /> | ||
|
||
# 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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use mdx code blocks:
https://github.com/ory/docs?tab=readme-ov-file#diagrams