]> git.proxmox.com Git - pve2-api-doc.git/commitdiff
add all files to pve-man-include.php
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 7 Oct 2015 09:35:28 +0000 (11:35 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 7 Oct 2015 09:35:28 +0000 (11:35 +0200)
data/pve-man-include.php

index 99025877c77e343854d7009f632c37667cce1899..6f53eb99431698d6a92c03bc842dd872dc559252 100644 (file)
@@ -36,11 +36,21 @@ function efPvemanParserFunction_Render( $parser, $param1 = '', $param2 = '' ) {
        $parser->disableCache();
 
        $allowed = array(
-               'pvecm.1.html' => 1, 
-               'qm.1.html' => 1, 
-               'datacenter.cfg.5.html' => 1,
-               'vm.conf.5.html' => 1,
-               );
+           'pvecm.1.html' => 1,
+           'qm.1.html' => 1,
+           'datacenter.cfg.5.html' => 1,
+           'vm.conf.5.html' => 1,
+           'ha-manager.1.html' => 1,
+           'pct.1.html' => 1,
+           'pct.conf.5.html' => 1,
+           'pve-firewall.8.html' => 1,
+           'pveceph.1.html' => 1,
+           'pvesm.1.html' => 1,
+           'pvesubscription.1.html' => 1,
+           'pveum.1.html' => 1,
+           'qmrestore.1.html' => 1,
+           'vzdump.1.html' => 1,
+           );
 
        if (!$allowed[$param1]) {
                die ("no such manual page");