Skip to content

Commit b4d8f5b

Browse files
committed
Update title in side bar / card
1 parent 18584fb commit b4d8f5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export default defineConfig({
164164
collapsed: true,
165165
},
166166
{
167-
label: "Introspection Auth Handler",
167+
label: "Introspection for ASP.NET Core",
168168
badge: "oss",
169169
autogenerate: { directory: "introspection-auth-handler" },
170170
collapsed: true,

src/content/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ import Newsletter from "~/components/Newsletter.astro";
8787
Learn more
8888
</LinkButton>
8989
</Card>
90-
<Card title="Introspection Authentication Handler" icon="github">
90+
<Card title="Introspection for ASP.NET Core" icon="github">
9191
<Badge text={"OSS"} /> ASP.NET Core authentication handler for OAuth 2.0 token introspection.
9292
<LinkButton href="/introspection-auth-handler/" variant="secondary">
9393
Learn more

0 commit comments

Comments
 (0)