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,511 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
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
ejuda
ejuda commented Feb 24, 2022

Search Terms

abstract, class, constructor

Problems

Consider the following class:

export abstract class SomeClass {
    abstract abstractProp: boolean;
    abstract abstractMethod(): void;
}
  1. While TypeDoc does indicate which methods and properties are abstract:

    ![image](https://user-images.githubusercontent.com/26031740/155533024-623ec2d1-58d7-4b29-99b

enhancement help wanted good first issue
Wikipedia
Wikipedia