You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
qingwei.li 7c6ab54ba7 docs(en) finish 7 years ago
build feat(plugins): add Google Analytics plugin (#66) 7 years ago
docs docs(en) finish 7 years ago
lib bump: 2.2.1 7 years ago
media Add logo (#28) 8 years ago
src fix(src): get alias 7 years ago
.eslintrc feat: add search, close #43 7 years ago
.gitignore Add yarn.lock 8 years ago
.travis.yml Add progress bar and auto2top (#27) 8 years ago
CHANGELOG.md docs(en) finish 7 years ago
HISTORY.md doc(zh-cn): update all documents 7 years ago
LICENSE Update license 8 years ago
README.md docs(en) finish 7 years ago
app.js Fix scroll highlight when Vue exist 8 years ago
dev.html docs(zh-cn): finish chinese documents 7 years ago
package.json -> v2.2.1 7 years ago
yarn.lock Add yarn.lock 8 years ago

README.md

docsify

A magical documentation site generator.

Travis Status npm donate

Features

  • Not build static html files
  • Simple and lightweight (~13kB gzipped)
  • Smart full-text search plugin
  • Multiple themes
  • Useful plugin API
  • Compatible with IE9+

Quick start

Create a index.html.

index.html

<!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"></script>
</html>

Browser Support

Modern browsers and Internet Explorer 9+.

Showcase

These open-source projects are using docsify to generate their sites. Pull requests welcome : )

  • Snipaste - A new way to boost your productivity.
  • puck - A small & magical php framework.
  • Samaritan - An Algorithmic Trading Framework for Digital Currency.
  • Vudash - Powerful, Flexible, Open Source dashboards for anything
  • Trilogy - No-hassle SQLite with a Promise-based, document store style API.
  • Mybatis-Plus - An enhanced toolkit of Mybatis to simplify development

Similar projects

  • docute - 📜 Effortlessly documentation done right
  • docpress - Documentation website generator

Contributing

  • Fork it!
  • Create your feature branch: git checkout -b my-new-feature
  • Commit your changes: git commit -am 'Add some feature'
  • Push to the branch: git push origin my-new-feature
  • Submit a pull request :D

Development

npm i && npm run dev
open http://localhost:3000

License

MIT