Skip to content

Commit

Permalink
update esdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Krause committed Apr 26, 2017
1 parent df0fc15 commit 79588b9
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 16 deletions.
2 changes: 1 addition & 1 deletion docu/esdoc/class/src/MDReplacer.js~MDReplacer.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a href="identifiers.html">Reference</a>
<a href="source.html">Source</a>
<a href="test.html" data-ice="testLink">Test</a>

<a data-ice="repoURL" href="https://github.com/thimmy687/Simple-MD2HTML" class="repo-url-github">Repository</a>
<div class="search-box">
<span>
<img src="./image/search.png">
Expand Down
2 changes: 1 addition & 1 deletion docu/esdoc/file/src/MDReplacer.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a href="identifiers.html">Reference</a>
<a href="source.html">Source</a>
<a href="test.html" data-ice="testLink">Test</a>

<a data-ice="repoURL" href="https://github.com/thimmy687/Simple-MD2HTML" class="repo-url-github">Repository</a>
<div class="search-box">
<span>
<img src="./image/search.png">
Expand Down
2 changes: 1 addition & 1 deletion docu/esdoc/file/src/server.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a href="identifiers.html">Reference</a>
<a href="source.html">Source</a>
<a href="test.html" data-ice="testLink">Test</a>

<a data-ice="repoURL" href="https://github.com/thimmy687/Simple-MD2HTML" class="repo-url-github">Repository</a>
<div class="search-box">
<span>
<img src="./image/search.png">
Expand Down
2 changes: 1 addition & 1 deletion docu/esdoc/function/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a href="identifiers.html">Reference</a>
<a href="source.html">Source</a>
<a href="test.html" data-ice="testLink">Test</a>

<a data-ice="repoURL" href="https://github.com/thimmy687/Simple-MD2HTML" class="repo-url-github">Repository</a>
<div class="search-box">
<span>
<img src="./image/search.png">
Expand Down
2 changes: 1 addition & 1 deletion docu/esdoc/identifiers.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a href="identifiers.html">Reference</a>
<a href="source.html">Source</a>
<a href="test.html" data-ice="testLink">Test</a>

<a data-ice="repoURL" href="https://github.com/thimmy687/Simple-MD2HTML" class="repo-url-github">Repository</a>
<div class="search-box">
<span>
<img src="./image/search.png">
Expand Down
8 changes: 5 additions & 3 deletions docu/esdoc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a href="identifiers.html">Reference</a>
<a href="source.html">Source</a>
<a href="test.html" data-ice="testLink">Test</a>

<a data-ice="repoURL" href="https://github.com/thimmy687/Simple-MD2HTML" class="repo-url-github">Repository</a>
<div class="search-box">
<span>
<img src="./image/search.png">
Expand Down Expand Up @@ -70,9 +70,11 @@ <h2 id="tests">Tests</h2>
<pre><code><code class="source-code prettyprint">$ npm test</code>
</code></pre><h2 id="documentation">Documentation</h2>
</li>
<li><p>One part of the documentation is available as docx and pdf dirctly on [Github] </p>
<li><p>One part of the documentation is available as docx and pdf dirctly on <a href="https://github.com/thimmy687/Simple-MD2HTML">Github</a></p>
</li>
<li><p>For additional information you can see it as <a href="https://doc.esdoc.org/github.com/thimmy687/Simple-MD2HTML">esdoc</a></p>
</li>
<li><p>Or see as <a href="https://doc.esdoc.org/github.com/thimmy687/Simple-MD2HTML">esdoc</a></p>
<li><p>or enter <code>$ npm docs</code> to open the readme online</p>
</li>
</ul>
<h2 id="contribution">Contribution</h2>
Expand Down
6 changes: 4 additions & 2 deletions docu/esdoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"version": "1.0.0",
"description": "simple md to htm parser",
"main": "./src/server.js",
"repository": {
"type": "git",
"url": "https://github.com/thimmy687/Simple-MD2HTML"
},
"scripts": {
"test": "jasmine-node spec --autotest --watch . --color --verbose",
"start": "node ./src/server.ts",
Expand All @@ -21,10 +25,8 @@
},
"dependencies": {
"body-parser": "^1.17.1",
"bootstrap": "^3.3.7",
"ejs": "^2.5.6",
"express": "^4.15.2",
"jquery": "^3.2.1",
"mongodb": "^2.2.26"
}
}
6 changes: 3 additions & 3 deletions docu/esdoc/source.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a href="identifiers.html">Reference</a>
<a href="source.html">Source</a>
<a href="test.html" data-ice="testLink">Test</a>

<a data-ice="repoURL" href="https://github.com/thimmy687/Simple-MD2HTML" class="repo-url-github">Repository</a>
<div class="search-box">
<span>
<img src="./image/search.png">
Expand Down Expand Up @@ -66,7 +66,7 @@
<td class="coverage"><span data-ice="coverage">100 %</span><span data-ice="coverageCount" class="coverage-count">8/8</span></td>
<td style="display: none;" data-ice="size">4731 byte</td>
<td style="display: none;" data-ice="lines">147</td>
<td style="display: none;" data-ice="updated">2017-04-04 14:49:11 (UTC)</td>
<td style="display: none;" data-ice="updated">2017-04-04 16:32:17 (UTC)</td>
</tr>
<tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/server.js.html">src/server.js</a></span></td>
Expand All @@ -81,7 +81,7 @@
<td class="coverage"><span data-ice="coverage">100 %</span><span data-ice="coverageCount" class="coverage-count">8/8</span></td>
<td style="display: none;" data-ice="size">3979 byte</td>
<td style="display: none;" data-ice="lines">132</td>
<td style="display: none;" data-ice="updated">2017-04-04 14:44:27 (UTC)</td>
<td style="display: none;" data-ice="updated">2017-04-04 16:32:17 (UTC)</td>
</tr>
</tbody>
</table>
Expand Down
2 changes: 1 addition & 1 deletion docu/esdoc/test-file/spec/MD2HTML.spec.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a href="identifiers.html">Reference</a>
<a href="source.html">Source</a>
<a href="test.html" data-ice="testLink">Test</a>

<a data-ice="repoURL" href="https://github.com/thimmy687/Simple-MD2HTML" class="repo-url-github">Repository</a>
<div class="search-box">
<span>
<img src="./image/search.png">
Expand Down
2 changes: 1 addition & 1 deletion docu/esdoc/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a href="identifiers.html">Reference</a>
<a href="source.html">Source</a>
<a href="test.html" data-ice="testLink">Test</a>

<a data-ice="repoURL" href="https://github.com/thimmy687/Simple-MD2HTML" class="repo-url-github">Repository</a>
<div class="search-box">
<span>
<img src="./image/search.png">
Expand Down
2 changes: 1 addition & 1 deletion docu/esdoc/variable/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a href="identifiers.html">Reference</a>
<a href="source.html">Source</a>
<a href="test.html" data-ice="testLink">Test</a>

<a data-ice="repoURL" href="https://github.com/thimmy687/Simple-MD2HTML" class="repo-url-github">Repository</a>
<div class="search-box">
<span>
<img src="./image/search.png">
Expand Down

0 comments on commit 79588b9

Please sign in to comment.