From 12790dec5d3167f005a03ea5b932ae0551964867 Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Fri, 20 Jan 2023 10:42:14 +0200 Subject: [PATCH] doc: start `Unistall Extension` section --- docs/guide/extension-install.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/guide/extension-install.md b/docs/guide/extension-install.md index c1aa44a8..334c9f74 100644 --- a/docs/guide/extension-install.md +++ b/docs/guide/extension-install.md @@ -46,6 +46,14 @@ Select the version to be installed (usually the last one) and click `Install`. O > For Explicit Release: the order of the releases is the one in the "extensions" object +The extension has been installed but it cannot be accessed yet. In order to activate the extension toggle it in the `Activated` state. + +Go to `Manage Extensions` (as admin user or regular user). Search for the extension and enable it. + + +## Uninstall Extension + + ## Manifest File The manifest file is just a `JSON` file that lists a collection of extensions that can be installed. This file is of the form: