
Product
Introducing Manifest Alerts
Socket now detects supply chain risks in project manifests, starting with missing lockfiles that can make dependency installs non-reproducible.
docsify-bitbucket
Advanced tools
A Docsify plugin that help using Docsify with Bitbucket Server and Bitbucket Cloud
A Docsify plugin that help using Docsify with Pages for Bitbucket Server and Bitbucket Cloud.
Docsify version of this documentation can be found at https://docsify-bitbucket.github.io
Add following script tag to your index.html after docsify.
<script src="//cdn.jsdelivr.net/npm/docsify-bitbucket"></script>
If repo parameter is missing from Docsify configuration then the plugin detect Butbucket repository URL and use it as Docsify repo parameter. You can disable this feature:
window.$docsify = {
bitbucket: {
noRepo : true
}
}
On Bitbucket Cloud the repository detection is limited to web pages served from bitbucket.io domain.
If repo parameter is set (or detected) then the plugin replaces the default GitHub repository corner picture with Bitbucket logo. You can disable this feature:
window.$docsify = {
bitbucket: {
noCorner : true
}
}
If logo parameter is missing from Docsify configuration then the plugin detect the Bitbucket project and use project's logo as Docsify logo parameter. You can disable this feature:
window.$docsify = {
bitbucket: {
noLogo : true
}
}
On Bitbucket Cloud the plugin use repository's avatar as default logo.
If shortcut icon HTML link element is missing from enclosing HTML document then the plugin detect the Bitbucket project and use project's logo as shortcut icon (favicon). You can disable this feature:
window.$docsify = {
bitbucket: {
noFavicon : true
}
}
On Bitbucket Cloud the plugin use repository's avatar as default favicon.
The plugin resolves special repository URLs to real Bitbucket Server URLs. Using this feature makes easy to link documents in other repositories either in same Bitbucket project or in another one. The first path segment (the first /) may have path parameters defined in RFC 3986 - Uniform Resource Identifier / 3.3 Path. The following path segment parameters are handled by plugin:
| parameter | value |
|---|---|
| p | Bitbucket project key, project's short name or ~username for personal repositories |
| r | Bitbucket git repository name |
| b | Branch name |
Repository URI format:
/;p=project;r=repository;b=branch/path
The project and branch part is optional but the repository part is required. The default value of the project is the project of the enclosing markdown document. The default value of the branch is the main branch.
Example for referencing main branch of repository sample in same project as referring document:
/;r=sample
The path part may conain any path relative to referred branch:
/;r=sample/docs/tutorial/intro
You can disable this feature:
window.$docsify = {
bitbucket: {
noLink : true
}
}
Repository URI resolution feture works only with Pages for Bitbucket Server.
If title HTML element is missing from enclosing HTML document then the plugin set it based on the first markdown heading line of the current document. You can disable this feature:
window.$docsify = {
bitbucket: {
noTitle : true
}
}
Sample website can be found at https://docsify-bitbucket.bitbucket.io/sample
This project is licensed under the MIT License. See the LICENSE for details.
FAQs
A Docsify plugin that help using Docsify with Bitbucket Server and Bitbucket Cloud
The npm package docsify-bitbucket receives a total of 30 weekly downloads. As such, docsify-bitbucket popularity was classified as not popular.
We found that docsify-bitbucket demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.

Product
Socket now detects supply chain risks in project manifests, starting with missing lockfiles that can make dependency installs non-reproducible.

Research
/Security News
The trojanized extensions use TinyGo-compiled WebAssembly and Solana transaction memos to resolve command-and-control infrastructure.

Security News
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.