Verschlanke Dokumentation auf Bedienung und leite Einstieg direkt dorthin
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user