Works the same as for our PVE/PBS documentation and is generally common
for documentations.
Very useful for linking specific sections of the documentation in other
places. Previously, this always had to be done by getting the correct
anchor from the HTML directly via e.g. browser devtools.
follows https://git.proxmox.com/?p=pve-docs.git;a=commit;h=ecab5895a4
Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
[S.I.: add link to relevant commit in pve-docs]
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
That slipped through, asciidoc uses 4 not 3 dashes for that.
Fixes: c8be3f0 ("installation: align zfs performance tip with PVE documentation")
Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
lots of them where made with PMG 6.2, and while we had no huge revamp,
there are quite some small to mid sized changes and improvements all
over the place, so update a few that show such changes and where easy
to regenerate quickly.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Try to improve the layout, still not really ideal with that many
thumbnails in a single relatively short section but should be a bit
easier to read.
Change the place of the UI login thumbnail as before the numerical
bulletin point list it won't work due to block boundaries and asciidoc
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
mostly to mention the 2 terms RFC5321.MailFrom and RFC5322.From
actually used in the dmarc-rfc for both terms.
additionally rephrase the link phrase from smtp_rfc to rfc_5321 (there
are at least 3 rfcs titled SMTP)
fix 1 small typo.
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
This in turn allows to also use images from other subdirectories, e.g.
`images/installer/`, and not just from `images/screenshot/`.
Replacing all paths was done mechanically using:
sed -i 's/thumbnail="pmg-gui/thumbnail="screenshot\/pmg-gui/g' *.adoc
Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
The new release also brings things such a the serial console
installer and a expandend 'Advanced Options' menu.
This mostly aligns it with the respective documentation from PVE,
rewording some things and adding some {NOTE,TIP,WARNING}s from there as
well.
Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
the result looks correct, and using sed might help in case the
pve-docs get updated:
sed -ri 's/([^-])pve([^.])/\1pmg\2/g;
/^ifdef::wiki\[\]/,/^endif::wiki\[\]/d' system-booting.adoc
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
this section explains how multiple object categories and multiple
objects interact with the rule matching.
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
and "Debian Firmware Repository", with mutual linking. Largely
identical to PVE docs, except for:
- remove mentions of ensuring a safe cluster node reboot
- adapt internal links for this doc structure
Firmware updates are important, their existence should not be checked
only when there are already noticeable problems.
Signed-off-by: Alexander Zeidler <a.zeidler@proxmox.com>
Since the actual system-checks are done in GiB and to stay consistent
with the other docs, change all GB units to GiB
Signed-off-by: Noel Ullreich <n.ullreich@proxmox.com>
Commandline/command line/command-line where being used interchangeably,
which is not correct
(see: https://learn.microsoft.com/en-us/style-guide/a-z-word-list-term-collections/c/command-line).
use command-line when it is an adjective (e.g. "command-line interface")
and use command line when it is a noun (e.g. "change the setting from
the command line")
Signed-off-by: Noel Ullreich <n.ullreich@proxmox.com>
[S.I.: fix a stray ' ' introduced with this commit]
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
During the redesign of www.proxmox.com the menu structure and therefore
some url changed. Update the external link in order to avoid an
unneccessary redirect.
Signed-off-by: Christian Ebner <c.ebner@proxmox.com>