Skip to content

Commit 55e34ad

Browse files
committed
docs(collections): remove useless docs
1 parent 116fcc9 commit 55e34ad

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

docs/content.config.ts

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -39,20 +39,6 @@ export default defineContentConfig({
3939
include: 'templates.yml',
4040
}],
4141
}),
42-
docs: defineCollection({
43-
type: 'page',
44-
source: {
45-
include: 'docs/**/*',
46-
},
47-
schema: z.object({
48-
links: z.array(z.object({
49-
label: z.string(),
50-
icon: z.string(),
51-
to: z.string(),
52-
target: z.string().optional(),
53-
})).optional(),
54-
}),
55-
}),
5642
pricing: defineCollection({
5743
type: 'page',
5844
source: 'studio/pricing.yml',
@@ -154,6 +140,7 @@ export default defineContentConfig({
154140
type: 'page',
155141
source: [{ include: 'blog/*.md' }, { include: 'changelog/*.md' }],
156142
schema: z.object({
143+
categories: z.array(z.string()),
157144
draft: z.boolean().default(false),
158145
authors: z.array(z.object({
159146
slug: z.string(),

0 commit comments

Comments
 (0)