mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-18 00:15:54 +08:00
20 lines
365 B
Plaintext
20 lines
365 B
Plaintext
{
|
|
"tags": {
|
|
"allowUnknownTags": true
|
|
},
|
|
"plugins": ["plugins/markdown"],
|
|
"templates": {
|
|
"cleverLinks": false,
|
|
"monospaceLinks": false
|
|
},
|
|
"opts": {
|
|
"encoding": "utf8",
|
|
"destination": "./doc/",
|
|
"recurse": true,
|
|
"query": "value",
|
|
"private": true,
|
|
"lenient": true
|
|
|
|
}
|
|
}
|