Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed Jan 14, 2013
1 parent f37cb47 commit 467b587
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions conf/docs/partials/help.mustache
@@ -1,6 +1,7 @@
-v, --version show yogi version
build* builds your module, duh!
cdn* [request|status] submit/view a cdn request
checkout <branch> The branch to swtich to and sync with
config* set/get <value> works with the config
create <module>* create a new module in the gallery db
debug print debugging info for yogi bug reports
Expand Down
6 changes: 6 additions & 0 deletions output/gallery/index.html
Expand Up @@ -91,6 +91,12 @@ <h3 id="verifying-the-module">verifying the module</h3>
are you sure you want to request this name with the above information? [Y&#x2F;n] y</pre>


<p>
You can change the default options by passing them in explicitly when calling <code>yogi create</code>.
For example, <code>yogi create mymodule --type=css</code> will create a CSS module called "mymodule".
</p>


<h3 id="requesting-to-reserve-your-name">requesting to reserve your name</h3>
<p>
Next she will actually perform the request and reserve the module name for you:
Expand Down
5 changes: 3 additions & 2 deletions output/index.html
Expand Up @@ -23,7 +23,7 @@ <h1><img src="http://yuilibrary.com/img/yui-logo.png"> yogi</h1>
<div class="yui3-g">
<div class="yui3-u-3-4">
<div id="main">
<div class="content"><h2 id="welcome-to-yogi-0063">welcome to yogi 0.0.63!</h2>
<div class="content"><h2 id="welcome-to-yogi-0064">welcome to yogi 0.0.64!</h2>

<div class="intro">
yogi is here to help!
Expand Down Expand Up @@ -69,6 +69,7 @@ <h2 id="help">command line arguments</h2>
<pre class="code terminal">-v, --version show yogi version
build* builds your module, duh!
cdn* [request|status] submit&#x2F;view a cdn request
checkout &lt;branch&gt; The branch to swtich to and sync with
config* set&#x2F;get &lt;value&gt; works with the config
create &lt;module&gt;* create a new module in the gallery db
debug print debugging info for yogi bug reports
Expand Down Expand Up @@ -124,7 +125,7 @@ <h2 class="no-toc">Table of Contents</h2>
<div class="bd">
<ul class="toc">
<li>
<a href="#welcome-to-yogi-0063">welcome to yogi 0.0.63!</a>
<a href="#welcome-to-yogi-0064">welcome to yogi 0.0.64!</a>
</li>
<li>
<a href="##install">installation and usage</a>
Expand Down

0 comments on commit 467b587

Please sign in to comment.