github.com/aleksi/gonuts.io@v0.0.0-20130622121132-3b0f2d1999fb/app/gonuts/templates/base/doc.html (about)

     1  <h2>Getting Started</h2>
     2  
     3  <h3><a href="/-/doc/philosophy">Philosophy</a></h3>
     4  
     5  <p>Why this site exists in the world with <code>go get</code>.</p>
     6  
     7  <h3><a href="/-/doc/faq">FAQ</a></h3>
     8  
     9  <p>FAQ.</p>
    10  
    11  <h3><a href="/-/doc/versioning">Versioning</a></h3>
    12  
    13  <p>Nut versioning scheme.</p>
    14  
    15  <h3><a href="/-/doc/howto">How to</a></h3>
    16  
    17  <p>Describes common operations.</p>
    18  
    19  <h3><a href="/-/doc/spec">Nut specification</a></h3>
    20  
    21  <p>Describes format of <code>nut.json</code>.</p>