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,238 public repositories matching this topic...
-
Updated
Jun 29, 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
Jun 26, 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 6, 2021 - Python
-
Updated
Jun 16, 2021 - JavaScript
-
Updated
Jun 28, 2021 - TypeScript
-
Updated
Jun 25, 2021 - Vue
-
Updated
Jun 27, 2021 - Python
-
Updated
Jun 26, 2021 - JavaScript
-
Updated
May 21, 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
Jun 6, 2021 - CoffeeScript
-
Updated
Apr 21, 2021 - C++
-
Updated
Jun 28, 2021 - JavaScript
-
Updated
Jun 9, 2021 - Go
-
Updated
Jun 28, 2021 - TypeScript
-
Updated
Jun 28, 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
Problem
Im using bitbucket and as I can see only github repositories are allowed.
/(github(?:\.[a-z]+)*\.[a-z]{2,})[:/]([^/]+)\/(.*)/Suggested Solution
Add bitbucket to regexp.
in GitHubPlugin.js file I changed.
In constructor
const url = /(bitbucket(?:\.[a-z]+)*\.[a-z]{2,})[:/]([^/]+)\/(.*)/.exec(repoLinks[i]);In getGitHubUrl
return [
`https:/-
Updated
Aug 1, 2020 - JavaScript
- Wikipedia
- Wikipedia


Describe the bug
NextJS, Vercel and Storybook don't work nicely together when using the Next default of removing trailing slashes.
The problem is that Storybook expects a trailing slash in the URL, while Next removes trailing slashes by default. This can be flipped to require trailing slashes, but only for all URLs.
Another way around this is a custom route, but [Vercel doesn't support cust