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,343 public repositories matching this topic...
-
Updated
Nov 27, 2020 - Shell
API Documentation Browser
-
Updated
Nov 26, 2020 - Ruby
What the f*ck Python?
-
Updated
Nov 8, 2020 - 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 ;)
🚀 Feature
The blog plugin should enable feeds by default.
Motivation
Docusaurus 1 enables both blogs and feeds by default. Docusaurus 2 extracts the blog into a separate plugin so it makes sens
-
Updated
Nov 19, 2020 - TypeScript
Bug Report
A collection of full-stack resources for programmers.
-
Updated
Nov 22, 2020 - 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
Nov 1, 2020 - JavaScript
-
Updated
Nov 26, 2020 - JavaScript
Wiki.js | A modern, lightweight and powerful wiki app built on Node.js
-
Updated
Nov 24, 2020 - Vue
An API documentation generator for JavaScript.
-
Updated
Nov 25, 2020 - JavaScript
Project documentation with Markdown.
-
Updated
Nov 25, 2020 - Python
The open source embeddable online markdown editor (component).
-
Updated
Nov 1, 2020 - JavaScript
Current behavior
print warning message "did not recognize object of type "ChainExpression"" and can't show props & methods module in the demo page.
To reproduce
reactjs/react-docgen#463
High version babel and low version ast-types cause this problem
react-docgen update ast-types to ^0.14.2 to re
Chinese copywriting guidelines for better written communication/中文文案排版指北
-
Updated
Nov 15, 2020 - CoffeeScript
Offline documentation browser inspired by Dash
-
Updated
Nov 25, 2020 - C++
-
Updated
Nov 26, 2020 - 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
Nov 26, 2020 - Go
A handy guide to financial support for open source
-
Updated
Nov 17, 2020
A platform to create documentation/wiki content built with PHP & Laravel
-
Updated
Nov 26, 2020 - PHP
-
Updated
Nov 23, 2020 - JavaScript
I was just contributing to the docs a few minutes ago and after running
yarn checkgot this warning
"The prop value with an expression type of SequenceExpression could not be resolved. Please file issue to get this fixed immediately." .
Thought I'd let you know.
A Material Design theme for MkDocs
-
Updated
Nov 26, 2020 - TypeScript
Deprecated, please use the TypeScript-Website repo instead
-
Updated
Aug 1, 2020 - JavaScript
Search Terms
Markedjs, Marked, email, mangle
Problem
Autolinked email addresses in the generated files are escaped with HTML character references.
On every run of TypeDoc, the escape sequence is randomly generated.
The result is, that the generated HTML files differ from the previous version, even if the meaningful content doesn't change. A version management system detects that a
- Wikipedia
- Wikipedia



Is your feature request related to a problem? Please describe💯
In my component's props TS interface, I can use JSDoc comments to set the description, and can even use the
@defaulttag to describe the default valueHowever, nothing happens when I use the
@deprecatedtag.Describe the solution you'd like
Some ideas: