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

storybook
evont
evont commented May 9, 2022

Describe the bug
The validateArgs method in lib/router/src/utils.ts is using VALIDATION_REGEXP, NUMBER_REGEXP, HEX_REGEXP or COLOR_REGEXP pattern to determine whether the string value is validated or not, but any string which not match those pattern (like something with + prefix or some character that is not in Alphabet) will not be validated and be dropped in future actions.

docusaurus
Josh-Cena
Josh-Cena commented Jan 26, 2022

Have you read the Contributing Guidelines on issues?

Motivation

I realized there are a few text labels in our repo that are accidentally not translated. This has happened a few times in the past as well (see #4542). It would be interesti

feature good first issue status: accepting pr domain: dx
docz
react-styleguidist
jasonwilliams
jasonwilliams commented Nov 30, 2020

Current behavior

I think there's a mismatch of environment variables being read by babel (JSX config) and Styleguidist, causing some issues deeper down.

(I've noticed this was raised before but was closed)

typedoc
okikio
okikio commented Dec 26, 2021

Search Terms

Would it be possible to add a GitHub link and/or a link to the actual site (instead of the typedoc site), to the default theme?

Problem

I find for typedoc sites, I get to the typedoc site, and would like t

enhancement help wanted good first issue
content
eltimbalino
eltimbalino commented Apr 5, 2022

MDN URL: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Strict_mode

What information was incorrect, unhelpful, or incomplete?

function strict() {
// because this is a module, I'm strict by default
}
export default strict;

Specific section or headline?

What did you expect to see?

function strict_function() {
// because this is a module, I'm

good first issue help wanted Content:JS time: -30mins
Wikipedia
Wikipedia