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 5,085 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
@denilsonsa on Trello:
We already have Moment.js documentation. (See Moment.js)
However, it is missing the documentation formoment-timezone, which is an optional part of moment.js.
I imagine the scraper would be mostly the same. You could even group both documentation pagess (moment and moment-timezone) under the same "Moment.js" project insie devdocs.
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 ;)
We should add .gitignore to the examples as one may directly clone the example as a starter template and discover that .gitignore is missing
💥 Proposal
Consider making https://v2.docusaurus.io/docs/docusaurus.config.js#tagline and https://v2.docusaurus.io/docs/docusaurus.config.js#favicon as part of themeConfig and not as required fields
In v1, it has to be required field because a lot of the React components need it and all the UI is locked-in. This is no longer the case in v2, i think its very coupled to theme-classic and th
-
Updated
Feb 19, 2020 - Shell
This is a tracking issue
Change all the CDN link from unpkg to jsDelivr
From/for
- docs (#1022)
- https://github.com/docsifyjs/docsify-cli/tree/master/lib/template
- plugins
- Themes
- others (if forgot to mention)
I set
{
test: /\.svg$/,
loader: 'svg-sprite-loader',
include: [resolve('./src/renderer/icons')],
exclude: [resolve('./src/renderer/icons')],
options: {
symbolId: 'icon-[name]'
}
},
{
test: /\.(png|jpe?g|gif|svg)(\?.*)?$/,
loader: 'url-loader',
exclude: [resolve('./src/renderer/ic
Here is a trivial source code organization pattern used in a number of projects:
- Code is organized using ES6 classes
- Each class is defined in a separate file. The file exports the class
- A single module (
index.js) re-exports the classes
I can't generate a correct documentation for this sample.
Input code
Here is a base class in point.js:
/**
* Class representiDescribe the bug
A clear and concise description of what the bug is.
Many of the Links in the Readme link to urls which no longer exist.
Such as https://github.com/nhn/tui.editor/blob/master/docs/getting-started.md#options havign a link to a readme page which no longer exists (but I'm using is meant to be https://nhn.github.io/tui.editor/latest/ToastUIEditor#ToastUIEditor instead of htt
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 --versio-
Updated
Feb 19, 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.
-
Updated
Feb 19, 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
-
Updated
Feb 18, 2020
To simplify the installation of cheat & cheatsheets, I created docker-cheat which packages both projects in a single 9 MB docker image. As it may be useful to others as well, I went ahead and linked the project here - specifically from the 'Related Projects' and ['Installing'](https://github.com/che
Was reading the the docs, and wanted to make use of the configuration mentioned here, with the nodejs apis.
But, I couldn't find any mention of it in the nodejs api docs. Had to do some digging into the source to see what was truly avail
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
It will be good if an user could have a field to describe itself for others pedsons
An use case scenario it will be when you have an internal wiki website where the employees can share some behaviour information about itself, what they do, how they work, personality, etc.
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.