Improving the Proxmox VE Documentation: Difference between revisions
m (Protected "Improving the Proxmox VE Documentation" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
[[Category:Reference Documentation]] | [[Category:Reference Documentation]] | ||
<pvehide> | <pvehide> | ||
Contributions and improvements to the Proxmox VE documentation are always welcome. | |||
There are several ways to contribute. | |||
If you | If you find errors or other room for improvement in this documentation, please | ||
Proxmox bug tracker | file a bug at the Proxmox bug tracker to propose | ||
a correction. | |||
If you want to propose new content, | If you want to propose new content, choose one of the following options: | ||
The wiki: For specific setups, how-to guides, or tutorials the wiki is the | |||
right option to contribute. | |||
option. For | The reference documentation: For general content that will be helpful to all | ||
users please propose your contribution for the reference documentation. This | |||
includes all information about how to install, configure, use, and | |||
troubleshoot Proxmox VE features. The reference documentation is written in the | |||
asciidoc format. To edit the | |||
documentation is written in the | documentation you need to clone the git repository at | ||
git://git.proxmox.com/git/pve-docs.git; then follow the | |||
git://git.proxmox.com/git/pve-docs.git | README.adoc | ||
document. | |||
If you are interested in working on the Proxmox VE codebase, the | If you are interested in working on the Proxmox VE codebase, the | ||
Developer Documentation wiki | Developer Documentation wiki article will | ||
article will show you where to start. | show you where to start. | ||
</pvehide> | </pvehide> | ||
<!--PVE_IMPORT_END_MARKER--> | <!--PVE_IMPORT_END_MARKER--> |
Latest revision as of 17:25, 13 February 2020
Contributions and improvements to the Proxmox VE documentation are always welcome. There are several ways to contribute.
If you find errors or other room for improvement in this documentation, please file a bug at the Proxmox bug tracker to propose a correction.
If you want to propose new content, choose one of the following options:
-
The wiki: For specific setups, how-to guides, or tutorials the wiki is the right option to contribute.
-
The reference documentation: For general content that will be helpful to all users please propose your contribution for the reference documentation. This includes all information about how to install, configure, use, and troubleshoot Proxmox VE features. The reference documentation is written in the asciidoc format. To edit the documentation you need to clone the git repository at git://git.proxmox.com/git/pve-docs.git; then follow the README.adoc document.
If you are interested in working on the Proxmox VE codebase, the Developer Documentation wiki article will show you where to start. |