Began adding manual.html
parent
ab785a1f5f
commit
a30bf60d92
|
@ -17,8 +17,7 @@
|
||||||
<div id="menu">
|
<div id="menu">
|
||||||
<ul>
|
<ul>
|
||||||
<li class="selected"><a href="/">About</a></li>
|
<li class="selected"><a href="/">About</a></li>
|
||||||
<li><a href="manual.html">Manual (Single Page)</a></li>
|
<li><a href="manual-select.html">Manual</a></li>
|
||||||
<li><a href="manual/">Manual (Split)</a></li>
|
|
||||||
<li><a href="https://github.com/mikegerwitz/easejs">Source Code</a></li>
|
<li><a href="https://github.com/mikegerwitz/easejs">Source Code</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -0,0 +1,11 @@
|
||||||
|
<p>
|
||||||
|
The ease.js manual is a valuable reference material for both users of the
|
||||||
|
framework and those interested in understanding its internals. Please select a
|
||||||
|
format below.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="manual.html">Single Page (HTML)</a></li>
|
||||||
|
<li><a href="manual/">Multiple Pages (HTML)</a></li>
|
||||||
|
</ul>
|
||||||
|
|
Loading…
Reference in New Issue