mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-08-14 08:46:16 +00:00
update auto-generate docs
Which are now sorted, so that we can detect changes easily.
This commit is contained in:
parent
7aacca6f1d
commit
4466070224
33078
api-viewer/apidata.js
33078
api-viewer/apidata.js
File diff suppressed because it is too large
Load Diff
@ -39,6 +39,6 @@ sub cleanup_tree {
|
|||||||
|
|
||||||
my $tree = cleanup_tree(PVE::RESTHandler::api_dump('PVE::API2'));
|
my $tree = cleanup_tree(PVE::RESTHandler::api_dump('PVE::API2'));
|
||||||
|
|
||||||
print "var pveapi = " . to_json($tree, {pretty => 1}) . ";\n\n";
|
print "var pveapi = " . to_json($tree, {pretty => 1, canonical => 1}) . ";\n\n";
|
||||||
|
|
||||||
exit(0);
|
exit(0);
|
||||||
|
Loading…
Reference in New Issue
Block a user