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,022 public repositories matching this topic...
-
Updated
Dec 25, 2021 - Markdown
Have you read the Contributing Guidelines on issues?
- I have read the Contributing Guidelines on issues.
Motivation
Sometimes we just want to link to the first doc of a given sidebar, without having to specify a given doc ID.
This can be useful to implement tabs navigation, like on our sit
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
Dec 21, 2021 - Ruby
-
Updated
Nov 9, 2021 - TypeScript
-
Updated
Dec 24, 2021 - Python
-
Updated
Dec 25, 2021 - Vue
-
Updated
Oct 11, 2021 - JavaScript
-
Updated
Dec 22, 2021 - TypeScript
-
Updated
Dec 25, 2021 - Python
-
Updated
Dec 18, 2021 - 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
Dec 25, 2021 - HTML
-
Updated
Dec 25, 2021 - C++
-
Updated
Nov 24, 2021 - Go
-
Updated
Dec 21, 2021 - TypeScript
-
Updated
Dec 25, 2021 - 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
Dec 20, 2021 - JavaScript
Search Terms
CNAME GitHub pages
Problem
The repro for Gerrit0/typedoc-plugin-missing-exports#4 has a a build script which copies a CNAME file so that GitHub Pages works properly. We should make this extra build step easier.
Suggested Solution
Add an option --cname
, which will result in TypeDoc creating a CNAME file with the contents of that option.
-
Updated
Dec 23, 2021 - 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.