
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
docsify-sidebar-plus
Advanced tools
docsify-sidebar-plus is a plugin designed to enhance the left sidebar of docsify. It offers additional customization options and features, making document navigation more flexible and powerful.
<!-- Docsify v4 -->
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify-sidebar-plus@1.2.2/collapsible-sidebar.min.js"></script>
<!-- Other scripts -->
* example
* [README](/)
* [markdown](/markdown)
* [Debug](/Debug)
* [invaild-link](/invaild-link)
* more
* [docsify](https://docsify.js.org/)
Or format like bellow
- example
- [README](/)
- [markdown](/markdown)
- [Debug](/Debug)
- [invaild-link](/invaild-link)
- more
- [docsify](https://docsify.js.org/)

window.$docsify = {
// Other configurations
sidebarPlus: { // Plugin configuration
expireMinutes: 60, // Duration for remembering sidebar scroll position (minutes), default 60 minutes
invalidLinkTitle: 'invaild link', // Invalid link prompt title, default 'invaild link'
invalidLinkStyle: 'alert', // Invalid link prompt style, default 'alert', options: show/alert/hide
linkCheckCacheTime: 10, // Asynchronous link availability check cache time (minutes), default 10 minutes
}
// Other configurations
}
Feel free to submit Issues or Pull Requests to improve this plugin.
FAQs
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.