Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit 0e81684

Browse files
authored
Merge pull request #14 from tajo/master
Add json-schema-docs-generator link
2 parents 83a7d65 + b0c5439 commit 0e81684

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

content/implementations.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<p>Implementations below are classified based on their functionality. When known, the
66
license of the project is also mentioned.</p>
7-
7+
88
<p>If you have updates to this list, Look at the <a href="https://github.com/json-schema/json-schema">GitHub repo</a>
99
under the gh-pages branch</p>
1010
</div>
@@ -170,12 +170,13 @@ <h3>JavaScript</h3>
170170
</div>
171171

172172
<div class="show-hide" data-target="documentation-list"></div>
173-
<h2>Documentation generation (2)</h2>
173+
<h2>Documentation generation (4)</h2>
174174
<div class="block" id="documentation-list">
175175
<h3>JavaScript</h3>
176176
<ul>
177177
<li><a id="link-impl-matic" href="https://github.com/mattyod/matic">Matic</a> (MIT)</li>
178178
<li><a id="link-impl-docson" href="https://github.com/lbovet/docson">Docson</a> (Apache 2.0)</li>
179+
<li><a id="link-impl-docs-generator" href="https://github.com/cloudflare/json-schema-docs-generator/">json-schema-docs-generator</a> (MIT)</li>
179180
</ul>
180181
</div>
181182

implementations.html

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
_gaq.push(['_require', 'inpage_linkid', pluginUrl]);
1010
_gaq.push(['_setAccount', 'UA-37169005-1']);
1111
_gaq.push(['_trackPageview']);
12-
12+
1313
(function() {
1414
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
1515
ga.src = ('https:' == document.___location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
@@ -24,15 +24,15 @@
2424
<h1>json-schema.org</h1>
2525
<div class="tagline">The home of JSON Schema</div>
2626
</div>
27-
27+
2828
<div class="page-content">
2929
<div class="page-menu">
3030
<a href=".">about</a> <a href="documentation.html">docs</a> <a href="examples.html">examples</a> <a class="selected" href="implementations.html">software</a> </div>
3131

3232
<div class="block">
3333
<p>Implementations below are written in different languages, and support part, or all, of the
3434
specification.</p>
35-
35+
3636
<p>Implementations below are classified based on their functionality. When known, the
3737
license of the project is also mentioned.</p>
3838
</div>
@@ -107,12 +107,12 @@ <h3>C</h3>
107107
<ul>
108108
<li><a id="link-impl-wjelement" href="https://github.com/netmail-open/wjelement">WJElement</a> (LGPLv3)</li>
109109
</ul>
110-
110+
111111
<h3>C++</h3>
112112
<ul>
113113
<li><a id="link-impl-libvariant" href="https://bitbucket.org/gallen/libvariant">LibVariant</a> (LGPLv2)</li>
114114
</ul>
115-
115+
116116
<h3>Haskell</h3>
117117
<ul>
118118
<li><a id="link-impl-aeson-schema" href="https://github.com/timjb/aeson-schema">aeson-schema</a> (MIT)</li>
@@ -150,7 +150,7 @@ <h3>TypeScript</h3>
150150
<ul>
151151
<li><a id="link-impl-typson" href="https://github.com/lbovet/typson">Typson</a> (Apache 2.0)</li>
152152
</ul>
153-
153+
154154
<h3>Visual Studio</h3>
155155
<ul>
156156
<li><a id="link-impl-vs" href="http://visualstudiogallery.msdn.microsoft.com/b4515ef8-a518-41ca-b48c-bb1fd4e6faf7">JSON Schema Generator</a> - free extension</li>
@@ -159,7 +159,7 @@ <h3>Visual Studio</h3>
159159
<h3>Python</h3>
160160
<ul>
161161
<li><a id="link-impl-jsl" href="https://github.com/aromanovich/jsl">JSL</a> (BSD) - a Python DSL for defining JSON Schemas</li>
162-
</ul>
162+
</ul>
163163
</div>
164164
<div class="show-hide" data-target="code-generation-list"></div>
165165
<h2>Code generation (1)</h2>
@@ -231,12 +231,13 @@ <h3>Ruby</h3>
231231
</div>
232232

233233
<div class="show-hide" data-target="documentation-list"></div>
234-
<h2>Documentation generation (3)</h2>
234+
<h2>Documentation generation (4)</h2>
235235
<div class="block" id="documentation-list">
236236
<h3>JavaScript</h3>
237237
<ul>
238238
<li><a id="link-impl-matic" href="https://github.com/mattyod/matic">Matic</a> (MIT)</li>
239239
<li><a id="link-impl-docson" href="https://github.com/lbovet/docson">Docson</a> (Apache 2.0)</li>
240+
<li><a id="link-impl-docs-generator" href="https://github.com/cloudflare/json-schema-docs-generator/">json-schema-docs-generator</a> (MIT)</li>
240241
</ul>
241242

242243
<h3>Ruby</h3>

0 commit comments

Comments
 (0)