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 7,437 public repositories matching this topic...
-
Updated
Aug 16, 2021 - Markdown
-
Updated
Aug 9, 2021 - Python
Hi, I've found the following cheatsheet :
In the README you explain that there must be an edit button in the page and a github button to access the sheet but as you can see it doesn't appear here.
Thx ;)
-
Updated
Aug 7, 2021 - Ruby
🚀 Feature
When working with the blog feed, in testing-library's, we would like a way to contain the full article and not just a truncated version of it within the feed since we don't really care about r
-
Updated
Aug 5, 2021 - TypeScript
Bug Report
-
Updated
Aug 4, 2021 - Python
-
Updated
Jun 29, 2021 - JavaScript
-
Updated
Aug 15, 2021 - Vue
-
Updated
Aug 13, 2021 - TypeScript
-
Updated
Aug 13, 2021 - Python
-
Updated
Aug 11, 2021 - JavaScript
-
Updated
Jul 9, 2021 - JavaScript
-
Updated
Jun 6, 2021 - CoffeeScript
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)
- build.js sets the env to be
production
here: https://github.com/styleguidist/react-styleguidist/blob/master/src/s
-
Updated
Jul 19, 2021 - C++
-
Updated
Aug 14, 2021 - JavaScript
-
Updated
Jun 9, 2021 - Go
-
Updated
Aug 14, 2021 - TypeScript
-
Updated
Aug 11, 2021 - PHP
-
Updated
Nov 17, 2020
Currently, the width of the logo is fixed at calc(100% / 6)
so that the nav links are flush with the search bar:
Unfortunately, this leads to cut-offs in some translations with longer words in the nav bar:
<img width="127
-
Updated
Aug 6, 2021 - JavaScript
Problem
I've just updated to 0.21 from 0.17. I've switched to the new system, and lots of my types are referenced from my docs, but not included in my docs, because although they're exported from their own individual files they're not exported from the entrypoint itself.
For example:
entry-point.ts:
export { myFunc } from './my-func';
my-func.ts:
-
Updated
Aug 1, 2020 - JavaScript
- Wikipedia
- Wikipedia
Describe the bug
When using
@storybook/addons-backgrounds
in a react project with a customDecorator
, the initial/default background value is not passed to thecontext.globals
.I have a project performing text contrast logic where I need the initial value to pass to javascript.
To Reproduce