JSPM

  • Created
  • Published
  • Downloads 58348
  • Score
    100M100P100Q141820F
  • License MIT

A magical documentation generator.

Package Exports

  • docsify

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (docsify) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

docsify

Build Status npm

🃏 A magical documentation site generator.

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