mirror of
https://github.com/wahyd4/docsify.git
synced 2026-08-09 05:16:06 +10:00
136ef2881eacb500497a536854b1883a4eb0ac30
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
Languages
JavaScript
82.4%
Stylus
13.4%
HTML
3.7%
Shell
0.5%