mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-04-29 08:32:38 +00:00
save pveOnlineHelpInfo as const
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
cf96251f13
commit
8e410f5399
@ -579,7 +579,7 @@ if ($clicmd eq 'compile-wiki') {
|
|||||||
my $data_str = to_json($res_data, { pretty => 1, canonical => 1 });
|
my $data_str = to_json($res_data, { pretty => 1, canonical => 1 });
|
||||||
chomp $data_str;
|
chomp $data_str;
|
||||||
|
|
||||||
print "var pveOnlineHelpInfo = ${data_str};\n";
|
print "const pveOnlineHelpInfo = ${data_str};\n";
|
||||||
|
|
||||||
} elsif ($clicmd eq 'chapter-table') {
|
} elsif ($clicmd eq 'chapter-table') {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user