Skip to content

pre1ude/docsify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docsify

Build Status npm

🃏 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

About

🃏 A magical documentation site generator.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 80.3%
  • CSS 19.2%
  • HTML 0.5%