mirror of
https://github.com/wahyd4/docsify.git
synced 2026-08-15 08:16:14 +10:00
37e7984e7efab3767badb9d940b7368b2b6f8493
* feat: custom sidebar, #4 * fix dev html * fix doc * fix doc
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%