docsify 中文文档
Docsify is a magical documentation website generator that can quickly help you create a documentation website. Unlike GitBook or Hexo, Docsify does not generate static .html files; instead, all the conversion work is done at runtime. You can start using Docsify by simply creating an index.html file and start writing documentation, which can be deployed directly on GitHub Pages. For more details, check out the quick start guide.
Docsify generates your documentation website on the fly. Unlike GitBook, it does not generate static html files. Instead, it smartly loads and parses your Markdown files and displays them as a website. To start using it, all you need to do is create an index.html and deploy it on GitHub Pages.