Recommended: jsDelivr. You can also browse the source of the npm package at cdn.jsdelivr.net/npm/docsify/.
<!-- load css -->
<link
rel="stylesheet"
href="//cdn.jsdelivr.net/npm/[email protected]/lib/themes/vue.css"
/>
<!-- load script -->
<script src="//cdn.jsdelivr.net/npm/[email protected]/lib/docsify.min.js"></script>
We highly recommend you do not use this method.
Using the latest version can break your app when docsify is updated due to breaking changes, either when accidental bugs are introduced, or when a new major version is realeased with altered features.
<!-- load css -->
<link
rel="stylesheet"
href="//cdn.jsdelivr.net/npm/docsify/lib/themes/vue.css"
/>
<!-- load script -->
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
<!-- load css -->
<link
rel="stylesheet"
href="//cdn.jsdelivr.net/npm/[email protected]/themes/vue.css"
/>
<!-- load script -->
<script src="//cdn.jsdelivr.net/npm/[email protected]/lib/docsify.js"></script>