diff --git a/docs/console/tutorials/create-extension.md b/docs/console/tutorials/create-extension.md index 5ce35ddcd1..d6dfc9ba42 100644 --- a/docs/console/tutorials/create-extension.md +++ b/docs/console/tutorials/create-extension.md @@ -18,9 +18,13 @@ This guide requires that you have: - The response from the Backoffice endpoint can be embedded within an iframe. See this [link](/development_suite/api-console/api-design/endpoints.md#manage-advanced-endpoint-parameters) for more information. - Miactl tool installed consulting the guide on this [link](/cli/miactl/20_setup.md) - ## 1. Register Backoffice Extension +:::tip +Before proceeding make sure that `miactl` is updated to the latest version. +Follow [`miactl` setup page][setup-miactl] for more details. +::: + Once that all requisites are satisfied, you can register the Backoffice as an extension using the following command: ```sh @@ -78,7 +82,6 @@ These registered routes are rendered as a menu item with label `Integrated Backo - not define the `category` field, so that the menu item will not be attached on any menu group ::: - **Response on success** ```markdown Successfully applied extension with id `my-extension-id` @@ -204,4 +207,7 @@ miactl extensions delete --endpoint https:/// --company-id my Successfully deleted extension from Company ``` -You can repeat [step 2](#2-check-that-the-new-extension-is-registered) to verify that the extension has been successfully removed. \ No newline at end of file +You can repeat [step 2](#2-check-that-the-new-extension-is-registered) to verify that the extension has been successfully removed. + + +[setup-miactl]: ../../cli/miactl/20_setup#installation