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,373 public repositories matching this topic...
I'm opening this as a discussion before I make any PR.
This project has a directory named contributing-guides/, something most of the users definitely do not know.
Here are two things to consider about that directory:
- The files in it, even though being very valuable (especially the style guide), have had very few cont
No description provided???
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
From the docs section Add favicon and metadata
Comment in code example states for "The doc prop contains some metadata about the page being rendered that you can use."
// The doc prop contains some metadata about the page being rendered that you can use.
const Wrapper = ({ children, doc }) => <React.Fragment>
Analytics snippets?
🚀 Feature
A programmatic way to navigate through pages.
Have you read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/master/CONTRIBUTING.md#reporting-new-issu
-
Updated
Apr 29, 2020 - Shell
-
Updated
Apr 2, 2020 - JavaScript
-
Updated
May 1, 2020 - JavaScript
-
Updated
May 2, 2020 - JavaScript
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
Apr 3, 2020 - JavaScript
I am referencing to https://github.com/styleguidist/react-styleguidist/blob/0ecaaf52e7ce68b41bd202d4fde382a9e8ccef6e/examples/react-native/styleguide.config.js
It seems that adding to the styleguide.config.js configuration does not allow documenting of .web.js components:
{
"webpackConfig": {
"resolve": {
"extensions": [".web.js", ".js"],
}
}
}It
-
Updated
Apr 27, 2020 - C++
-
Updated
Apr 5, 2020 - CoffeeScript
I was looking how to setup wiki.js on apache for weeks and I want to share this for those that are looking for support. (This little guide is for Ubuntu)
First go to your apache folder (/etc/apache2/) and open the folder "sites-available", then create the file with your subdomain name, for example "wiki.example.com.conf".
Put this code inside the file:
`<VirtualHost *:443>
ServerName wi
-
Updated
May 1, 2020 - JavaScript
-
Updated
Mar 30, 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
-
Updated
Apr 29, 2020 - JavaScript
-
Updated
Apr 29, 2020 - PHP
-
Updated
Apr 29, 2020 - JavaScript
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
-
Updated
Apr 29, 2020 - HTML
-
Updated
Jun 16, 2019 - CSS
- Wikipedia
- Wikipedia


Is your feature request related to a problem? Please describe.
I would like to be able to configure the iframe width in the same way I can already configure the height.
Describe the solution you'd like
To add a parameter similar to
iframeHeightthat will configure the width of the iframe. Ideal name would beiframeWidthDescribe alternatives you've considered
Any other met