Verschlanke Dokumentation auf Bedienung und leite Einstieg direkt dorthin

This commit is contained in:
2026-04-22 19:27:17 +02:00
parent 3562d55a12
commit 0fbda27609
21 changed files with 26 additions and 1083 deletions

View File

@@ -2,16 +2,9 @@ import { defineCollection, defineContentConfig, z } from '@nuxt/content'
export default defineContentConfig({
collections: {
landing: defineCollection({
type: 'page',
source: 'index.md'
}),
docs: defineCollection({
type: 'page',
source: {
include: '**',
exclude: ['index.md']
},
source: '**',
schema: z.object({
links: z.array(z.object({
label: z.string(),