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 6,902 public repositories matching this topic...
-
Updated
Apr 23, 2021 - Markdown
-
Updated
Apr 9, 2021 - Python
-
Updated
Apr 22, 2021 - Ruby
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 ;)
🚀 Feature
We should validate docs/blog/pages frontmatter against a Joi schema:
- prevent the user to use bad frontmatter
- display friendly error messages when this happens
- allow unknown frontmatter (user can assign additional metadata to each doc)
- unit-test this validation logic
- try to use the frontmatter TS types in the theme?
Some initial work has been done in https://gith
-
Updated
Apr 4, 2021 - TypeScript
Bug Report
-
Updated
Apr 11, 2021 - Python
-
Updated
Apr 21, 2021 - JavaScript
-
Updated
Apr 23, 2021 - JavaScript
-
Updated
Apr 20, 2021 - Vue
-
Updated
Apr 22, 2021 - Python
-
Updated
Apr 23, 2021 - JavaScript
-
Updated
Feb 15, 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
Jan 30, 2021 - CoffeeScript
-
Updated
Apr 21, 2021 - C++
-
Updated
Apr 23, 2021 - JavaScript
-
Updated
Apr 20, 2021 - Go
-
Updated
Apr 22, 2021 - PHP
-
Updated
Nov 17, 2020
-
Updated
Apr 22, 2021 - TypeScript
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
Apr 22, 2021 - JavaScript
-
Updated
Aug 1, 2020 - JavaScript
https://github.com/TypeStrong/typedoc/blob/master/scripts/generate_changelog.js can be used to generate a changelog for TypeDoc's versions. It is now being used to generate the release notes when a new release is published.
The next step is to use this script in the [typedoc-
- Wikipedia
- Wikipedia


What's the problem?
I have successfully customized my storybook with
addon-themesand created the dark style for div with a.docs-storyclass.I tried to style the "show code" button on the docs tab without luck via CSS in preview-head.html.
The problem is that there is no unique CSS class to scope (only dynamically generated classes):