github.com/ncw/rclone@v1.48.1-0.20190724201158-a35aa1360e3e/docs/layouts/section/commands.html (about) 1 {{ template "chrome/header.html" . }} 2 <body> 3 {{ template "chrome/navbar.html" . }} 4 <div class="container"> 5 <div class="row"> 6 <div class="col-md-10"> 7 <div class="well well-sm"> 8 <h3>{{ .Title }}<br> <small>{{ .Description }}</small></h3> 9 <hr> 10 <!-- FIXME factor this properly --> 11 <body> 12 <h1>Rclone Commands</h1> 13 <p>This is an index of all commands in rclone.</p> 14 <ul> 15 {{ range .Data.Pages }} 16 <li><a href="{{ .RelPermalink }}">{{ .Title }}</a></li> 17 {{ end }} 18 </ul> 19 <p>Docs autogenerated by <a href="https://github.com/spf13/cobra">Cobra</a>.</p> 20 <!-- FIXME factor this properly --> 21 22 23 </div> 24 </div> 25 26 <!-- Sidebar --> 27 <div class="col-md-2"> 28 {{ template "chrome/menu.html" . }} 29 </div> 30 </div> 31 {{ template "chrome/footer.copyright.html" . }} 32 </div> 33 {{ template "chrome/footer.html" . }}