UNPKG

238 BPlain TextView Raw
1{
2 "plugins": ["plugins/markdown"],
3 "source": {
4 "include": [
5 "api",
6 "lib"
7 ]
8 },
9 "opts": {
10 "destination": "./docs/",
11 "encoding": "utf8",
12 "recurse": true
13 }
14}