Commit Graph

5 Commits

Author SHA1 Message Date
Maximiliano Sandoval
a646466b9d fix some typos
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
2025-01-30 13:35:53 +01:00
Christoph Heiss
38d1451907 asciidoc: make thumbnail path relative to images/
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>
2024-02-27 16:49:18 +01:00
Stoiko Ivanov
349ff12ada admin: system-booting: add screenshots
additionally adapt the paths for pmg with:
sed -ri 's/screenshot\///g' system-booting.adoc

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2024-02-27 11:54:17 +01:00
Stoiko Ivanov
8378a1ebaa admin: system-booting: replace pve with pmg automatically
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>
2024-02-27 11:20:12 +01:00
Stoiko Ivanov
93f6b84af6 admin: system-booting: copy system-booting.adoc from pve-docs
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2024-02-27 10:29:51 +01:00