pve-docs/api-viewer/index.html
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

14 lines
631 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>Proxmox VE API Documentation</title>
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/extjs/6.0.1/classic/theme-crisp-touch/resources/theme-crisp-touch-all.css">
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/extjs/6.0.1/ext-all.js"></script>
<script type="text/javascript" src="apidoc.js"></script>
</head>
<body></body>
</html>