Skip to content

szkiba/docsify-docbucket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docsify-docbucket

NPM License: MIT Issues

A Docsify plugin that help building documentation site with Docsify and Pages for Bitbucket Server. The plugin require docsify-bitbucket plugin as dependency. This plugin works with Bitbucket Server only, Bitbuctek Cloud not supported.

Installation

Add following script tag to your index.html after docsify.

<script src="//unpkg.com/docsify-docbucket"></script>

Options

navbar

If loadNavbar parameter is missing from Docsify configuration then the plugin will use _navbar.md from the doc repository in the current Bitbucket Server project. You can disable this feature:

window.$docsify = {
  docbucket: {
    noNavbar : true
  }
}

style

By default the plugin will load style.css from the doc repository in the current Bitbucket Server project. You can disable this feature:

window.$docsify = {
  docbucket: {
    noStyle : true
  }
}

License

This project is licensed under the MIT License. See the LICENSE for details.

About

A Docsify plugin that help building documentation site with Docsify and Pages for Bitbucket Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published