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,810 public repositories matching this topic...
-
Updated
May 31, 2022 - Markdown
Have you read the Contributing Guidelines on issues?
- I have read the Contributing Guidelines on issues.
Motivation
I realized there are a few text labels in our repo that are accidentally not translated. This has happened a few times in the past as well (see #4542). It would be interesti
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 ;)
What the f*ck Python?
-
Updated
May 11, 2022 - Python
API Documentation Browser
-
Updated
May 29, 2022 - Ruby
Respectively, we have the following opening PRs from dependabot, where we need to test everything out, as such build scripts, and so on, to make sure that nothing is going to be broken if we merge them in main:
- #1722
- #1720
- #1706
- #1705
- #1704
- #1703
- #1698
- #1697
- #1724
Anyone feel free to pick it up and update your progress h
Bug Report
Wiki.js | A modern and powerful wiki app built on Node.js
-
Updated
May 30, 2022 - Vue
A collection of full-stack resources for programmers.
-
Updated
May 30, 2022 - 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
Jan 14, 2022 - JavaScript
-
Updated
May 30, 2022 - TypeScript
Project documentation with Markdown.
-
Updated
May 23, 2022 - Python
An API documentation generator for JavaScript.
-
Updated
May 9, 2022 - JavaScript
The open source embeddable online markdown editor (component).
-
Updated
Mar 9, 2022 - JavaScript
Chinese copywriting guidelines for better written communication/中文文案排版指北
-
Updated
May 25, 2022
-
Updated
May 27, 2022 - HTML
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
Documentation that simply works
-
Updated
May 30, 2022 - TypeScript
Offline documentation browser inspired by Dash
-
Updated
May 3, 2022 - C++
A platform to create documentation/wiki content built with PHP & Laravel
-
Updated
May 30, 2022 - PHP
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
Mar 20, 2022 - Go
Pointers to useful, well-written, and otherwise beautiful documentation.
-
Updated
May 16, 2022
Turn on "slow 3g" in Network emulation. Notice that navigation feels slow in part because there's no visual feedback.
https://user-images.githubusercontent.com/810438/170408691-8486215f-ebfc-4bfe-b2a9-124e92b41be2.mov
I think what should happen instead is that the active sidebar component should reflect the currently pending route. Even if it's still loading. Alternatively, maybe there shoul
A handy guide to financial support for open source
-
Updated
Nov 28, 2021
Add GitHub link and/or link to the project site (instead of the typedoc site), to the default theme?
Search Terms
Would it be possible to add a GitHub link and/or a link to the actual site (instead of the typedoc site), to the default theme?
Problem
I find for typedoc sites, I get to the typedoc site, and would like t
What specific section or headline is this issue about?
The AMO policies page has been moved to Extension Workshop (https://extensionworkshop.com/documentation/publish/add-on-policies/). The original page (https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/AMO/Policy) is still discoverable with some search engines (e.g. DDG) but giving a 404 error because it has no redirect.
W
- Wikipedia
- Wikipedia



aria-expanded is meant to be used with button, or some other role. It is currently be added to the parent div with no role making the attribute ineffective.
https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-expanded#associated_roles
Moving the aria-expanded to the button that does the expanding will provide better accessibility to those using screen readers.