Good Documentation
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<![endif]-->
|
||||
<link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
|
||||
|
||||
<link type="text/css" rel="stylesheet" href="styles/site.cosmo.css">
|
||||
<link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
|
||||
|
||||
</head>
|
||||
|
||||
@@ -24,6 +24,13 @@
|
||||
<div class="navbar-collapse">
|
||||
<ul class="nav navbar-nav">
|
||||
|
||||
<li class="dropdown">
|
||||
<a href="namespaces.list.html" class="dropdown-toggle" data-toggle="dropdown">Namespaces<b class="caret"></b></a>
|
||||
<ul class="dropdown-menu ">
|
||||
<li><a href="wildstring.html">wildstring</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@@ -96,7 +103,9 @@ wildstring.match('tEsT', 'TeSt'); // true, 'test' matches
|
||||
<pre class="prettyprint source lang-bash"><code>git clone https://github.com/deltreey/wildstring
|
||||
# npm install -g grunt-cli # if you don't have it
|
||||
npm install
|
||||
grunt</code></pre><p>grunt will run all the tests and jshint, so just make sure it passes before submitting a pull request</p></article>
|
||||
grunt</code></pre><p>grunt will run all the tests and jshint, so just make sure it passes before submitting a pull request</p>
|
||||
<h2>But I wanna know for sure</h2><p>Documentation: <a href="http://deltreey.github.io/wildstring">http://deltreey.github.io/wildstring</a></p>
|
||||
<p>Repository: <a href="https://github.com/deltreey/wildstring">https://github.com/deltreey/wildstring</a></p></article>
|
||||
</section>
|
||||
|
||||
|
||||
@@ -130,7 +139,7 @@ grunt</code></pre><p>grunt will run all the tests and jshint, so just make sure
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
|
||||
on Mon Aug 3rd 2015 using the <a
|
||||
on Tue Aug 4th 2015 using the <a
|
||||
href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user