升级ui到3.3,nuxt到4.0.3, 增加raw显示原始md文档功能
This commit is contained in:
@@ -5,10 +5,12 @@ export default defineContentConfig({
|
||||
docs: defineCollection({
|
||||
type: 'page',
|
||||
source: {
|
||||
cwd: globalThis.__DOCS_DIR__,
|
||||
include: '**',
|
||||
exclude: ['/web/**']
|
||||
},
|
||||
schema: z.object({
|
||||
rawbody: z.string(),
|
||||
links: z.array(z.object({
|
||||
label: z.string(),
|
||||
icon: z.string(),
|
||||
|
Reference in New Issue
Block a user