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 4,955 public repositories matching this topic...
I tried to follow the initial steps from here: https://www.learnstorybook.com/intro-to-storybook/react/en/get-started/
running:
npx create-react-app taskbox
cd taskbox
Then when I ran:
npx -p @storybook/cli sb init
I get the error TypeError: Cannot set property 'storybook' of undefined
This is the full message in my terminal:
sb init - the simplest way to add a
From COMMUNITY-ROLES.md:
Specifically: once a repository collaborator has merged at least 10 PRs (see
https://github.com/tldr-pages/tldr/commits?committer=<username>) and submitted at least 5 non-trivial reviews to PRs (seehttps://github.com/tldr-pages/tldr/pulls?q=reviewed-by:<username>), which can overlap with t
I'd like to start working on adding the Nuxt.js documentation. (Trello card
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 ;)
🐛 Bug Report
My docs site has broken since 2.0.0-alpha.40, if the heading(h1, h2, ...) contains <, <= in mdx , it will break when run yarn build but it works fine in the development environment.
Have you read the Contributing Guidelines on issues?
Yes
To Reproduce
- Add this
A collection of full-stack resources for programmers.
-
Updated
Jan 15, 2020 - Shell
If you follow the docs on https://docsify.js.org/#/write-a-plugin
Then this would overwrite all other plugins. Either change the interface or show to to concat the plugin with existing plugins.
Unit tests for main should be included as well as renderer unit tests.
Many electron apps keep a lot of logic in the main process, and unit tests for this code is also important.
Input code
import {b} from 'b'
/** x */
const x = 0
/** y */
const y = 0
JSDoc debug output
DE
Sitemap generated with empty loc tags, i.e.
<url>
<loc></loc>
<changefreq>daily</changefreq>
</url>Example attached.
sitemap.xml.gz
Effect
Causes Google Search to report errors, request correction and resubmission.
Version
☕ sjt@max:~/kx/code/v2$ mkdocs --versioThe open source embeddable online markdown editor (component).
-
Updated
Jan 15, 2020 - JavaScript
You can define state in each example using a custom initialState/setState API:
initialState = { count: 42 }
;<Button onClick={() => setState({ count: state.count + 1 })}>
{state.count}
</Button>This was implemented long before hooks but does the same thing as hooks:
const [count, setCount] = React.useState(42)
;<Button onClick={() => setCount(count + 1)}>{countWDK documentation
I want to use zeal to query windows driver documents, but after I download the c and c++ documents,i can not found wdk function . for example the function NtCreateFile or ZwCreateFile. I can found it from microsoft document (https://docs.microsoft.com/zh-cn/search/?search=zwcreatefile&category=All). Did I not find it or it is not exist in zeal ?
the funtion information: https://docs.microsoft.
Chinese copywriting guidelines for better written communication/中文文案排版指北
-
Updated
Jan 15, 2020 - CoffeeScript
When rotating between landscape/portrait, you can lose your open document and position. I have encountered this issue on an iPhone XS Max running iOS 12.3.1.
Steps to recreate:
- Search for something.
- View an article.
- Rotate into landscape mode (on my iPhone XS Max, this shows the search view and the document view side-by-side)
- Rotate back to portrait
Expected behavior: Show
I am relatively new to GitHub and even newer to Wiki.js & struggled for several hours to properly configure port 80 and 443 proxying to get the wiki my colleague built for our company to automatically work with port 80 & 443 and automatically redirect to port 443 and have it work properly with the wiki node proxy.
I would like to suggest a quick addition of a full proper nginx config (example b
https://opensource.guide/legal/
It is not clear to me how i should practically note the copyright of a code part (for example 5 lines from a MIT project). Is it legally OK to just note the source, author and license in the commit message description or should it be in the header of the file or in the LICENSE file of the project?
When i copy whole files, the license header should not be r
Sorry to pollute the issue queue with this but I wasn't sure where else to put it.
I wrote a couple of simple bash functions that make it easy to pull up and edit a cheat document in a new pane and close it from the command line when using tmux. Maybe it could be included in the documentation somewhere.
tmux_cheat_page() {
if [[ "$TERM" =~ 'screen' ]] && [[ -n "$CHEAT_EDITOR" ]]; then
- What version of documentation.js are you using?:
$ grep '"version"' node_modules/documentation/package.json
"version": "11.0.1"- How are you running documentation.js (on the CLI, Node.js API, Grunt, other?):
npx documentation serve
- Feature Request
documentation serve has no built-in way to serve over HTTPS; you'd have to SSL terminate through nginx, use `n
Text on lines 60-62 format didn't to appear to be within the template string itself. Found this issue on the typescript website when searching the docs. I will create a PR to fix issue.
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
Describe the feature you'd like
On the markdown editor, I would like to have a link to some markdown help. It would also be nice to have some buttons which insert the markdown syntax for you.
Two examples of what I mean:
Github markdown
I haven't compared the lists at length but I think there a lot of merit in merging @markerikson 's webpack advanced techniques list into this repo. It's a little bit of work doing all the copy pasta and finding dupes, but maybe you could label this hacktoberfest on the issue, and someone can find this
Assemble's highly modular nature makes it difficult to discover methods that are added via mixins or inheritance. For example, .use and .define are provided by Base and implicitely added through Templates.
It would be a huge help to have some basic, generated JSDocs that incorporate all of the default packages. JSDoc provides the @mixinand [`@mix
- Wikipedia
- Wikipedia


Some markdown bold syntax is incorrectly displayed.
It should be modified as follows.