UNPKG

grunt-beautiful-docs

Version:

Generate beautiful markdown-based documentation using Grunt

86 lines (54 loc) 2.47 kB
<!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>Super awesome docs</title> <link type="text/css" rel="stylesheet" href="super-awesome-docs/assets/css/reset.css"> <link type="text/css" rel="stylesheet" href="http://yandex.st/highlightjs/6.1/styles/sunburst.min.css"> <link type="text/css" rel="stylesheet" href="super-awesome-docs/assets/css/docs.css"> <link type="text/css" rel="stylesheet" href="super-awesome-docs/assets/css/print.css" media="print"> <script type="text/javascript" src="super-awesome-docs/assets/js/jquery-1.10.1.min.js"></script> <script type="text/javascript" src="http://yandex.st/highlightjs/6.1/highlight.min.js"></script> <script type="text/javascript" src="super-awesome-docs/assets/js/lunr.min.js"></script> <script type="text/javascript">var BASE_URL = "super-awesome-docs/";</script> <script type="text/javascript" src="super-awesome-docs/assets/js/viewer.js"></script> </head> <body> <div id="page"> <a name="top" /> <header id="header"> <h1><a href="super-awesome-docs/">Super awesome docs</a></h1> </header> <div id="sidebar"> <form action="super-awesome-docs/search.html"><input id="search" type="text" placeholder="Search" name="q" /></form> <nav id="toc"> <ol> <li> <a href="super-awesome-docs/docs.html#grunt-beautiful-docs">grunt-beautiful-docs</a> <ol> <li> <a href="super-awesome-docs/docs.html#installation">Installation</a> </li> </ol> </li> </ol> </nav> <nav id="links"> <ul> </ul> </nav> </div> <div id="content"> <h1 id="grunt-beautiful-docs">grunt-beautiful-docs</h1> <h2 id="installation">Installation</h2> <pre><code class="lang-js">npm install grunt-beautiful-docs </code></pre> </div> <footer id="footer"> Powered by <a href="http://github.com/maximebf/beautiful-docs">beautiful-docs</a> - <a href="#top">Back to top</a> - <a href="super-awesome-docs/all.html">Everything on a single page</a> - <a href="?print=1">Print current page</a> - <a href="super-awesome-docs/all.html?print=1">Print all pages</a> </footer> </div> </body> </html>