Skip to content

cybernetics/docsify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 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>

Showcase

These open-source projects are using docsify to generate their sites.

  • docsify - A magical documentation site generator.

How to contribute

  • Fork it and clone!
  • Run npm i && npm run dev

License

MIT

About

🃏 A magical documentation site generator.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 84.0%
  • CSS 15.5%
  • HTML 0.5%