]> git.proxmox.com Git - pve-docs.git/blobdiff - debian/tree/pve-docs-mediawiki/pve-docs-mediawiki-import
pve-docs-mediawiki-import: import new pve-disk-health-monitoring page
[pve-docs.git] / debian / tree / pve-docs-mediawiki / pve-docs-mediawiki-import
index 6e6d1cd726632c0301647b329ee13d29b553619d..fb8548321c3949ba99be28ea0c9ef7cfb38c3c6d 100755 (executable)
@@ -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,18 +88,14 @@ 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-local-lvm-plain.html' => {
        title => "Logical Volume Manager (LVM)",
        category => $cat_refdoc,
     },
-    'sysadmin-pve-installation-plain.html' => {
-       title => "Installation",
-       category => $cat_refdoc,
-    },
     'sysadmin-pve-package-repos-plain.html' => {
        title => "Package Repositories",
        category => $cat_refdoc,
@@ -199,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');