rename and reorganize guide pages

This commit is contained in:
outfoxxed 2025-05-13 20:56:31 -07:00
parent b066a48976
commit 02f28202d1
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
9 changed files with 14 additions and 19 deletions

View file

@ -5,6 +5,7 @@ const guide = defineCollection({
loader: glob({ pattern: "**/*", base: "src/guide" }),
schema: z.object({
title: z.string(),
index: z.number(),
}),
});