初始版本
This commit is contained in:
29
.nuxt/content/manifest.ts
Normal file
29
.nuxt/content/manifest.ts
Normal file
@@ -0,0 +1,29 @@
|
||||
export const checksums = {}
|
||||
export const checksumsStructure = {}
|
||||
|
||||
export const tables = {
|
||||
"docs": "_content_docs",
|
||||
"info": "_content_info"
|
||||
}
|
||||
|
||||
export default {
|
||||
"docs": {
|
||||
"type": "page",
|
||||
"fields": {
|
||||
"id": "string",
|
||||
"title": "string",
|
||||
"body": "json",
|
||||
"description": "string",
|
||||
"extension": "string",
|
||||
"meta": "json",
|
||||
"navigation": "json",
|
||||
"path": "string",
|
||||
"seo": "json",
|
||||
"stem": "string"
|
||||
}
|
||||
},
|
||||
"info": {
|
||||
"type": "data",
|
||||
"fields": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user