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,562 public repositories matching this topic...
-
Updated
Jan 25, 2021 - Shell
-
Updated
Jan 24, 2021 - Ruby
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
Jan 17, 2021 - Python
-
Updated
Nov 19, 2020 - TypeScript
Bug Report
-
Updated
Jan 18, 2021 - Python
-
Updated
Jan 12, 2021 - JavaScript
-
Updated
Jan 25, 2021 - JavaScript
-
Updated
Jan 22, 2021 - Vue
-
Updated
Jan 20, 2021 - JavaScript
-
Updated
Jan 23, 2021 - Python
-
Updated
Jan 20, 2021 - JavaScript
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
productionhere: https://github.com/styleguidist/react-styleguidist/blob/master/src/s
-
Updated
Nov 15, 2020 - CoffeeScript
-
Updated
Jan 25, 2021 - C++
-
Updated
Jan 25, 2021 - JavaScript
-
Updated
Nov 28, 2020 - Go
-
Updated
Nov 17, 2020
-
Updated
Jan 24, 2021 - PHP
-
Updated
Jan 25, 2021 - TypeScript
I was just contributing to the docs a few minutes ago and after running
yarn checkgot 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
Jan 19, 2021 - JavaScript
-
Updated
Aug 1, 2020 - JavaScript
Search Terms
Theme, Shiki
Problem
Our brand colours are basically a dark theme. Typedoc is great at enabling you to create custom themes, but I don't see anywhere we can change the Shiki theme. So when we render code it looks horrible.
- 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
@defaulttag to describe the default valueHowever, nothing happens when I use the
@deprecatedtag.Describe the solution you'd like
Some ideas: