1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Deployed 8480b2a1e5 to master with MkDocs 1.2.3 and mike 1.1.2

This commit is contained in:
GitHub Action 2022-02-10 14:17:01 +00:00
parent f324de69ca
commit 5e4cb40efb
5 changed files with 6 additions and 19 deletions

View File

@ -918,7 +918,7 @@
<h3 id="ipcprefix">[IpcPrefix]<a class="headerlink" href="#ipcprefix" title="Permanent link">#</a></h3>
<p><code>Readonly</code> <strong>[IpcPrefix]</strong>: <code>string</code></p>
<h4 id="inherited-from">Inherited from<a class="headerlink" href="#inherited-from" title="Permanent link">#</a></h4>
<p>IpcRegistrar.__@IpcPrefix@46998</p>
<p>IpcRegistrar.__@IpcPrefix@47002</p>
<hr />
<h3 id="extension">extension<a class="headerlink" href="#extension" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>extension</strong>: <code>LensExtension</code></p>

View File

@ -918,7 +918,7 @@
<h3 id="ipcprefix">[IpcPrefix]<a class="headerlink" href="#ipcprefix" title="Permanent link">#</a></h3>
<p><code>Readonly</code> <strong>[IpcPrefix]</strong>: <code>string</code></p>
<h4 id="inherited-from">Inherited from<a class="headerlink" href="#inherited-from" title="Permanent link">#</a></h4>
<p>IpcRegistrar.__@IpcPrefix@46998</p>
<p>IpcRegistrar.__@IpcPrefix@47002</p>
<hr />
<h3 id="extension">extension<a class="headerlink" href="#extension" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>extension</strong>: <code>LensExtension</code></p>

View File

@ -711,13 +711,6 @@
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
<li class="md-nav__item">
<a href="#hierarchy" class="md-nav__link">
Hierarchy
</a>
</li>
<li class="md-nav__item">
<a href="#table-of-contents" class="md-nav__link">
Table of contents
@ -783,11 +776,6 @@
<p><a href="../../modules/Common/">Common</a>.<a href="../../modules/Common.Types/">Types</a>.StatusBarRegistration</p>
<p>Copyright (c) OpenLens Authors. All rights reserved.
Licensed under MIT License. See LICENSE in root directory for more information.</p>
<h2 id="hierarchy">Hierarchy<a class="headerlink" href="#hierarchy" title="Permanent link">#</a></h2>
<ul>
<li><code>StatusBarRegistrationV2</code></li>
</ul>
<p><strong><code>StatusBarRegistration</code></strong></p>
<h2 id="table-of-contents">Table of contents<a class="headerlink" href="#table-of-contents" title="Permanent link">#</a></h2>
<h3 id="properties">Properties<a class="headerlink" href="#properties" title="Permanent link">#</a></h3>
<ul>
@ -797,12 +785,11 @@ Licensed under MIT License. See LICENSE in root directory for more information.<
<h2 id="properties_1">Properties<a class="headerlink" href="#properties_1" title="Permanent link">#</a></h2>
<h3 id="components">components<a class="headerlink" href="#components" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>components</strong>: <code>StatusBarComponents</code></p>
<h4 id="inherited-from">Inherited from<a class="headerlink" href="#inherited-from" title="Permanent link">#</a></h4>
<p>StatusBarRegistrationV2.components</p>
<p>The newer API, allows for registering a component instead of a ReactNode</p>
<hr />
<h3 id="item">item<a class="headerlink" href="#item" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>item</strong>: <code>ReactNode</code></p>
<p><strong><code>deprecated</code></strong> use components.Item instead</p>
<p><code>Optional</code> <strong>item</strong>: <code>ReactNode</code> | () =&gt; <code>ReactNode</code></p>
<p><strong><code>deprecated</code></strong> use <a href="./#components">StatusBarRegistration.components</a> instead</p>

File diff suppressed because one or more lines are too long

Binary file not shown.