5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-01-25 06:03:45 +03:00

41 Commits

Author SHA1 Message Date
Thomas Lamprecht
e2d681b368 run make update-static
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-11-29 13:12:20 +01:00
Nick Chevsky
25203dc111 Document new SSD emulation feature
This change documents the recently added SSD emulation feature for
IDE, SATA, and SCSI drives, which consists of:

* an `ssd` qm.conf flag [1], and
* an "SSD emulation" drive option in pve-manager. [2]

[1] https://git.proxmox.com/?p=qemu-server.git;a=commit;h=6c875f9f315f2dc7a0a3a988622c2efdf089b171
[2] https://git.proxmox.com/?p=pve-manager.git;a=commit;h=6e40f7b0347e4275f6bcc7a484f930d4345d1c8e

Signed-off-by: Nick Chevsky <nchevsky@gmail.com>
2018-11-10 10:58:58 +01:00
Thomas Lamprecht
4d47f12597 make update-static
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-10-23 12:57:54 +02:00
Dietmar Maurer
0c83a706e6 api-viewer: correctly escape html when displaying return types.
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
2018-09-14 13:36:36 +02:00
Thomas Lamprecht
e56030c4d7 api-viewer: use our extjs package
The loading of an external hosted ExtJS is from a time where we did
not have a extra ExtJS package as it still was in the pve-manager
one, which was not desired to be installed on a non-pve machine.
Add a dependency on libjs-extjs and a link from api-viewer/extjs to
the installation directory of the ExtJS package, this allows to reuse
ExtJS on PVE node hosted docs and on the hosted docs from proxmox.com
at the same time.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-07-26 14:11:00 +02:00
Thomas Lamprecht
de7763697d api-viewer: use 'normal' over 'touch' theme
The touch feels super zoomed, and the api-viewer is probably much
more viewed through a desktop/laptop not a mobile device with small
high-dpi touch screen.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-07-26 14:10:45 +02:00
Thomas Lamprecht
b23bc10ebd api-viewer: use much smaller minified extjs
Use the over 4 times smaller minfied version of ExtJS, not the debug
one.

Any developer can easily use the debug version if needed, but most of
the times it this isn't the case.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-07-26 14:10:33 +02:00
Thomas Lamprecht
5da3d723c1 update static files
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-07-10 11:35:10 +02:00
Dietmar Maurer
a9a8e3d108 update API 2018-05-14 12:30:15 +02:00
Dietmar Maurer
ba295265e6 api-viewer: minor style fix 2018-03-22 13:32:32 +01:00
Dietmar Maurer
27a7acb285 update generated docs 2018-03-22 13:18:05 +01:00
Thomas Lamprecht
69c4b95624 api-viewer: show full return info if available
if we have extended information available about what a API call
returns the show it.

Just stringify the items and/or properties object and put it in <pre>
tags.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-03-22 13:06:16 +01:00
Dominik Csapak
4a0cf6f845 fix typo in api viewer
authententification -> authentication
authententicated -> authenticated

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2018-02-14 11:40:38 +01:00
Dietmar Maurer
35a75dd36c update generated docs 2018-02-12 09:50:48 +01:00
Thomas Lamprecht
cd115543df api-viewer: adapt and add flex for parameter coolumns
Allow to use space better on higher resolutions.

Names, Defaults and Types can be read comfortably without the need of
resizing the colum width manually each time.

Cleanup trailing whithespace in the surrounding area.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2017-12-22 07:58:48 +01:00
Thomas Lamprecht
bc6d4d50de api-viewer: also show the 'default' schema column
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2017-12-22 07:58:26 +01:00
Wolfgang Bumiller
2489d6df4a update generated docs 2017-10-19 09:30:23 +02:00
Dietmar Maurer
5d9c884c7b update generated docs 2017-06-29 18:01:29 +02:00
Fabian Grünbichler
52e44c5018 update generated docs 2017-01-27 11:26:12 +01:00
Dietmar Maurer
6875b729e5 update generated docs 2016-12-09 11:48:23 +01:00
Dietmar Maurer
32d876b51a update auto-generated docs 2016-12-01 10:58:19 +01:00
Dietmar Maurer
c4808e75e0 update autogenerated docs 2016-11-20 11:02:02 +01:00
Dietmar Maurer
f13c1238e2 update autogenerated docs 2016-11-20 10:24:34 +01:00
Dietmar Maurer
013dc89ffc update generated docs 2016-11-05 16:49:43 +01:00
Dietmar Maurer
de0983cb5f update auto generated docs 2016-11-03 13:23:26 +01:00
Dietmar Maurer
2c0dde619d update autogenerated docs 2016-09-29 12:18:57 +02:00
Dietmar Maurer
e94f0d563e update apidata.js (add missing descriptions) 2016-09-05 10:24:26 +02:00
Dietmar Maurer
6068d8ce89 api-viewer/PVEAPI.js: fix syntax error 2016-09-05 10:07:41 +02:00
Dietmar Maurer
61e5a832cd api-viewer: use verbose_description if available 2016-09-05 09:42:35 +02:00
Dietmar Maurer
4bd7df8bb6 update apidata.js - include typetext property for strings. 2016-09-05 09:31:55 +02:00
Dietmar Maurer
7f5866a309 iapi-viewer: correctly encode type text 2016-09-05 09:03:35 +02:00
Dominik Csapak
b47424198c set the first tab of a page active
else no tab would be selected by default,
but the first would still be shown,
leading to confusion which tab is active

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2016-09-05 06:57:34 +02:00
Dietmar Maurer
57b78691f8 update generated docs 2016-05-23 12:29:28 +02:00
Dietmar Maurer
c2993fe56c update auto-generated docs 2016-05-19 16:37:05 +02:00
Dietmar Maurer
14089646c6 update generated docs (minor fix) 2016-05-11 13:08:46 +02:00
Dietmar Maurer
f004f5b97a update generated files 2016-05-11 10:58:30 +02:00
Dietmar Maurer
b2ff6d63c3 use ExtJS6 for API viewer (theme crisp-touch) 2016-04-30 15:07:52 +02:00
Dietmar Maurer
4466070224 update auto-generate docs
Which are now sorted, so that we can detect changes easily.
2016-04-30 12:03:57 +02:00
Dietmar Maurer
7aacca6f1d improve update target, update all auto-generated files 2016-04-30 11:35:45 +02:00
Dietmar Maurer
561229878c add apidata.js to git repository
So that we can build without any pve packages installed.
2016-04-30 11:24:10 +02:00
Dietmar Maurer
356064f40d add api-viewer to index.adoc 2016-04-29 14:13:12 +02:00