Show page contributors from git history, linked to Gitea

This commit is contained in:
Djeex
2026-08-30 17:01:34 +02:00
parent ab8671e0fb
commit 630e8b9c84
3 changed files with 62 additions and 0 deletions
+1
View File
@@ -35,6 +35,7 @@ const createDocsSchema = () => z.object({
hideHeader: z.boolean().optional(),
hideCopyPage: z.boolean().optional(),
hideToc: z.boolean().optional(),
contributors: z.array(z.string()).optional(),
})
let collections: Record<string, DefinedCollection>