Skip to content

Commit

Permalink
docs(release): Update documentation to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
swissmanu committed Apr 21, 2017
1 parent 852e430 commit 8b9a6a0
Show file tree
Hide file tree
Showing 13 changed files with 313 additions and 16 deletions.
2 changes: 1 addition & 1 deletion docs/assets/js/search.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions docs/classes/_parsers_index_.parsererror.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ <h3>constructor</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/swissmanu/spicery/blob/761433a/src/parsers/index.ts#L15">parsers/index.ts:15</a></li>
<li>Defined in <a href="https://github.com/swissmanu/spicery/blob/852e430/src/parsers/index.ts#L15">parsers/index.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -150,7 +150,7 @@ <h3>expected</h3>
<div class="tsd-signature tsd-kind-icon">expected<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/swissmanu/spicery/blob/761433a/src/parsers/index.ts#L17">parsers/index.ts:17</a></li>
<li>Defined in <a href="https://github.com/swissmanu/spicery/blob/852e430/src/parsers/index.ts#L17">parsers/index.ts:17</a></li>
</ul>
</aside>
</section>
Expand All @@ -160,7 +160,7 @@ <h3>found</h3>
<div class="tsd-signature tsd-kind-icon">found<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/swissmanu/spicery/blob/761433a/src/parsers/index.ts#L18">parsers/index.ts:18</a></li>
<li>Defined in <a href="https://github.com/swissmanu/spicery/blob/852e430/src/parsers/index.ts#L18">parsers/index.ts:18</a></li>
</ul>
</aside>
</section>
Expand Down Expand Up @@ -224,6 +224,9 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-
<li class=" tsd-kind-external-module">
<a href="../modules/_parsers_boolean_.html">"parsers/boolean"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/_parsers_date_.html">"parsers/date"</a>
</li>
<li class="current tsd-kind-external-module">
<a href="../modules/_parsers_index_.html">"parsers/index"</a>
</li>
Expand Down
4 changes: 4 additions & 0 deletions docs/globals.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ <h3>External modules</h3>
<li class="tsd-kind-external-module"><a href="modules/_index_.html" class="tsd-kind-icon">"index"</a></li>
<li class="tsd-kind-external-module"><a href="modules/_parsers_array_.html" class="tsd-kind-icon">"parsers/array"</a></li>
<li class="tsd-kind-external-module"><a href="modules/_parsers_boolean_.html" class="tsd-kind-icon">"parsers/boolean"</a></li>
<li class="tsd-kind-external-module"><a href="modules/_parsers_date_.html" class="tsd-kind-icon">"parsers/date"</a></li>
<li class="tsd-kind-external-module"><a href="modules/_parsers_index_.html" class="tsd-kind-icon">"parsers/index"</a></li>
<li class="tsd-kind-external-module"><a href="modules/_parsers_map_.html" class="tsd-kind-icon">"parsers/map"</a></li>
<li class="tsd-kind-external-module"><a href="modules/_parsers_number_.html" class="tsd-kind-icon">"parsers/number"</a></li>
Expand All @@ -99,6 +100,9 @@ <h3>External modules</h3>
<li class=" tsd-kind-external-module">
<a href="modules/_parsers_boolean_.html">"parsers/boolean"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="modules/_parsers_date_.html">"parsers/date"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="modules/_parsers_index_.html">"parsers/index"</a>
</li>
Expand Down
3 changes: 3 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ <h2 id="contribution">Contribution</h2>
<li class=" tsd-kind-external-module">
<a href="modules/_parsers_boolean_.html">"parsers/boolean"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="modules/_parsers_date_.html">"parsers/date"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="modules/_parsers_index_.html">"parsers/index"</a>
</li>
Expand Down
3 changes: 3 additions & 0 deletions docs/modules/_index_.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ <h1>External module &quot;index&quot;</h1>
<li class=" tsd-kind-external-module">
<a href="_parsers_boolean_.html">"parsers/boolean"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="_parsers_date_.html">"parsers/date"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="_parsers_index_.html">"parsers/index"</a>
</li>
Expand Down
5 changes: 4 additions & 1 deletion docs/modules/_parsers_array_.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h3>an<wbr>Array<wbr>Containing</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/swissmanu/spicery/blob/761433a/src/parsers/array.ts#L4">parsers/array.ts:4</a></li>
<li>Defined in <a href="https://github.com/swissmanu/spicery/blob/852e430/src/parsers/array.ts#L4">parsers/array.ts:4</a></li>
</ul>
</aside>
<h4 class="tsd-type-parameters-title">Type parameters</h4>
Expand Down Expand Up @@ -127,6 +127,9 @@ <h4 class="tsd-returns-title">Returns <a href="_parsers_index_.html#parsefn" cla
<li class=" tsd-kind-external-module">
<a href="_parsers_boolean_.html">"parsers/boolean"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="_parsers_date_.html">"parsers/date"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="_parsers_index_.html">"parsers/index"</a>
</li>
Expand Down
7 changes: 5 additions & 2 deletions docs/modules/_parsers_boolean_.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ <h3>booleans</h3>
<div class="tsd-signature tsd-kind-icon">booleans<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">function</span><span class="tsd-signature-symbol"> =&nbsp;aBoolean</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/swissmanu/spicery/blob/761433a/src/parsers/boolean.ts#L15">parsers/boolean.ts:15</a></li>
<li>Defined in <a href="https://github.com/swissmanu/spicery/blob/852e430/src/parsers/boolean.ts#L15">parsers/boolean.ts:15</a></li>
</ul>
</aside>
<div class="tsd-type-declaration">
Expand Down Expand Up @@ -131,7 +131,7 @@ <h3>a<wbr>Boolean</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/swissmanu/spicery/blob/761433a/src/parsers/boolean.ts#L4">parsers/boolean.ts:4</a></li>
<li>Defined in <a href="https://github.com/swissmanu/spicery/blob/852e430/src/parsers/boolean.ts#L4">parsers/boolean.ts:4</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down Expand Up @@ -161,6 +161,9 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</
<li class="current tsd-kind-external-module">
<a href="_parsers_boolean_.html">"parsers/boolean"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="_parsers_date_.html">"parsers/date"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="_parsers_index_.html">"parsers/index"</a>
</li>
Expand Down
Loading

0 comments on commit 8b9a6a0

Please sign in to comment.