20 lines
366 B
Plaintext
Executable File
20 lines
366 B
Plaintext
Executable File
{
|
|
"tags": {
|
|
"allowUnknownTags": true
|
|
},
|
|
"plugins": ["plugins/markdown"],
|
|
"templates": {
|
|
"cleverLinks": false,
|
|
"monospaceLinks": false
|
|
},
|
|
"opts": {
|
|
"encoding": "utf8",
|
|
"destination": "./docs/",
|
|
"recurse": true,
|
|
"query": "value",
|
|
"private": true,
|
|
"lenient": true
|
|
|
|
}
|
|
}
|