rename and reorganize guide pages
This commit is contained in:
parent
b066a48976
commit
02f28202d1
9 changed files with 14 additions and 19 deletions
|
@ -5,6 +5,7 @@ const guide = defineCollection({
|
|||
loader: glob({ pattern: "**/*", base: "src/guide" }),
|
||||
schema: z.object({
|
||||
title: z.string(),
|
||||
index: z.number(),
|
||||
}),
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue