Skip to content

Commit 675cb07

Browse files
authored
Merge pull request #81 from OpenIPC/revert-80-wkumik-patch-23
Reverting config.ts to fix Docs
2 parents 150210f + d09093e commit 675cb07

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/content/config.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,3 @@ 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)