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 6,269 public repositories matching this topic...
-
Updated
Nov 5, 2020 - Shell
-
Updated
Nov 4, 2020 - 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 ;)
Back to top button
-
Updated
Oct 28, 2020 - TypeScript
Bug Report
-
Updated
Nov 2, 2020 - Python
-
Updated
Nov 1, 2020 - JavaScript
-
Updated
Nov 6, 2020 - JavaScript
-
Updated
Nov 3, 2020 - Vue
-
Updated
Nov 1, 2020 - JavaScript
-
Updated
Nov 5, 2020 - Python
-
Updated
Nov 1, 2020 - JavaScript
I was tasked with resolving a vulnerability coming from trim
package. Dependency chain is as follows: trim
<- remark-parse
<- remark
<- react-styleguidist
<- our repo.
remark-parse
in version 9.0.0 [removes the trim
completely](remarkjs/remark@6b42465#diff-0828111e0233dec7891d8f0
-
Updated
May 7, 2020 - CoffeeScript
-
Updated
Sep 30, 2020 - C++
-
Updated
Nov 4, 2020 - JavaScript
-
Updated
Nov 3, 2020 - Go
-
Updated
Oct 8, 2020
-
Updated
Nov 4, 2020 - PHP
-
Updated
Nov 5, 2020 - JavaScript
I was just contributing to the docs a few minutes ago and after running
yarn check
got this warning
"The prop value with an expression type of SequenceExpression could not be resolved. Please file issue to get this fixed immediately." .
Thought I'd let you know.
-
Updated
Nov 5, 2020 - TypeScript
-
Updated
Aug 1, 2020 - JavaScript
Search Terms
Optional type, optional parameters,
Problem
TypeScript 3.0 added support for Optional elements in tuple types, but TypeDoc didn't get support at the same time.
Checklist
- Add a new
Type
model for optional types - Add a test for `type T
- Wikipedia
- Wikipedia
Is your feature request related to a problem? Please describe💯
In my component's props TS interface, I can use JSDoc comments to set the description, and can even use the
@default
tag to describe the default valueHowever, nothing happens when I use the
@deprecated
tag.Describe the solution you'd like
Some ideas: