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,484 public repositories matching this topic...
-
Updated
Aug 28, 2021 - Markdown
-
Updated
Aug 9, 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
Aug 23, 2021 - Ruby
🐛 Bug Report
Prerequisites
- I'm using the latest version of Docusaurus.
- I have tried the
npm run clear
oryarn clear
command. - I have tried
rm -rf node_modules yarn.lock package-lock.json
and re-installing packages. - I have tried creating a repro with https://new.docusaurus.io
- I have read the console error message carefully (if applicable)
D
-
Updated
Aug 18, 2021 - TypeScript
Bug Report
-
Updated
Aug 4, 2021 - Python
-
Updated
Jun 29, 2021 - JavaScript
-
Updated
Aug 20, 2021 - Vue
-
Updated
Aug 25, 2021 - TypeScript
-
Updated
Aug 26, 2021 - Python
-
Updated
Aug 25, 2021 - JavaScript
-
Updated
Jul 9, 2021 - JavaScript
-
Updated
Jun 6, 2021 - CoffeeScript
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
Jul 19, 2021 - C++
-
Updated
Aug 28, 2021 - JavaScript
-
Updated
Jun 9, 2021 - Go
-
Updated
Aug 27, 2021 - TypeScript
-
Updated
Aug 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
Aug 6, 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
sb init
doesn't installlit-html
automatically, and it should. See attached conversation:_Originally posted by @shilman in storybookjs/storybook#15835 (comment)