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

storybook
idesigncode
idesigncode commented Nov 24, 2021

Describe the bug
In Firefox, the zoom feature uses transform styles (see storybookjs/storybook#12845) - unfortunately this breaks positioning on elements that require position: fixed when in the "Docs" view.

Normally a position: fixed element's position would correspond to the viewport but in Firefox it corresponds to the element with the transform style.

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)

gaearon
gaearon commented May 26, 2022

Turn on "slow 3g" in Network emulation. Notice that navigation feels slow in part because there's no visual feedback.

https://user-images.githubusercontent.com/810438/170408691-8486215f-ebfc-4bfe-b2a9-124e92b41be2.mov

I think what should happen instead is that the active sidebar component should reflect the currently pending route. Even if it's still loading. Alternatively, maybe there shoul

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