[ADF-1586] Added new doc files for Document List library (#2427)

This commit is contained in:
Andy Stark
2017-10-04 16:56:32 +01:00
committed by Eugenio Romano
parent 12f5a219f5
commit b2452f6097
10 changed files with 521 additions and 409 deletions

View File

@@ -4,18 +4,6 @@ Indicates the current position within a navigation hierarchy.
![Breadcrumb](docassets/images/breadcrumb.png)
<!-- markdown-toc start - Don't edit this section. npm run toc to generate it-->
<!-- toc -->
- [Basic Usage](#basic-usage)
* [Properties](#properties)
* [Events](#events)
<!-- tocstop -->
<!-- markdown-toc end -->
## Basic Usage
```html
@@ -39,3 +27,11 @@ Indicates the current position within a navigation hierarchy.
| Name | Returned Type | Description |
| --- | --- | --- |
| navigate | [PathElementEntity](https://github.com/Alfresco/alfresco-js-api/blob/master/src/alfresco-core-rest-api/docs/PathElementEntity.md) | emitted when user clicks on a breadcrumb |
<!-- Don't edit the See also section. Edit seeAlsoGraph.json and run config/generateSeeAlso.js -->
<!-- seealso start -->
## See also
- [Document list component](document-list.component.md)
- [Dropdown breadcrumb component](dropdown-breadcrumb.component.md)
<!-- seealso end -->