github.com/mistwind/reviewdog@v0.0.0-20230322024206-9cfa11856d58/doghouse/appengine/tmpl/index.html (about) 1 {{define "body"}} 2 3 <div style="padding: 5px;"> 4 <h3>reviewdog</h3> 5 6 <h4>Installation</h4> 7 8 <p> 9 Install reviewdog Apps from <a href="https://github.com/apps/reviewdog">https://github.com/apps/reviewdog</a> 10 </p> 11 12 <h4>Get REVIEWDOG_TOKEN</h4> 13 14 <p> 15 Go to <code>https://reviewdog.app/gh/{owner}/{repo}</code> to get 16 REVIEWDOG_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/mistwind/reviewdog">github.com/mistwind/reviewdog</a> 23 </p> 24 25 </div> 26 27 {{end}}