mirror of
https://gitee.com/docsifyjs/docsify.git
synced 2024-12-02 20:20:30 +08:00
820 B
820 B
docsify
🃏 A magical documentation site generator.
Links
Features
- Easy and lightweight
- Custom themes
- No build
Quick start
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/docsify"></script>
</html>
How to contribute
- Fork it and clone!
- Run
npm i && npm run dev
License
MIT