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 @@
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()
.
+
Cockpit Guide |
---|
Documentation for Cockpit 331 +
Documentation for Cockpit 332 -- latest version available at: https://cockpit-project.org/guide/latest/