mirror of
git://git.proxmox.com/git/pve-docs.git
synced 2025-03-20 22:50:06 +03:00
improve update target, update all auto-generated files
This commit is contained in:
parent
561229878c
commit
7aacca6f1d
3
Makefile
3
Makefile
@ -260,8 +260,9 @@ upload: ${GEN_DEB} ${DOC_DEB}
|
||||
|
||||
.PHONY: update
|
||||
update: clean
|
||||
rm -f *.5-opts.adoc .1-synopsis.adoc .8-synopsis.adoc
|
||||
rm -f *.5-opts.adoc *.1-synopsis.adoc *.8-synopsis.adoc
|
||||
rm -f api-viewer/apidata.js
|
||||
rm -f pve-firewall-macros.adoc
|
||||
make all
|
||||
|
||||
clean:
|
||||
|
10
README.adoc
10
README.adoc
@ -16,11 +16,17 @@ When possible, we provide scripts to extract API definitions,
|
||||
configuration or command line options from the source code.
|
||||
|
||||
To simplify the documentation task, we keep all Documentation within
|
||||
this repository. It is possible to generate the docs (without installing
|
||||
any additional Proxmox packages) with:
|
||||
this repository. It is possible to generate the docs without installing
|
||||
any additional Proxmox packages with:
|
||||
|
||||
make index
|
||||
|
||||
To update the auto-generate API definitions use:
|
||||
|
||||
make update
|
||||
|
||||
NOTE: you need a fully installed development environment for that.
|
||||
|
||||
|
||||
Debian Packages
|
||||
---------------
|
||||
|
34506
api-viewer/apidata.js
34506
api-viewer/apidata.js
File diff suppressed because it is too large
Load Diff
@ -388,7 +388,8 @@ Owner group name or id.
|
||||
|
||||
`-perms` `string` ::
|
||||
|
||||
File permissions to use.
|
||||
File permissions to use (octal by default, prefix with '0x' for
|
||||
hexadecimal).
|
||||
|
||||
`-user` `string` ::
|
||||
|
||||
@ -419,7 +420,8 @@ container.
|
||||
|
||||
`-perms` `string` ::
|
||||
|
||||
File permissions to use.
|
||||
File permissions to use (octal by default, prefix with '0x' for
|
||||
hexadecimal).
|
||||
|
||||
`-user` `string` ::
|
||||
|
||||
|
@ -109,7 +109,7 @@ Wipe throughput (cstream -t parameter value).
|
||||
|
||||
Server IP or DNS name.
|
||||
|
||||
`-server[n]` `string` ::
|
||||
`-server2` `string` ::
|
||||
|
||||
Backup volfile server IP or DNS name.
|
||||
+
|
||||
@ -384,7 +384,7 @@ Wipe throughput (cstream -t parameter value).
|
||||
|
||||
Server IP or DNS name.
|
||||
|
||||
`-server[n]` `string` ::
|
||||
`-server2` `string` ::
|
||||
|
||||
Backup volfile server IP or DNS name.
|
||||
+
|
||||
|
@ -331,7 +331,7 @@ Amount of memory shares for auto-ballooning. The larger the number is, the
|
||||
more memory this VM gets. Number is relative to weights of all other
|
||||
running VMs. Using zero disables auto-ballooning
|
||||
|
||||
`-smbios[n]` `[family=<str>] [,manufacturer=<name>] [,product=<name>] [,serial=<str>] [,sku=<str>] [,uuid=<UUID>] [,version=<str>]` ::
|
||||
`-smbios1` `[family=<str>] [,manufacturer=<name>] [,product=<name>] [,serial=<str>] [,sku=<str>] [,uuid=<UUID>] [,version=<str>]` ::
|
||||
|
||||
Specify SMBIOS type 1 fields.
|
||||
|
||||
@ -958,7 +958,7 @@ running VMs. Using zero disables auto-ballooning
|
||||
|
||||
Ignore locks - only root is allowed to use this option.
|
||||
|
||||
`-smbios[n]` `[family=<str>] [,manufacturer=<name>] [,product=<name>] [,serial=<str>] [,sku=<str>] [,uuid=<UUID>] [,version=<str>]` ::
|
||||
`-smbios1` `[family=<str>] [,manufacturer=<name>] [,product=<name>] [,serial=<str>] [,sku=<str>] [,uuid=<UUID>] [,version=<str>]` ::
|
||||
|
||||
Specify SMBIOS type 1 fields.
|
||||
|
||||
|
@ -241,7 +241,7 @@ Amount of memory shares for auto-ballooning. The larger the number is, the
|
||||
more memory this VM gets. Number is relative to weights of all other
|
||||
running VMs. Using zero disables auto-ballooning
|
||||
|
||||
`smbios[n]`: `[family=<str>] [,manufacturer=<name>] [,product=<name>] [,serial=<str>] [,sku=<str>] [,uuid=<UUID>] [,version=<str>]` ::
|
||||
`smbios1`: `[family=<str>] [,manufacturer=<name>] [,product=<name>] [,serial=<str>] [,sku=<str>] [,uuid=<UUID>] [,version=<str>]` ::
|
||||
|
||||
Specify SMBIOS type 1 fields.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user