Skip to content

Commit 28e407f

Browse files
author
daniel-lundin
committed
Update docs with links to demos
1 parent 0cfb434 commit 28e407f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
<li><a href="#usage">Usage</a></li>
3232
<li><a href="#easing">Easing</a></li>
3333
<li><a href="#advanced">Advanced</a></li>
34+
<li><a href="#demos">Demos</a></li>
3435
</ul>
3536
</div>
3637
</div>
@@ -62,6 +63,7 @@ <h3><i class="fa fa-user"></i>Simple</h3>
6263
<li><a href="#usage">Usage</a></li>
6364
<li><a href="#easing">Easing</a></li>
6465
<li><a href="#advanced">Advanced</a></li>
66+
<li><a href="#demos">Demos</a></li>
6567
</ul>
6668
</div>
6769

@@ -345,6 +347,14 @@ <h2>Matrix API</h2>
345347
<li><strong>snabbtjs.mult(A, B)</strong> - Returns the matrix multiplication product of A * B</li>
346348
</ul>
347349
</section>
350+
<section id="demos">
351+
<h2>Demos</h2>
352+
<p>Check out some of the demos to see the capabilities of snabbt.js:</p>
353+
<ul>
354+
<li><a href="cards.html">Cards</a></li>
355+
<li><a href="sticks.html">Crazy sticks</a></li>
356+
</ul>
357+
</section>
348358

349359
</div>
350360
<footer>

0 commit comments

Comments
 (0)