mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3198] Final doc checks for release (#3513)
* [ADF-3198] Doc link check for release * [ADF-3198] Updated main index doc page
This commit is contained in:
committed by
Eugenio Romano
parent
fa18d4dc3e
commit
84102c38cd
@@ -20,11 +20,11 @@ The only prerequisite of this tutorial is that an instance of Alfresco Content S
|
||||
but its simplicity allows us to focus more on the development of the environment setup.
|
||||
|
||||
If you don't have an instance of Alfresco Content Services up and running, see
|
||||
[Preparing the development environment](./preparing-the-development-environment.html)
|
||||
[Preparing the development environment](./preparing-environment.md)
|
||||
to learn how to set it up.
|
||||
|
||||
You will need the `npm` client to download the requested Node libraries (also explained in
|
||||
[Preparing the development environment](./preparing-the-development-environment.html)).
|
||||
[Preparing the development environment](./preparing-environment.md)).
|
||||
|
||||
## Creating the JavaScript application
|
||||
|
||||
|
@@ -6,7 +6,7 @@ Level: Basic
|
||||
In this tutorial you are going to see how to create an ADF application from scratch, using the [Yeoman scaffolding tool](http://yeoman.io/). This is a "getting started" task that should enable you to start developing your own ADF application.
|
||||
|
||||
## Prerequisites
|
||||
Before any further task, be sure you executed the optional section described in [the preparation of the development environment](./preparing-environment.html), dedicated to the installation of the ADF Yeoman generator. This is a requested prerequisite to complete this tutorial with success.
|
||||
Before any further task, be sure you executed the optional section described in [the preparation of the development environment](./preparing-environment.md), dedicated to the installation of the ADF Yeoman generator. This is a requested prerequisite to complete this tutorial with success.
|
||||
|
||||
## Creating the ADF application
|
||||
The creation of a brand new application is straightforward using the [Yeoman generator](http://yeoman.io/). Open a terminal and execute the following command.
|
||||
|
@@ -8,7 +8,7 @@ To focus the description on the `NodesApiService`, we will develop on top of the
|
||||
[Alfresco Example Content Application](https://github.com/Alfresco/alfresco-content-app).
|
||||
If you don't have it already installed in your development environment then see the
|
||||
*how-to* description in
|
||||
[preparation of the development environment](./preparing-the-development-environment.md).
|
||||
[preparation of the development environment](./preparing-environment.md).
|
||||
|
||||
When you have the Alfresco Example Content Application up and running, edit the `FileComponent`
|
||||
defined in `src/app/components/files/files.component.ts`. Change the `onNodeDoubleClick` method
|
||||
|
Reference in New Issue
Block a user