]> git.proxmox.com Git - pmg-docs.git/blobdiff - asciidoc-pmg.in
bump version to 6.0-2
[pmg-docs.git] / asciidoc-pmg.in
index c0b0cea248e67585e95b311a07b1b52c739860ae..443afe622bf75a0f013feeb38c97b9031399dde9 100644 (file)
@@ -45,11 +45,11 @@ my $online_help_links = {
     },
     'pmg_documentation_index' => {
        link => '/pmg-docs/index.html',
-       title => 'Proxmox VE Documentation Index',
+       title => 'Proxmox Mail Gateway Documentation Index',
     },
     'pmg_admin_guide' => {
        link => '/pmg-docs/pmg-admin-guide.html',
-       title => 'Proxmox VE Administration Guide',
+       title => 'Proxmox Mail Gateway Administration Guide',
     },
 };
 
@@ -570,7 +570,7 @@ if ($clicmd eq 'compile-wiki') {
     my $data_str =  to_json($res_data, { pretty => 1,  canonical => 1 });
     chomp $data_str;
 
-    print "var pmgOnlineHelpInfo = ${data_str};\n";
+    print "var proxmoxOnlineHelpInfo = ${data_str};\n";
 
 } elsif ($clicmd eq 'chapter-table') {