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,235 public repositories matching this topic...

storybook
muster-mark
muster-mark commented Jun 22, 2021

Describe the bug
My default browser is Firefox (if I type open https://storybook.js.org/ in my console then it opens in Firefox. However when I run npm run storybook it opens in another browser I happen to have installed on my computer, called Google Chrome.

To Reproduce
Set Firefox as default Browser. In a Story book project, run npm run storybook

System
Environment Inf

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