5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-03-20 22:50:06 +03:00

also update 'Get support' page

This commit is contained in:
Dietmar Maurer 2016-09-16 10:51:03 +02:00
parent 75de476cfc
commit 11e7e157db

View File

@ -199,3 +199,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');