Skip to content

Commit 408503b

Browse files
authored
Merge pull request #11 from s4m0r4m4/master
Thanks @s4m0r4m4! Sorry for the absolutely atrocious response time from me. This project keeps falling off my radar.
2 parents 2653f56 + 5f88ee0 commit 408503b

File tree

8 files changed

+12
-9
lines changed

8 files changed

+12
-9
lines changed

.npmignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,7 @@ typings/
8080
test/
8181

8282
# npm ignore
83-
docs/documentation/
83+
docs/doc-support
84+
docs/documentation
85+
docs/index.html
86+
docs/issue.html
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
66
<title>JSON Schema to Markdown</title>
7-
<script src="lib/jquery-3.4.0.min.js"></script>
7+
<script src="doc-support/jquery-3.4.0.min.js"></script>
88
<script src="lib/JSONSchemaMarkdown.js"></script>
9-
<script src="lib/index.js"></script>
10-
<link href="lib/bootstrap.min.css" rel="stylesheet" />
9+
<script src="doc-support/index.js"></script>
10+
<link href="doc-support/bootstrap.min.css" rel="stylesheet" />
1111
</head>
1212
<body>
1313
<div class="container-fluid">
@@ -35,7 +35,7 @@ <h2>Output Markdown</h2>
3535
<p><a href="./issue.html" target="_blank" class="btn btn-warning">Submit Issue</a></p>
3636
<p>
3737
You may fully customize your output by extending the <code>JSONSchemaMarkdown</code> class to override the rendering methods.
38-
Download <a href="./lib/JSONSchemaMarkdown.js" target="_blank">JSONSchemaMarkdown.js</a>
38+
Download <a href="lib/JSONSchemaMarkdown.js" target="_blank">JSONSchemaMarkdown.js</a>
3939
</p>
4040
<p>Find the <a href="https://github.com/BrianWendt/json_schema_markdown" target="_blank">BrianWendt/json_schema_markdown</a> project on GitHub.</p>
4141
<p class="small">License: <a href="https://github.com/BrianWendt/json_schema_markdown/blob/master/LICENSE" target="_blank">GNU General Public License v3.0</a></p>

docs/issue.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
66
<title>Submit Issue - JSON Schema to Markdown</title>
7-
<script src="lib/jquery-3.4.0.min.js"></script>
8-
<script src="lib/issue.js"></script>
9-
<link href="lib/bootstrap.min.css" rel="stylesheet" />
7+
<script src="doc-support/jquery-3.4.0.min.js"></script>
8+
<script src="doc-support/issue.js"></script>
9+
<link href="doc-support/bootstrap.min.css" rel="stylesheet" />
1010
</head>
1111
<body>
1212
<div class="container-fluid">

scripts/jsdoc_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"sourceType": "module",
1010
"opts": {
1111
"template": "node_modules/docdash",
12-
"destination": "docs/documentaion/"
12+
"destination": "docs/documentation/"
1313
},
1414
"docdash": {
1515
"sectionOrder": [

0 commit comments

Comments
 (0)