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,276 public repositories matching this topic...
-
Updated
Jul 11, 2021 - Markdown
-
Updated
May 11, 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
Jul 9, 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
Jun 3, 2021 - TypeScript
Bug Report
-
Updated
Jun 29, 2021 - Python
-
Updated
Jun 29, 2021 - JavaScript
-
Updated
Jul 7, 2021 - Vue
-
Updated
Jul 9, 2021 - TypeScript
-
Updated
Jul 8, 2021 - Python
-
Updated
Jul 5, 2021 - JavaScript
-
Updated
Jul 9, 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
production
here: https://github.com/styleguidist/react-styleguidist/blob/master/src/s
-
Updated
Jun 6, 2021 - CoffeeScript
-
Updated
Jul 11, 2021 - C++
-
Updated
Jul 10, 2021 - JavaScript
-
Updated
Jun 9, 2021 - Go
-
Updated
Jul 10, 2021 - TypeScript
-
Updated
Jul 5, 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
May 19, 2021 - JavaScript
Search Terms
Color escapes
Problem
Today, TypeDoc includes ANSI colors for colorizing output. Most of the time, this is fine, but some tools don't handle it well.
Suggested Solution
Check for NO_COLOR and don't output color codes if it is set - https://no-color.org/
tsc is adding support for NO_COLOR in an upcoming release, we should support it too.
-
Updated
Aug 1, 2020 - JavaScript
- Wikipedia
- Wikipedia
For reproduction:
I created a new angular project with the cli (v 12.1.1) and added storybook (v 6.3.4). Compodoc 1.1.12 has been installed. Now if I add a @input() to one of my components and create a story for that component with default args, I got no controls rendered.
If I switch back to Compodoc 1.1.11 everything works. The difference between 1.1.11 and 1.1.12 is, that properties marke