From 2aabada18d4b78b34bbe1be08f168ad6a94e8f37 Mon Sep 17 00:00:00 2001 From: Francesco Corti Date: Mon, 1 Feb 2021 13:02:17 +0100 Subject: [PATCH] Type on the tutorial (#1964) --- docs/tutorials/how-to-create-your-first-extension.md.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/how-to-create-your-first-extension.md.yaml b/docs/tutorials/how-to-create-your-first-extension.md.yaml index 11b2473ab..b86c7fc3a 100644 --- a/docs/tutorials/how-to-create-your-first-extension.md.yaml +++ b/docs/tutorials/how-to-create-your-first-extension.md.yaml @@ -2,7 +2,7 @@ Title: How to create your first extension --- -The purpose of this tutorial is to describe how to develop a “hello word” extension for the [Alfresco Content Application (aka ACA)](https://github.com/Alfresco/alfresco-content-app "https://github.com/Alfresco/alfresco-content-app"). The [ACA extension mechanism](https://alfresco-content-app.netlify.app/#/extending/ "https://alfresco-content-app.netlify.app/#/extending/") is the suggested way to customise the supported front-end application, and this tutorial is supposed to be the foundation for a content to share with customers and partners. +The purpose of this tutorial is to describe how to develop a “hello world” extension for the [Alfresco Content Application (aka ACA)](https://github.com/Alfresco/alfresco-content-app "https://github.com/Alfresco/alfresco-content-app"). The [ACA extension mechanism](https://alfresco-content-app.netlify.app/#/extending/ "https://alfresco-content-app.netlify.app/#/extending/") is the suggested way to customise the supported front-end application, and this tutorial is supposed to be the foundation for a content to share with customers and partners. # Prerequisites @@ -146,4 +146,4 @@ Now that everything is properly developed, it’s time to launch ADW and see the What you should see is a new item in left menu of the landing page for ACA, implementing the route to a new page with the following content. Below the screenshot describing what it should look like. -![extension](../images/extension-01.png) \ No newline at end of file +![extension](../images/extension-01.png)