Skip to content

Commit

Permalink
Updated docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
igoramadas committed May 3, 2021
1 parent 5f195ee commit 2cf7101
Show file tree
Hide file tree
Showing 11 changed files with 658 additions and 67 deletions.
142 changes: 82 additions & 60 deletions docs/assets/css/main.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/js/main.js

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

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.

11 changes: 10 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ <h4>styles: object</h4>
</a>
<p>Object with keys defining the styles for each level on console output. This will only be effective
if you also have the <a href="https://www.npmjs.com/package/chalk">chalk</a> module installed. By default
<code>debug</code> is gray, <code>info</code> is white, <code>warn</code> is yellow and <code>error</code> is bold red.</p>
<code>debug</code> is gray, <code>info</code> white, <code>warn</code> yellow and <code>error</code> bold red. To disable, set it to null.</p>
<a href="#methods" id="methods" style="color: inherit; text-decoration: none;">
<h2>Methods</h2>
</a>
Expand Down Expand Up @@ -338,12 +338,21 @@ <h2>API documentation</h2>
<li class=" ">
<a href="modules.html">Exports</a>
</li>
<li class=" tsd-kind-module">
<a href="modules/index.html">index</a>
</li>
<li class=" tsd-kind-module">
<a href="modules/parser.html">parser</a>
</li>
<li class=" tsd-kind-module">
<a href="modules/setup.html">setup</a>
</li>
<li class=" tsd-kind-module">
<a href="modules/types.html">types</a>
</li>
<li class=" tsd-kind-module">
<a href="modules/utils.html">utils</a>
</li>
</ul>
</nav>
<nav class="tsd-navigation secondary menu-sticky">
Expand Down
15 changes: 12 additions & 3 deletions docs/interfaces/types.logger.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> instance</h3>
<div class="tsd-signature tsd-kind-icon">instance<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/0ddaa1f/src/types.ts#L8">types.ts:8</a></li>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/5f195ee/src/types.ts#L8">types.ts:8</a></li>
</ul>
</aside>
</section>
Expand All @@ -119,7 +119,7 @@ <h3>name</h3>
<div class="tsd-signature tsd-kind-icon">name<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/igoramadas/anyhow/blob/0ddaa1f/src/types.ts#L7">types.ts:7</a></li>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/5f195ee/src/types.ts#L7">types.ts:7</a></li>
</ul>
</aside>
</section>
Expand All @@ -136,7 +136,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> log</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/0ddaa1f/src/types.ts#L9">types.ts:9</a></li>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/5f195ee/src/types.ts#L9">types.ts:9</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -160,12 +160,21 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span
<li class=" ">
<a href="../modules.html">Exports</a>
</li>
<li class=" tsd-kind-module">
<a href="../modules/index.html">index</a>
</li>
<li class=" tsd-kind-module">
<a href="../modules/parser.html">parser</a>
</li>
<li class=" tsd-kind-module">
<a href="../modules/setup.html">setup</a>
</li>
<li class="current tsd-kind-module">
<a href="../modules/types.html">types</a>
</li>
<li class=" tsd-kind-module">
<a href="../modules/utils.html">utils</a>
</li>
</ul>
</nav>
<nav class="tsd-navigation secondary menu-sticky">
Expand Down
Loading

0 comments on commit 2cf7101

Please sign in to comment.