Recommended: unpkg, which will reflect the latest version as soon as it is published to npm. You can also browse the source of the npm package at unpkg.com/docsify/.
<!-- load css -->
<link rel="stylesheet" href="//unpkg.com/docsify/themes/vue.css">
<!-- load script -->
<script src="//unpkg.com/docsify/lib/docsify.js"></script>
Alternatively, use compressed files.
<!-- load css -->
<link rel="stylesheet" href="//unpkg.com/[email protected]/themes/vue.css">
<!-- load script -->
<script src="//unpkg.com/[email protected]/lib/docsify.js"></script>
<!-- load css -->
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
<!-- load script -->
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
<!-- load css -->
<link rel="stylesheet" href="//unpkg.com/[email protected]/lib/themes/vue.css">
<!-- load script -->
<script src="//unpkg.com/[email protected]/lib/docsify.min.js"></script>