Skip to content

Commit 630723c

Browse files
authored
chore: fix OEL headings (#2188)
1 parent 954a2ee commit 630723c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/sidebar.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1174,7 +1174,7 @@ const oel: SidebarItemsConfig = [
11741174
"self-hosted/oel/quickstart",
11751175
{
11761176
type: "category",
1177-
label: "OAuth2 Server",
1177+
label: "Ory Hydra OAuth2",
11781178
items: [
11791179
"self-hosted/oel/oauth2/migrate",
11801180
"self-hosted/oel/oauth2/token-prefix",
@@ -1186,12 +1186,12 @@ const oel: SidebarItemsConfig = [
11861186
},
11871187
{
11881188
type: "category",
1189-
label: "Zero Trust Proxy",
1189+
label: "Ory Oathkeeper Zero Trust",
11901190
items: ["self-hosted/oel/oathkeeper/upgrade-oathkeeper"],
11911191
},
11921192
{
11931193
type: "category",
1194-
label: "Identity Server",
1194+
label: "Ory Kratos Identities",
11951195
items: [
11961196
"self-hosted/oel/kratos/upgrade-kratos",
11971197
"self-hosted/oel/kratos/changelog",

0 commit comments

Comments
 (0)