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 8,093 public repositories matching this topic...
-
Updated
Jan 11, 2022 - Markdown
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
Dec 23, 2021 - Python
-
Updated
Jan 11, 2022 - Ruby
-
Updated
Jan 7, 2022 - TypeScript
-
Updated
Jan 5, 2022 - Python
-
Updated
Jan 10, 2022 - Vue
-
Updated
Oct 11, 2021 - JavaScript
-
Updated
Jan 10, 2022 - TypeScript
-
Updated
Jan 8, 2022 - Python
-
Updated
Jan 11, 2022 - JavaScript
-
Updated
Dec 14, 2021 - JavaScript
-
Updated
Dec 13, 2021
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
Jan 10, 2022 - HTML
-
Updated
Dec 25, 2021 - C++
-
Updated
Jan 8, 2022 - Go
-
Updated
Jan 11, 2022 - TypeScript
-
Updated
Jan 10, 2022 - PHP
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
Nov 28, 2021
-
Updated
Jan 10, 2022 - JavaScript
Add GitHub link and/or link to the project site (instead of the typedoc site), to the default theme?
Search Terms
Would it be possible to add a GitHub link and/or a link to the actual site (instead of the typedoc site), to the default theme?
Problem
I find for typedoc sites, I get to the typedoc site, and would like t
-
Updated
Jan 11, 2022 - Jupyter Notebook
- Wikipedia
- Wikipedia
Describe the bug
In Firefox, the zoom feature uses
transform
styles (see storybookjs/storybook#12845) - unfortunately this breaks positioning on elements that requireposition: fixed
when in the "Docs" view.Normally a
position: fixed
element's position would correspond to the viewport but in Firefox it corresponds to the element with thetransform
style.