Skip to content

Commit 150210f

Browse files
authored
Merge pull request #80 from OpenIPC/wkumik-patch-23
Update config.ts
2 parents 9a6f485 + 7613ae8 commit 150210f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/content/config.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,14 @@ import { docsSchema } from "@astrojs/starlight/schema";
44
export const collections = {
55
docs: defineCollection({ schema: docsSchema() }),
66
};
7+
{
8+
label: "Resources",
9+
items: [
10+
{
11+
label: "OpenIPC Glossary",
12+
link: "/resources/openipc-glossary/",
13+
},
14+
},
15+
16+
],
17+
},

0 commit comments

Comments
 (0)