Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.52 KB

README.md

File metadata and controls

48 lines (35 loc) · 1.52 KB

Important

First, replace some placeholder {{PACKAGE_NAME}} with your package name.

Docsify Logo

Docsify Plugins

{{PACKAGE_NAME}}

by simochee

jsDelivr npm version License

about this plugin...

📀 Installation

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>

🔰 Usage

how to use this plugin...

💻 Development

  1. Clone this repository
  2. Enable Corepack using corepack enable
  3. Install dependencies using pnpm install
  4. Run watch mode using pnpm run watch
  5. Start server using Live Server
  6. Insert a script tag to load the plugin script file after loading the Docsify script.
<script src="http://localhost:5500"></script>

🛡️ License

MIT