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,368 public repositories matching this topic...
-
Updated
Dec 8, 2020 - Shell
-
Updated
Dec 7, 2020 - Ruby
-
Updated
Dec 3, 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 ;)
🚀 Feature
The blog plugin should enable feeds by default.
Motivation
Docusaurus 1 enables both blogs and feeds by default. Docusaurus 2 extracts the blog into a separate plugin so it makes sens
-
Updated
Nov 19, 2020 - TypeScript
Bug Report
-
Updated
Nov 22, 2020 - Python
-
Updated
Nov 1, 2020 - JavaScript
-
Updated
Dec 8, 2020 - JavaScript
-
Updated
Dec 8, 2020 - Vue
-
Updated
Dec 6, 2020 - JavaScript
-
Updated
Dec 7, 2020 - Python
-
Updated
Nov 1, 2020 - 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
production
here: https://github.com/styleguidist/react-styleguidist/blob/master/src/s
-
Updated
Nov 15, 2020 - CoffeeScript
-
Updated
Dec 2, 2020 - C++
-
Updated
Dec 5, 2020 - JavaScript
-
Updated
Nov 28, 2020 - Go
-
Updated
Nov 17, 2020
-
Updated
Dec 7, 2020 - PHP
-
Updated
Nov 23, 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
Dec 7, 2020 - TypeScript
-
Updated
Aug 1, 2020 - JavaScript
Search Terms
Category, @category
, hide, internal,
Problem
I would like to have an additional option to hide certain categories.
There is an existing typedoc
option --stripInternal
based on the tag @internal
.
But this is not very flexible and it is actually based on a TypeScript compiler option which causes declara
- 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: