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 6baa88d commit f3b3cbaCopy full SHA for f3b3cba
scripts/jsdoc_config.json
@@ -0,0 +1,37 @@
1
+{
2
+ "plugins": [],
3
+ "recurseDepth": 10,
4
+ "source": {
5
+ "include": [
6
+ "./docs/lib/JSONSchemaMarkdown.js"
7
+ ]
8
+ },
9
+ "sourceType": "module",
10
+ "opts": {
11
+ "template": "node_modules/docdash",
12
+ "destination": "docs/documentaion/"
13
14
+ "docdash": {
15
+ "sectionOrder": [
16
+ "Tutorials",
17
+ "Classes",
18
+ "Modules",
19
+ "Externals",
20
+ "Events",
21
+ "Namespaces",
22
+ "Mixins",
23
+ "Interfaces"
24
+ ],
25
+ "sort": false,
26
+ "private": false,
27
+ "search": true,
28
+ "menu": {
29
+ "GitHub": {
30
+ "href": "https://github.com/brianwendt/json-schema-md-doc",
31
+ "target": "_blank",
32
+ "class": "menu-item",
33
+ "id": "website_link"
34
+ }
35
36
37
+}
0 commit comments