UNPKG

autodocs

Version:

Automates publishing documentation, for use continuous integration and continuous deployment

18 lines (17 loc) 430 B
<!DOCTYPE HTML> <html lang="en-US"> <head> <meta charset="UTF-8"> <title>{{name}} - all versions</title> </head> <body> <h1><pre>{{name}}</pre></h1> <p>Documentation is available for these versions:</p> <ul> {{#versions}} <li><a href="../{{.}}/">v{{.}}</a></li> {{/versions}} </ul> <p>Total: {{versions.length}}</p> </body> </html>