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,975 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)

typedoc
GerkinDev
GerkinDev commented Jun 20, 2022

Search Terms

JavascriptIndexPlugin, search, weight, extension

Problem

I'm writing a plugin that alters some custom reflections in the javascript index. It needs to modify weight of custom reflections (which was implemented in a very recent release) and format the reflection name with a special pa

enhancement help wanted good first issue
content
Worldwidebrine
Worldwidebrine commented Jun 16, 2022

MDN URL

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set

What specific section or headline is this issue about?

Description

What information was incorrect, unhelpful, or incomplete?

You can iterate through the elements of a set in insertion order.

insertion order

What did you expect to see?

What's "insertion order"?

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