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

Deployed 205225f6a4 to master with MkDocs 1.2.3 and mike 1.1.2

This commit is contained in:
GitHub Action 2022-01-27 13:27:55 +00:00
parent 9904e9c193
commit faa8d79a5b
3 changed files with 8 additions and 1 deletions

View File

@ -858,6 +858,13 @@ It is possible to register custom views for specific categories by registering t
</code></pre></div>
<p>Will register a new view for the KubernetesCluster category, and because the priority is &lt; 50 it will be displayed above the default list view.</p>
<p>The default list view has a priority of 50 and and custom views with priority (defaulting to 50) &gt;= 50 will be displayed afterwards.</p>
<h4 id="styling-custom-views">Styling Custom Views<a class="headerlink" href="#styling-custom-views" title="Permanent link">#</a></h4>
<p>By default, custom view blocks are styled with <a href="https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Flexbox">Flexbox</a>. Some details comes from this.</p>
<ul>
<li>To set fixed height of a custom block, use <code>max-height</code> css rule.</li>
<li>To set flexible height, use <code>height</code>.</li>
<li>Otherwise, custom view will have height of it's contents.</li>
</ul>
<h2 id="entities">Entities<a class="headerlink" href="#entities" title="Permanent link">#</a></h2>
<p>An entity is the data within the catalog.
All entities are typed and the class instances will be recreated on the renderer side by the catalog and the category registrations.</p>

File diff suppressed because one or more lines are too long

Binary file not shown.