github.com/khulnasoft/codebase@v0.0.0-20231214144635-a707781cbb24/doghouse/appengine/tmpl/index.html (about)

     1  {{define "body"}}
     2  
     3  <div style="padding: 5px;">
     4    <h3>codebase</h3>
     5  
     6    <h4>Installation</h4>
     7  
     8    <p>
     9      Install codebase Apps from <a href="https://github.com/apps/codebase">https://github.com/apps/codebase</a>
    10    </p>
    11  
    12    <h4>Get CODEBASE_TOKEN</h4>
    13  
    14    <p>
    15      Go to <code>https://codebase.app/gh/{owner}/{repo}</code> to get
    16      CODEBASE_TOKEN.
    17      <br>
    18      <a href="/gh" class="mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect mdl-button--accent">Login with GitHub account</a>
    19    </p>
    20  
    21    <p>
    22      See also <a href="https://github.com/khulnasoft/codebase">github.com/khulnasoft/codebase</a>
    23    </p>
    24  
    25  </div>
    26  
    27  {{end}}