blob: 03d1141e25d84eb2cb16e1a3c4d47a7db6f19605 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"opts": {
"destination": "./doc/"
},
"source": {
"include": ["./lib", "./lib/image_providers"],
"exclude": ["./lib/locales"]
},
"plugins": [
"plugins/markdown"
]
}
|