]> git.proxmox.com Git - pmg-docs.git/blobdiff - asciidoc-pmg.in
rephrase greylisting section in pmg-intro
[pmg-docs.git] / asciidoc-pmg.in
index c0b0cea248e67585e95b311a07b1b52c739860ae..ec4bb2a781096e7a045f57dcf6157e3f55794e1f 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',
     },
 };
 
@@ -319,6 +319,7 @@ sub compile_asciidoc {
     } elsif ($env eq 'default') {
        die "$infile: wrong doctype\n" if $doctype != 0;
        $attributes->{toc} = undef;
+       $attributes->{toc2} = undef;
     }
 
     if (!defined($outfile)) {
@@ -570,7 +571,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') {