Skip to content
#

Documentation

Documentation is a set of information that describes a product to its users, including what it is, how it operates, and how to use it.

Here are 7,484 public repositories matching this topic...

storybook
docusaurus
react-styleguidist
typedoc
czlowiek488
czlowiek488 commented Jun 27, 2021

Problem

Im using bitbucket and as I can see only github repositories are allowed.

/(github(?:\.[a-z]+)*\.[a-z]{2,})[:/]([^/]+)\/(.*)/

Suggested Solution

Add bitbucket to regexp.
in GitHubPlugin.js file I changed.
In constructor

const url = /(bitbucket(?:\.[a-z]+)*\.[a-z]{2,})[:/]([^/]+)\/(.*)/.exec(repoLinks[i]);

In getGitHubUrl

return [
   `https:/
Wikipedia
Wikipedia