Skip to content

Commit aeb2ccd

Browse files
christiannwambansklikas
authored andcommitted
feat: vertical nav (ory#2020)
* feat: vertical nav for quickstart * feat: vertical nav for identity * chore: credentials structure * chore: update identity sidebar structure for session management and identity actions * feat: restructure OAuth2 sidebar for improved navigation and updated links * feat: enhance permissions sidebar structure * feat: update navigation links for OAuth2 and Permissions documentation * chore: deprioritize selfhosting sidebar * chore: feedback updates or restructure * fix: remove home link from home page * fix: Make oauth2 actions apparent
1 parent cf0d27e commit aeb2ccd

File tree

3 files changed

+307
-157
lines changed

3 files changed

+307
-157
lines changed

docs/quickstart/sdks.mdx

-11
This file was deleted.

docusaurus.config.ts

+6-6
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,13 @@ const config: Config = {
109109
position: "left",
110110
},
111111
{
112-
to: "/docs/oauth2-oidc",
112+
to: "/docs/getting-started/ory-network-oauth2",
113113
// to: "/docs/federation", // TODO: Use this route
114114
label: "Federation",
115115
position: "left",
116116
},
117117
{
118-
to: "/docs/keto",
118+
to: "/docs/guides/permissions/overview",
119119
// to: "/docs/permissions", // TODO: Use this route
120120
label: "Permissions",
121121
position: "left",
@@ -247,10 +247,10 @@ const config: Config = {
247247
"@docusaurus/plugin-client-redirects",
248248
{
249249
redirects: [
250-
// {
251-
// from: ['/','/docs','/docs/'],
252-
// to: '/docs/welcome'
253-
// }
250+
{
251+
from: "/quickstart/sdks",
252+
to: "/sdk",
253+
},
254254
],
255255
},
256256
],

0 commit comments

Comments
 (0)