Skip to content

Commit 33b7d79

Browse files
authored
Merge pull request #854 from DuendeSoftware/mb/llms
Add samples as a separate LLM entry
2 parents e2ff1ad + a65fecc commit 33b7d79

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

astro.config.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ export default defineConfig({
5959
"Step-by-step tutorials to get started with Duende IdentityServer",
6060
paths: ["identityserver/quickstarts/**"],
6161
},
62+
{
63+
label: "IdentityServer Sample Code",
64+
description: "Sample projects for Duende IdentityServer",
65+
paths: ["identityserver/samples/**"],
66+
},
6267
{
6368
label: "BFF Security Framework",
6469
description:

0 commit comments

Comments
 (0)