GitHub - charygao/docsify: 🃏 A magical documentation site generator.
A magical documentation site generator.
Create an index.html.
<!-- index.html --> <!DOCTYPE html> <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta charset="UTF-8"> <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/lib/themes/vue.css"> </head> <body> <div id="app"></div> <script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script> </body> </html>
Modern browsers and Internet Explorer 10+.
These projects are using docsify to generate their sites. Pull requests welcome 😊