version docs pages
This commit is contained in:
parent
5865251560
commit
21e175d3a6
31 changed files with 329 additions and 388 deletions
|
@ -8,12 +8,5 @@ const guide = defineCollection({
|
|||
index: z.number(),
|
||||
}),
|
||||
});
|
||||
const version = defineCollection({
|
||||
loader: glob({ pattern: "**/*", base: "src/docs" }),
|
||||
schema: z.object({
|
||||
title: z.string(),
|
||||
index: z.number(),
|
||||
}),
|
||||
});
|
||||
|
||||
export const collections = { guide, version };
|
||||
export const collections = { guide };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue