Migrated repository
Go to file
2016-11-20 22:55:20 +08:00
build Add vue theme 2016-11-20 22:29:36 +08:00
docs fix theme path 2016-11-20 22:49:32 +08:00
lib Add vue theme 2016-11-20 22:29:36 +08:00
src fix js error 2016-11-20 22:55:20 +08:00
test fix theme path 2016-11-20 22:49:32 +08:00
themes fix theme path 2016-11-20 22:49:32 +08:00
.eslintignore add ignore 2016-11-20 22:39:07 +08:00
.eslintrc first commit 2016-11-20 15:56:37 +08:00
.gitignore first commit 2016-11-20 15:56:37 +08:00
LICENSE first commit 2016-11-20 15:56:37 +08:00
package.json 0.0.3 2016-11-20 22:52:38 +08:00
README.md fix theme path 2016-11-20 22:49:32 +08:00

docsify [WIP]

Build Status npm

🃏 A magical documentation site generator.

Features

  • Easy and lightweight
  • Custom themes and plugins

Quick start

Such as ./docs, Create 404.html and README.md into /docs.

404.html

<!DOCTYPE html>
<html>
<head>
  <meta charset="UTF-8">
  <link rel="stylesheet" href="//unpkg.com/docsify/themes/vue.css">
</head>
<body></body>
<script src="//unpkg.com/marked/marked.min.js"></script>
<script src="//unpkg.com/prismjs/prism.js"></script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
</html>

License

MIT