X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=debian%2Ftree%2Fpve-docs-mediawiki%2Fpve-docs-mediawiki-import;h=0577b3cd046cc732958a74bfe30e455a133f1bfe;hp=d1d98d7446b395ee870c8e987fe3601a81137122;hb=f9599fd507bfbc004f749e847d5870e78c5ff4eb;hpb=8c80c3fc31d3bdae7aa4e9c2dbcfe38ccc71725b diff --git a/debian/tree/pve-docs-mediawiki/pve-docs-mediawiki-import b/debian/tree/pve-docs-mediawiki/pve-docs-mediawiki-import index d1d98d7..0577b3c 100755 --- a/debian/tree/pve-docs-mediawiki/pve-docs-mediawiki-import +++ b/debian/tree/pve-docs-mediawiki/pve-docs-mediawiki-import @@ -68,7 +68,19 @@ my $docs = { title => "High Availability", category => $cat_refdoc, }, - 'sysadmin-getting-help-plain.html' => { + 'chapter-pve-installation-plain.html' => { + title => "Installation", + category => $cat_refdoc, + }, + 'section-pve-usbstick-plain.html' => { + title => "Install from USB Stick", + category => $cat_refdoc, + }, + 'section-pve-system-requirements-plain.html' => { + title => "System Requirements", + category => $cat_refdoc, + }, + 'section-getting-help-plain.html' => { title => "Getting Help", category => $cat_refdoc, }, @@ -76,12 +88,12 @@ my $docs = { title => "Network Configuration", category => $cat_refdoc, }, - 'sysadmin-local-zfs-plain.html' => { - title => "ZFS on Linux", + 'sysadmin-pve-disk-health-monitoring-plain.html' => { + title => "Disk Health Monitoring", category => $cat_refdoc, }, - 'sysadmin-pve-installation-plain.html' => { - title => "Installation", + 'sysadmin-local-lvm-plain.html' => { + title => "Logical Volume Manager (LVM)", category => $cat_refdoc, }, 'sysadmin-pve-package-repos-plain.html' => { @@ -168,7 +180,7 @@ my $docs = { 'pve-storage-lvm-plain.html' => { title => "Storage: LVM", category => $cat_refdoc, - },q + }, 'pve-storage-lvmthin-plain.html' => { title => "Storage: LVM Thin", category => $cat_refdoc, @@ -195,3 +207,7 @@ foreach my $filename (keys %$docs) { my $d = $docs->{$filename}; update_page($d->{title}, $filename, $d->{category}); } + +# also update 'Get support' page, because this is used since a long +# time and is referenced from outside +update_page("Get support", 'sysadmin-getting-help-plain.html', 'HOWTO');