GitHub - petehouston/docsify: 🃏 A magical documentation site generator.
A magical documentation site generator.
Create a index.html and using hash router.
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <link rel="stylesheet" href="//unpkg.com/docsify/themes/vue.css"> </head> <body> <div id="app"></div> </body> <script src="//unpkg.com/docsify" data-router></script> </html>
These open-source projects are using docsify to generate their sites. Pull requests welcome : )
<script src="//unpkg.com/docsify"></script> <script src="//unpkg.com/prismjs/components/prism-bash.js"></script> <script src="//unpkg.com/prismjs/components/prism-php.js"></script>