The Wayback Machine - https://web.archive.org/web/20220227070209/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 8,361 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
qiaofeng1227
qiaofeng1227 commented Feb 16, 2022

Have you read the Contributing Guidelines on issues?

We used it docusaurus for our documentation. It's excellent.
I want to customizae generated-index catalog, e.g. show filenames link of directory.
Is there a scheme that can be realized only by setting category.json?

react-styleguidist
typedoc
williamkbentley
williamkbentley commented Feb 22, 2022

Search terms

require
docs
warning
requiredToBeDocumented

Expected Behavior

Validate provided types array

Actual Behavior

Incorrect error reported

Steps to reproduce the bug

Attempt to run TypeDoc with --validation.notDocumented and --requiredToBeDocumented Enum

Results in:
`Error: 'Enum' is an invalid value for 'requiredToBeDocumented'. Must be one of: P

Wikipedia
Wikipedia