Suppression des références aux certifications dans la documentation, la configuration et les endpoints API.

This commit is contained in:
2025-11-15 16:11:56 +01:00
parent 732c163f4e
commit da5a2dcc91
5 changed files with 0 additions and 85 deletions

View File

@@ -100,18 +100,6 @@ export default defineContentConfig({
}))
})
}),
certifications: defineCollection({
type: 'page',
source: 'certifications.json',
schema: z.object({
body: z.array(z.object({
name: z.string(),
issuer: z.string(),
date: z.string(),
url: z.string().url().optional()
}))
})
}),
profile: defineCollection({
type: 'page',
source: 'profile.md'