update documentation (#142)

* update documentation

changed start command
used a tags for links nested inside table and p tags, because Github did not render them correctly

* set link to navigation on side-nav.md
This commit is contained in:
suzanadirla
2017-12-14 10:59:03 +00:00
committed by Denys Vuika
parent 7d1f3615b5
commit 926cae95cc
5 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ This project was generated with [Angular CLI](https://github.com/angular/angular
## Development server
Run `ng start` for a dev server. Navigate to `http://localhost:3000/` (opens by default).
Run `npm start` for a dev server. Navigate to `http://localhost:3000/` (opens by default).
The app will automatically reload if you change any of the source files.
## Code scaffolding
+1 -1
View File
@@ -22,7 +22,7 @@ This application uses the latest releases from Alfresco:
- [Alfresco Community Edition 201707](https://www.alfresco.com/products/community/download)
<p class="warning">
You also need [node.js](https://nodejs.org/en/) (8.9.1 or later) installed to build it locally from source code.
You also need <a href="https://nodejs.org/en/" target="_blank">node.js</a> (8.9.1 or later) installed to build it locally from source code.
</p>
The latest version of the Alfresco Content platform is required
+2 -2
View File
@@ -111,7 +111,7 @@ By default, the application ships with the following rules already predefined:
```
<p class="tip">
You can get more details on the supported rules in the following article: [Upload Service](https://github.com/Alfresco/alfresco-ng2-components/blob/master/docs/upload.service.md).
You can get more details on the supported rules in the following article: <a href="https://github.com/Alfresco/alfresco-ng2-components/blob/master/docs/upload.service.md" target="_blank">Upload Service</a>.
</p>
### Pagination settings
@@ -137,5 +137,5 @@ You can change the default settings of the pagination that gets applied to all t
You can store any information in the application configuration file, and access it at runtime by using the `AppConfigService` service provided by ADF.
<p class="tip">
Please refer to the [AppConfigService](https://github.com/Alfresco/alfresco-ng2-components/blob/master/docs/app-config.service.md) documentation to get more details on Application Configuration features and API available.
Please refer to the <a href="https://github.com/Alfresco/alfresco-ng2-components/blob/master/docs/app-config.service.md" target="_blank">AppConfigService</a> documentation to get more details on Application Configuration features and API available.
</p>
+3 -3
View File
@@ -84,7 +84,7 @@ actions are automatically hidden when the user does not have permission.
<tr>
<td>View</td>
<td>
Opens the selected file using the [Preview](https://github.com/Alfresco/alfresco-content-app/tree/development/src/app/components/preview) component,
Opens the selected file using the <a href="https://github.com/Alfresco/alfresco-content-app/tree/development/src/app/components/preview" target="_blank">Preview</a> component,
where the file cannot be displayed natively in a browser a PDF rendition is obtained from the repository.
</td>
<td>Not applicable</td>
@@ -110,7 +110,7 @@ actions are automatically hidden when the user does not have permission.
<td>Copy</td>
<td colspan="2">
Files and folders can be copied to another location in the content repository using the
[content-node-selector](https://alfresco.github.io/adf-component-catalog/components/ContentNodeSelectorComponent.html) component;
<a href="https://alfresco.github.io/adf-component-catalog/components/ContentNodeSelectorComponent.html" target="_blank">content-node-selector</a> component;
once the copy action has completed the user is notified and can undo the action (which permanently deletes the created copies).
</td>
</tr>
@@ -118,7 +118,7 @@ actions are automatically hidden when the user does not have permission.
<td>Move</td>
<td colspan="2">
Files and folders can be moved to another location in the content repository using the
[content-node-selector](https://alfresco.github.io/adf-component-catalog/components/ContentNodeSelectorComponent.html) component;
<a href="https://alfresco.github.io/adf-component-catalog/components/ContentNodeSelectorComponent.html" target="_blank">content-node-selector</a> component;
once the move action has completed the user is notified and can undo the action (which moves the items back to the original location).
</td>
</tr>
+1 -2
View File
@@ -24,5 +24,4 @@ and uploads can be canceled which will stop uploads in progress or permanently d
The navigation links are configurable via the [app.config.json](https://github.com/Alfresco/alfresco-content-app/blob/master/src/app.config.json).
Default configuration creates two sections.
See [How to work with the side navigation](/) for more information about configuring the side navigation.
See [Navigation](/navigation) for more information about configuring the side navigation.