We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d0c674 commit 07368a2Copy full SHA for 07368a2
src/plugins/search-topic-middleware.ts
@@ -1,13 +1,13 @@
1
import { defineRouteMiddleware } from "@astrojs/starlight/route-data";
2
3
const topics = [
4
- { key: "/bff/", value: "Backend For Frontend Security Library" },
+ { key: "/bff/", value: "BFF Security Framework" },
5
{ key: "/accesstokenmanagement/", value: "Access Token Management" },
6
{ key: "/general/", value: "General" },
7
- { key: "/identitymodel/", value: "Identity Model" },
+ { key: "/identitymodel/", value: "IdentityModel" },
8
{
9
key: "/identitymodel-oidcclient/",
10
- value: "Identity Model - OpenID Connect Client",
+ value: "IdentityModel.OidcClient",
11
},
12
{ key: "/identityserver/", value: "IdentityServer" },
13
];
0 commit comments