[ADF-2764] Applied new doc tool features to core library (#3383)

This commit is contained in:
Andy Stark
2018-05-23 19:30:48 +01:00
committed by Eugenio Romano
parent 5831bc1d77
commit 41777e0540
97 changed files with 965 additions and 788 deletions
+5 -5
View File
@@ -6,15 +6,15 @@ Last reviewed: 2018-05-16
# About Component
This component allow you to have a general overview of the version of ADF installed and the status of the Content service and Process service
This component allow you to have a general overview of the version of ADF installed and the status of the [Content service](../core/content.service.md) and [Process service](../process-services/process.service.md).
Note at the moment this component is mostly for internal use and it require:
- create a version file : npm list --depth=0 --json=true --prod=true > versions.json
- provide this version file in the dist folder
- create a version file : npm list --depth=0 --json=true --prod=true > versions.json
- provide this version file in the dist folder
### Basic Usage
## Basic Usage
```html
<adf-about></adf-about>
```