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,542 public repositories matching this topic...
-
Updated
Sep 11, 2021 - Markdown
-
Updated
Aug 31, 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 ;)
🐛 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
Sep 10, 2021 - Ruby
-
Updated
Sep 11, 2021 - TypeScript
Bug Report
-
Updated
Sep 1, 2021 - Python
-
Updated
Jun 29, 2021 - JavaScript
-
Updated
Sep 9, 2021 - Vue
-
Updated
Sep 7, 2021 - TypeScript
-
Updated
Sep 10, 2021 - Python
-
Updated
Sep 11, 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
Sep 11, 2021 - JavaScript
-
Updated
Sep 7, 2021 - Go
-
Updated
Sep 9, 2021 - TypeScript
-
Updated
Sep 10, 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
Sep 3, 2021 - JavaScript
Search Terms
GitHub Pages, nojekyll, 404 error, page not found
Problem
A very common pitfall when serving TypeDoc documentation on GitHub Pages is getting 404 errors because of HTML file names that start with an underscore. Adding a .nojekyll
file to your GitHub Pages root fixes this.
TypeDoc automatically clears your output folder, so your .nojekyll
file will get removed. Th
-
Updated
Aug 1, 2020 - JavaScript
- Wikipedia
- Wikipedia
Bug
Running build-storybook with the -w or --watch flags do not run the storybook build in watch mode. The build runs once and ends. The cli option described here does not produce the desired results.
It seems like the feature was added here but has since been brok