15 lines
196 B
JSON
15 lines
196 B
JSON
{
|
|
"opts": {
|
|
"destination": "./doc/"
|
|
},
|
|
|
|
"source": {
|
|
"include": ["./lib", "./lib/image_providers"],
|
|
"exclude": ["./lib/locales"]
|
|
},
|
|
|
|
"plugins": [
|
|
"plugins/markdown"
|
|
]
|
|
}
|