Important
First, replace some placeholder {{PACKAGE_NAME}}
with your package name.
by simochee
about this plugin...
Insert a script tag to load the plugin script file after loading the Docsify script.
<script>
window.$docsify = {};
</script>
<script src="//cdn.jsdelivr.net/npm/docsify@v4/lib/docsify.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/{{PACKAGE_NAME}}/lib/{{PACKAGE_NAME}}.min.js"></script>
how to use this plugin...
- Clone this repository
- Enable Corepack using
corepack enable
- Install dependencies using
pnpm install
- Run watch mode using
pnpm run watch
- Start server using Live Server
- Insert a script tag to load the plugin script file after loading the Docsify script.
<script src="http://localhost:5500"></script>
MIT