Conversation
|
|
||
| ## [Password-based](/docs/kratos/concepts/credentials/username-email-password) | ||
|
|
||
| Email/Username + Password: Traditional login using a password combined with an email address or username. [Configure password |
There was a problem hiding this comment.
The [Configure password login] seems to be incomplete, should there be a url target?
There's a couple below as well:
- [Enable passkeys]
- [One-time code auth]
- [Social sign-in]
- [Enterprise SSO]
- [Login flows]
There was a problem hiding this comment.
This file is not actually hooked up to the sidebar and is not being used. I will delete this file.
| @@ -0,0 +1,12 @@ | |||
| --- | |||
| id: intro | |||
| title: Introduction to Ory Kratos—Indentity & AuthN | |||
| "permanent": false | ||
| }, | ||
| { | ||
| "source": "/docs/hydra/benchmark", | ||
| "destination": "https://www.ory.com/docs/ecosystem/benchmark", | ||
| "destination": "https://www.ory.com/docs/docs/oauth2-oidc", |
There was a problem hiding this comment.
This destination takes user to a 404 page, I believe due to the double /docs/docs path
| "permanent": true | ||
| }, | ||
| { | ||
| "source": "/docs/open-source", |
| "permanent": true | ||
| }, | ||
| { | ||
| "source": "/docs/open-source/guidelines/rest-api-guidelines", |
| "permanent": true | ||
| }, | ||
| { | ||
| "source": "/docs/ecosystem/changelog", |
| "permanent": true | ||
| }, | ||
| { | ||
| "source": "/docs/guides/workspaces", |
There was a problem hiding this comment.
From line 1316-1354, it directs the user to 404 page. I believe these destination paths docs/network/ have no corresponding files. There are 8 of these
| @@ -1220,17 +1220,262 @@ | |||
| { | |||
| "source": "/docs/getting-started/integrate-auth/nextjs", | |||
| "destination": "/docs/getting-started/integrate-auth/nextjs-app-router-quickstart", | |||
| "permanent": true | |||
| "permanent": false | |||
There was a problem hiding this comment.
This got changed to false, just checking if this was intentional. Same for line 1228
| @@ -0,0 +1,109 @@ | |||
| // Copyright © 2022 Ory Corp | |||
There was a problem hiding this comment.
This plugin doesn't seem to be used anywhere. Can we double check?
| @@ -0,0 +1,12 @@ | |||
| --- | |||
| id: intro | |||
| title: Introduction to Ory Kratos—Indentity & AuthN | |||
There was a problem hiding this comment.
| title: Introduction to Ory Kratos—Indentity & AuthN | |
| title: Introduction to Ory Kratos—Identity & AuthN |
| "permanent": false | ||
| }, | ||
| { | ||
| "source": "/docs/hydra/benchmark", | ||
| "destination": "https://www.ory.com/docs/ecosystem/benchmark", | ||
| "destination": "https://www.ory.com/docs/docs/oauth2-oidc", |
There was a problem hiding this comment.
| "destination": "https://www.ory.com/docs/docs/oauth2-oidc", | |
| "destination": "https://www.ory.com/docs/oauth2-oidc", |
| "destination": "/docs/oss/configuring", | ||
| "permanent": true | ||
| }, | ||
| { |
| "permanent": true | ||
| }, | ||
| { | ||
| "source": "/docs/open-source", |
There was a problem hiding this comment.
| "source": "/docs/open-source", |
| }, | ||
| { | ||
| "source": "/docs/open-source", | ||
| "destination": "/docs/oss/open-source", |
There was a problem hiding this comment.
| "destination": "/docs/oss/open-source", |
| { | ||
| "source": "/docs/open-source", | ||
| "destination": "/docs/oss/open-source", | ||
| "permanent": true |
There was a problem hiding this comment.
| "permanent": true |
| "source": "/docs/open-source", | ||
| "destination": "/docs/oss/open-source", | ||
| "permanent": true | ||
| }, |
| { | ||
| to: "/docs/ecosystem/projects", | ||
| label: "Open Source", | ||
| label: "Change Log", |
There was a problem hiding this comment.
| label: "Change Log", | |
| label: "Changelog", |
Change Log looks odd to me, I think changelog is also the more common spelling (see e.g. wikipedia)
| favicon: "img/favico.png", | ||
| onBrokenLinks: "throw", | ||
| onBrokenMarkdownLinks: "throw", | ||
| onBrokenLinks: "warn", |

Preview link: https://docs-7qgoc8ot0-ory.vercel.app/docs/welcome
Summary
This PR delivers a significant redesign of the Ory documentation site, introducing a new Homepage navigation experience, a new Quick Start page, restructured content architecture, and visual design improvements. It also establishes the foundational framework for separating documentation by deployment model: Ory Network, Ory OEL, and Ory OSS.
Changes
Homepage navigation
Replaced the previous homepage with a guided navigation experience that helps technical evaluators and developers orient quickly and find the right entry point for their use case. (Aligns better with our marketing site.)
Quick Start page
Added a new Quick Start page as a dedicated onboarding path for developers getting started with Ory for the first time.
Content restructuring
Reorganized existing documentation to support clearer content hierarchy. This restructuring is a prerequisite for the deployment-model separation work.
Product overview
Added new high-level product explanations with visual elements to demonstrate how each product fits within the context of an IAM system.
Visual design enhancements
Updated layout, typography, and component styling throughout the portal for improved readability and consistency. Introduced product color association.
Deployment model framework
Introduced the structural scaffolding to separate documentation by deployment context — Ory Network, Ory OEL, and Ory OSS — enabling product-specific content targeting in follow-on PRs.
What's not included
Full content separation by deployment model is out of scope for this PR. This change puts the framework in place; content migration and product-specific pages will follow.
Complete alignment on product names is out of the scope of this PR.
TESTING
New feature documentation (last few months)
Verify your new content appears in the redesigned navigation (docs/sidebar.ts). If it doesn't appear, add it to the /docs/sidebar.ts.
NOTE: There are several new sidebar files located within the /docs folder; if your content was added to the previous sidebar.ts file located in /src that file is no longer in use.
Content is complete
Verify that your product area contains the expected full set of content. The restructure may have affected navigation visibility for some pages.
Broken links
Spot-check links in your product area. Internal navigation files were significantly changed in this redesign.
Checklist
If this pull request addresses a security vulnerability,
I confirm that I got approval (please contact [email protected]) from the maintainers to push the changes.