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,379 public repositories matching this topic...
-
Updated
Jul 29, 2021 - Markdown
What the f*ck Python?
-
Updated
May 11, 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 ;)
API Documentation Browser
-
Updated
Jul 27, 2021 - Ruby
🚀 Feature
When working with the blog feed, in testing-library's, we would like a way to contain the full article and not just a truncated version of it within the feed since we don't really care about r
-
Updated
Jul 26, 2021 - TypeScript
Bug Report
A collection of full-stack resources for programmers.
-
Updated
Jul 23, 2021 - Python
An Electron & Vue.js quick start boilerplate with vue-cli scaffolding, common Vue plugins, electron-packager/electron-builder, unit/e2e testing, vue-devtools, and webpack.
-
Updated
Jun 29, 2021 - JavaScript
Wiki.js | A modern and powerful wiki app built on Node.js
-
Updated
Jul 25, 2021 - Vue
-
Updated
Jul 27, 2021 - TypeScript
Project documentation with Markdown.
-
Updated
Jul 28, 2021 - Python
An API documentation generator for JavaScript.
-
Updated
Jul 29, 2021 - JavaScript
The open source embeddable online markdown editor (component).
-
Updated
Jul 9, 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
Chinese copywriting guidelines for better written communication/中文文案排版指北
-
Updated
Jun 6, 2021 - CoffeeScript
Offline documentation browser inspired by Dash
-
Updated
Jul 19, 2021 - C++
-
Updated
Jul 28, 2021 - JavaScript
cheat allows you to create and view interactive cheatsheets on the command-line. It was designed to help remind *nix system administrators of options for commands that they use frequently, but not frequently enough to remember.
-
Updated
Jun 9, 2021 - Go
Technical documentation that just works
-
Updated
Jul 29, 2021 - TypeScript
A platform to create documentation/wiki content built with PHP & Laravel
-
Updated
Jul 28, 2021 - PHP
A handy guide to financial support for open source
-
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
May 19, 2021 - JavaScript
Search Terms
native ecmascript, esm, plugin
Problem
It would be nice to write TypeDoc plugins as ESM modules, using node's new native ESM support
Suggested Solution
typedoc can first try to require() the plugin, then if it gets an ERR_REQUIRE_ESM error, it can import() it instead. This will support both CJS and ESM and will also support CJS transpilers like ts-node.
Deprecated, please use the TypeScript-Website repo instead
-
Updated
Aug 1, 2020 - JavaScript
- Wikipedia
- Wikipedia




Describe the bug
When using
@storybook/addons-backgroundsin a react project with a customDecorator, the initial/default background value is not passed to thecontext.globals.I have a project performing text contrast logic where I need the initial value to pass to javascript.
To Reproduce