🃏 A magical documentation site generator. https://docsify.js.org
Find a file
2016-11-20 22:32:32 +08:00
build Add vue theme 2016-11-20 22:29:36 +08:00
docs Add vue theme 2016-11-20 22:29:36 +08:00
lib Add vue theme 2016-11-20 22:29:36 +08:00
src Add vue theme 2016-11-20 22:29:36 +08:00
test Add vue theme 2016-11-20 22:29:36 +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 Update readme 2016-11-20 22:32:32 +08:00
README.md Update readme 2016-11-20 22:32: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/highlight.js/lib/highlight.js"></script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
</html>

License

MIT