Docs Zh

screenshot of Docs Zh
docsify

docsify 中文文档

Overview:

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.

Features:

  • No build required: Write documentation and publish directly.
  • Easy to use and lightweight: Compressed size is around 21kB.
  • Intelligent full-text search
  • Multiple themes available
  • Rich API support
  • Emoji compatibility
  • Supports IE11
  • Server-side rendering (SSR) available
docsify
Docsify

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.