forked from mgechev/javascript-algorithms
-
Notifications
You must be signed in to change notification settings - Fork 1
/
doc-config.json
34 lines (34 loc) · 904 Bytes
/
doc-config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"tags": {
"allowUnknownTags": true
},
"source": {
"include": [
"./src/combinatorics/",
"./src/compression/",
"./src/data-structures/",
"./src/graphics/",
"./src/graphs/others/",
"./src/graphs/searching/",
"./src/graphs/shortest-path/",
"./src/graphs/spanning-trees/",
"./src/others/",
"./src/primes/",
"./src/searching/",
"./src/sets/",
"./src/shuffle/",
"./src/sorting/"
],
"includePattern": ".+\\.js(doc)?$",
"excludePattern": "docs"
},
"plugins": [],
"opts": {
"template": "node_modules/@jeremyckahn/minami",
"encoding": "utf8",
"destination": "dist",
"recurse": true,
"private": false,
"readme": "./readme.md"
}
}