Documentation update.

This commit is contained in:
Spencer Ofwiti
2021-09-02 23:48:41 +00:00
parent 0567b9b729
commit 33a446cfa4
133 changed files with 13908 additions and 9806 deletions

View File

@@ -8,7 +8,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
<link rel="stylesheet" href="../styles/style.css">
<link rel="stylesheet" href="../styles/style.css">
<link rel="stylesheet" href="../styles/dark.css" media="(prefers-color-scheme: dark)">
</head>
<body>
@@ -38,7 +39,7 @@
<ol class="breadcrumb">
<li>Injectables</li>
<li>Web3Service</li>
<li >Web3Service</li>
</ol>
<ul class="nav nav-tabs" role="tablist">
@@ -62,6 +63,7 @@
<section>
<h3 id="index">Index</h3>
<table class="table table-sm table-bordered index-table">
@@ -77,7 +79,7 @@
<li>
<span class="modifier">Private</span>
<span class="modifier">Static</span>
<a href="#web3">web3</a>
<a href="#web3" >web3</a>
</li>
</ul>
</td>
@@ -93,7 +95,7 @@
<ul class="index-list">
<li>
<span class="modifier">Static</span>
<a href="#getInstance">getInstance</a>
<a href="#getInstance" >getInstance</a>
</li>
</ul>
</td>
@@ -137,10 +139,8 @@
<td class="col-md-4">
<a name="getInstance"></a>
<span class="name">
<b>
<span class="modifier">Static</span>
getInstance
</b>
<span class="modifier">Static</span>
<span ><b>getInstance</b></span>
<a href="#getInstance"><span class="icon ion-ios-link"></span></a>
</span>
</td>
@@ -175,38 +175,37 @@
</section>
<section>
<h3 id="inputs">
Properties
</h3>
<table class="table table-sm table-bordered">
<tbody>
<h3 id="inputs">
Properties
</h3>
<table class="table table-sm table-bordered">
<tbody>
<tr>
<td class="col-md-4">
<a name="web3"></a>
<span class="name">
<span class="modifier">Private</span>
<span class="modifier">Static</span>
<span ><b>web3</b></span>
<a href="#web3"><span class="icon ion-ios-link"></span></a>
</span>
</td>
</tr>
<tr>
<td class="col-md-4">
<a name="web3"></a>
<span class="name">
<b>
<span class="modifier">Private</span>
<span class="modifier">Static</span>
web3</b>
<a href="#web3"><span class="icon ion-ios-link"></span></a>
</span>
<i>Type : </i> <code>Web3</code>
</td>
</tr>
<tr>
<td class="col-md-4">
<i>Type : </i> <code>Web3</code>
<div class="io-line">Defined in <a href="" data-line="9" class="link-to-prism">src/app/_services/web3.service.ts:9</a></div>
</td>
</tr>
<tr>
<td class="col-md-4">
<div class="io-line">Defined in <a href="" data-line="9" class="link-to-prism">src/app/_services/web3.service.ts:9</a></div>
</td>
</tr>
</tbody>
</table>
</tbody>
</table>
</section>
</div>
@@ -271,9 +270,9 @@ export class Web3Service {
<script src="../js/libs/custom-elements.min.js"></script>
<script src="../js/libs/lit-html.js"></script>
<!-- Required to polyfill modern browsers as code is ES5 for IE... -->
<script src="../js/libs/custom-elements-es5-adapter.js" charset="utf-8" defer></script>
<script src="../js/menu-wc.js" defer></script>
<script type="module" src="../js/menu-wc.js" defer></script>
<script nomodule src="../js/menu-wc_es5.js" defer></script>
<script src="../js/libs/bootstrap-native.js"></script>