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,172 public repositories matching this topic...
-
Updated
Oct 12, 2020 - Shell
What the f*ck Python?
-
Updated
Oct 5, 2020 - Python
Feature
v1 had a noIndex option: https://docusaurus.io/docs/en/site-config#noindex-boolean
Let's add it to v2 too!
Also need to:
- edit the migration doc: https://v2.docusaurus.io/docs/migrating-from-v1-to-v2/#removed-fields
- edit the migration cli to migrate correctly this config
There are scripts to easily test the migration cli, look at scripts `yarn test:v1Migration:migrate
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
Sep 21, 2020 - TypeScript
A collection of full-stack resources for programmers.
-
Updated
Oct 6, 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
Jun 12, 2020 - JavaScript
-
Updated
Oct 12, 2020 - JavaScript
Wiki.js | A modern, lightweight and powerful wiki app built on Node.js
-
Updated
Oct 11, 2020 - Vue
An API documentation generator for JavaScript.
-
Updated
Oct 12, 2020 - JavaScript
Project documentation with Markdown.
-
Updated
Oct 12, 2020 - Python
The open source embeddable online markdown editor (component).
-
Updated
Sep 22, 2020 - JavaScript
Current behavior
When stylegudist is configured to use a font size for base and/or text to be anything other than 16px, the paragraph content generated from markdown does not use the specified font size.
Question: Is a markdown paragraph considered to be either base or text? I am assuming it should be text at the very least.
To reproduce
-
Config:
module.
Chinese copywriting guidelines for better written communication/中文文案排版指北
-
Updated
May 7, 2020 - CoffeeScript
Offline documentation browser inspired by Dash
-
Updated
Sep 30, 2020 - C++
-
Updated
Oct 13, 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
Sep 21, 2020 - Go
A handy guide to financial support for open source
-
Updated
Oct 8, 2020
A platform to create documentation/wiki content built with PHP & Laravel
-
Updated
Oct 12, 2020 - PHP
-
Updated
Aug 17, 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.
Deprecated, please use the TypeScript-Website repo instead
-
Updated
Aug 1, 2020 - JavaScript
A Material Design theme for MkDocs
-
Updated
Oct 12, 2020 - TypeScript
Search Terms
Optional type, optional parameters,
Problem
TypeScript 3.0 added support for Optional elements in tuple types, but TypeDoc didn't get support at the same time.
Checklist
- Add a new
Typemodel for optional types - Add a test for `type T
- Wikipedia
- Wikipedia



Originally posted by @tmeasday in storybookjs/storybook#12699 (comment)
Currently the decorator code disallows the user from overwriting story
parametersin the story context. This should be updated to include other core metadata including: