mirror of
https://github.com/InsanusMokrassar/docs.git
synced 2025-10-17 13:20:16 +00:00
deploy: c9675ec31a
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
<meta content="Ovsiannikov Aleksei" name="author"/>
|
||||
<link href="https://docs.inmo.dev/navigation/index.html" rel="canonical"/>
|
||||
<link href="../kslog/logging.html" rel="prev"/>
|
||||
<link href="getting-started.html" rel="next"/>
|
||||
<link href="/resources/images/favicon.png" rel="icon"/>
|
||||
<meta content="mkdocs-1.5.3, mkdocs-material-9.4.2" name="generator"/>
|
||||
<title>Navigation - InMo Docs</title>
|
||||
@@ -681,6 +682,9 @@
|
||||
Navigation
|
||||
</span>
|
||||
</a>
|
||||
<label class="md-nav__link md-nav__link--active" for="__nav_7" id="__nav_7_label" tabindex="">
|
||||
<span class="md-nav__icon md-icon"></span>
|
||||
</label>
|
||||
</div>
|
||||
<nav aria-expanded="true" aria-labelledby="__nav_7_label" class="md-nav" data-md-level="1">
|
||||
<label class="md-nav__title" for="__nav_7">
|
||||
@@ -688,6 +692,13 @@
|
||||
Navigation
|
||||
</label>
|
||||
<ul class="md-nav__list" data-md-scrollfix="">
|
||||
<li class="md-nav__item">
|
||||
<a class="md-nav__link" href="getting-started.html">
|
||||
<span class="md-ellipsis">
|
||||
Getting started (TBD)
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</li>
|
||||
@@ -743,6 +754,7 @@
|
||||
<svg viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M17 18c.56 0 1 .44 1 1s-.44 1-1 1-1-.44-1-1 .44-1 1-1m0-3c-2.73 0-5.06 1.66-6 4 .94 2.34 3.27 4 6 4s5.06-1.66 6-4c-.94-2.34-3.27-4-6-4m0 6.5a2.5 2.5 0 0 1-2.5-2.5 2.5 2.5 0 0 1 2.5-2.5 2.5 2.5 0 0 1 2.5 2.5 2.5 2.5 0 0 1-2.5 2.5M9.27 20H6V4h7v5h5v4.07c.7.08 1.36.25 2 .49V8l-6-6H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h4.5a8.15 8.15 0 0 1-1.23-2Z"></path></svg>
|
||||
</a>
|
||||
<h1 id="navigation">Navigation<a class="headerlink" href="#navigation" title="Permanent link">¶</a></h1>
|
||||
<p><strong>This library uses koin as preferred DI in MVVM part</strong></p>
|
||||
<p>Navigation is a library for simple management for your app views (or some other logics). In this library there are several
|
||||
important terms:</p>
|
||||
<ul>
|
||||
@@ -1098,6 +1110,19 @@ Whole tree will look like:</p>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a aria-label="Next: Getting started (TBD)" class="md-footer__link md-footer__link--next" href="getting-started.html">
|
||||
<div class="md-footer__title">
|
||||
<span class="md-footer__direction">
|
||||
Next
|
||||
</span>
|
||||
<div class="md-ellipsis">
|
||||
Getting started (TBD)
|
||||
</div>
|
||||
</div>
|
||||
<div class="md-footer__button md-icon">
|
||||
<svg viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 11v2h12l-5.5 5.5 1.42 1.42L19.84 12l-7.92-7.92L10.5 5.5 16 11H4Z"></path></svg>
|
||||
</div>
|
||||
</a>
|
||||
</nav>
|
||||
<div class="md-footer-meta md-typeset">
|
||||
<div class="md-footer-meta__inner md-grid">
|
||||
|
Reference in New Issue
Block a user