The Wayback Machine - https://web.archive.org/web/20210702055228/https://github.com/topics/documentation
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,252 public repositories matching this topic...

storybook
MichaelArestad
MichaelArestad commented Jun 30, 2021

Problem

  1. The most clear and concise description of an A11y test is hidden until the accordion is open.
  2. Many, if not all, of the current labels in the AccordionHeader start with "Ensures" making it more difficult to scan and is slightly confusing.

Proposal

I believe both the AccordionHeader content and the description content are provided via an API so I don't want to edit the

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