mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-04-28 12:12:29 +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 });
|
||||
chomp $data_str;
|
||||
|
||||
print "var pveOnlineHelpInfo = ${data_str};\n";
|
||||
print "const pveOnlineHelpInfo = ${data_str};\n";
|
||||
|
||||
} elsif ($clicmd eq 'chapter-table') {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user