community link
This commit is contained in:
parent
75b9959b8a
commit
bdd016de3f
33 changed files with 100 additions and 4 deletions
|
|
@ -12,6 +12,7 @@
|
|||
<a href="index.html" class="logo"><span>○</span> Mithril</a>
|
||||
<a href="getting-started.html">Guide</a>
|
||||
<a href="mithril.html">API</a>
|
||||
<a href="community.html">Community</a>
|
||||
<a href="mithril.min.zip">Download</a>
|
||||
<a href="http://github.com/lhorie/mithril.js" target="_blank">Github</a>
|
||||
</nav>
|
||||
|
|
@ -83,7 +84,7 @@
|
|||
<p>And you can download Mithril by typing this:</p>
|
||||
<pre><code>component install lhorie/mithril@gh-pages</code></pre>
|
||||
<p>Then, to use Mithril, point a script tag to the downloaded file:</p>
|
||||
<pre><code class="lang-markup"><script src="/components/lhorie/mithril/master/mithril.min.js"></script></code></pre>
|
||||
<pre><code class="lang-markup"><script src="/components/lhorie/mithril/gh-pages/mithril.min.js"></script></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue