diff --git a/guide/latest/cockpit-manifest.html b/guide/latest/cockpit-manifest.html index 40842a26..88a9dff3 100644 --- a/guide/latest/cockpit-manifest.html +++ b/guide/latest/cockpit-manifest.html @@ -32,11 +32,12 @@

cockpit.js: Manifests

Loading Manifests

-

You can load manifest info by loading the ./manifest.json file in - your package. In addition there is a shortcut, by loading the ../manifests.json - you can load all the manifests at once.

-

Lastly load the ../manifests.js file to register the manifests at - the cockpit.manifests global variable.

+

For a convenient access to all page manifests, include + <script src="../manifests.js"></script> into your page to register + the manifests at the cockpit.manifests global variable.

+

You can also load ../manifests.json directly in your page, with + fetch(). +

diff --git a/guide/latest/index.html b/guide/latest/index.html index 7e2f20ce..84ae710d 100644 --- a/guide/latest/index.html +++ b/guide/latest/index.html @@ -16,7 +16,7 @@
-

Documentation for Cockpit 331 +

Documentation for Cockpit 332 -- latest version available at: https://cockpit-project.org/guide/latest/