We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0247db9 commit 21f6be4Copy full SHA for 21f6be4
docs/conf.json
@@ -40,7 +40,8 @@
40
"includeDate": false,
41
"navType": "vertical",
42
"inverseNav": false,
43
+ "outputSourceFiles": true,
44
"linenums": true,
- "sort": false
45
+ "sort": true
46
}
47
package.json
@@ -3,7 +3,7 @@
3
"version": "1.0.0",
4
"description": "Personal notes & JavaScript code for the book: Algorithms 4th edition by Robert Sedgewick and Kevin Wayne.",
5
"scripts": {
6
- "docs": "jsdoc -c docs/conf.json --pedantic --verbose",
+ "docs": "jsdoc -c docs/conf.json --pedantic --verbose -a all",
7
"lint": "standard \"src/**/*.js\"",
8
"lint:fix": "yarn lint --fix",
9
"pretest": "yarn lint",
0 commit comments