blob: b71600fcc1725d123a7f18cff1fc6a8536108474 (
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"
]
}
|