Skip to content

Commit

Permalink
deploy: c8538ec
Browse files Browse the repository at this point in the history
  • Loading branch information
fornewid committed Jan 30, 2024
1 parent 38234d1 commit b42eff6
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 145 deletions.
21 changes: 0 additions & 21 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -375,27 +375,6 @@









<li class="md-nav__item">
<a href="/api/navigation/" class="md-nav__link">


<span class="md-ellipsis">
API
</span>


</a>
</li>




</ul>
</nav>

Expand Down
21 changes: 0 additions & 21 deletions core/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -522,27 +522,6 @@









<li class="md-nav__item">
<a href="../api/navigation/" class="md-nav__link">


<span class="md-ellipsis">
API
</span>


</a>
</li>




</ul>
</nav>

Expand Down
65 changes: 26 additions & 39 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -277,22 +277,22 @@
</span>
</a>

<nav class="md-nav" aria-label="Compose versions">
<ul class="md-nav__list">

<li class="md-nav__item">
</li>

<li class="md-nav__item">
<a href="#core" class="md-nav__link">
<span class="md-ellipsis">
🌈 Core
</span>
</a>

</li>
<nav class="md-nav" aria-label="🌈 Core">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#navigation" class="md-nav__link">
<a href="#download" class="md-nav__link">
<span class="md-ellipsis">
🧭 Navigation
Download
</span>
</a>

Expand Down Expand Up @@ -464,27 +464,6 @@









<li class="md-nav__item">
<a href="api/navigation/" class="md-nav__link">


<span class="md-ellipsis">
API
</span>


</a>
</li>




</ul>
</nav>

Expand Down Expand Up @@ -611,22 +590,22 @@
</span>
</a>

<nav class="md-nav" aria-label="Compose versions">
<ul class="md-nav__list">

<li class="md-nav__item">
</li>

<li class="md-nav__item">
<a href="#core" class="md-nav__link">
<span class="md-ellipsis">
🌈 Core
</span>
</a>

</li>
<nav class="md-nav" aria-label="🌈 Core">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#navigation" class="md-nav__link">
<a href="#download" class="md-nav__link">
<span class="md-ellipsis">
🧭 Navigation
Download
</span>
</a>

Expand Down Expand Up @@ -700,10 +679,18 @@ <h2 id="compose-versions">Compose versions<a class="headerlink" href="#compose-v
</tr>
</table>

<h3 id="core">🌈 <a href="./core/">Core</a><a class="headerlink" href="#core" title="Permanent link">&para;</a></h3>
<p>A library which provides <a href="https://material.io/design/motion/the-motion-system.html">motion patterns</a> support for Jetpack Compose andr Compose Multiplatform.</p>
<h3 id="navigation">🧭 <a href="./navigation/">Navigation</a><a class="headerlink" href="#navigation" title="Permanent link">&para;</a></h3>
<p>A library which provides <a href="https://material.io/design/motion/the-motion-system.html">motion patterns</a> support for Jetpack Navigation Compose.</p>
<h2 id="core">🌈 Core<a class="headerlink" href="#core" title="Permanent link">&para;</a></h2>
<p>A library which provides <a href="https://material.io/design/motion/the-motion-system.html">motion patterns</a> support for Jetpack Compose and Compose Multiplatform.</p>
<p>For more information, visit the documentation: https://fornewid.github.io/material-motion-compose/core</p>
<h3 id="download">Download<a class="headerlink" href="#download" title="Permanent link">&para;</a></h3>
<div class="highlight"><pre><span></span><code>repositories {
mavenCentral()
}

dependencies {
implementation &quot;io.github.fornewid:material-motion-compose-core:&lt;version&gt;&quot;
}
</code></pre></div>
<h2 id="license">License<a class="headerlink" href="#license" title="Permanent link">&para;</a></h2>
<p>Licensed under the Apache 2.0 license. See <a href="LICENSE">LICENSE</a> for details.</p>

Expand Down
21 changes: 0 additions & 21 deletions migrating-from-0.5-to-0.6/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -384,27 +384,6 @@









<li class="md-nav__item">
<a href="../api/navigation/" class="md-nav__link">


<span class="md-ellipsis">
API
</span>


</a>
</li>




</ul>
</nav>

Expand Down
21 changes: 0 additions & 21 deletions migrating-from-0.9-to-0.10/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -382,27 +382,6 @@









<li class="md-nav__item">
<a href="../api/navigation/" class="md-nav__link">


<span class="md-ellipsis">
API
</span>


</a>
</li>




</ul>
</nav>

Expand Down
21 changes: 0 additions & 21 deletions navigation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -468,27 +468,6 @@









<li class="md-nav__item">
<a href="../api/navigation/" class="md-nav__link">


<span class="md-ellipsis">
API
</span>


</a>
</li>




</ul>
</nav>

Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit b42eff6

Please sign in to comment.