mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3745] Fixed broken links in docs (#4141)
* [ADF-3745] Updated broken links * [ADF-3745] Fixed glitches in release notes * [ADF-3745] Removed unwanted type links
This commit is contained in:
committed by
Eugenio Romano
parent
b32654b236
commit
a416cbab82
@@ -231,7 +231,7 @@ A more complex rule can take other rules as parameters:
|
||||
This is mainly useful for creating "metarules" that require certain
|
||||
relationships to hold among the parameter rules. A few useful metarules
|
||||
are defined in the
|
||||
[core.evaluators.ts](../lib/extensions/evaluators/core.evaluators.ts) file:
|
||||
[core.evaluators.ts](../../lib/extensions/src/lib/evaluators/core.evaluators.ts) file:
|
||||
|
||||
- `every`: Returns true only if all the parameter rules return true
|
||||
- `some`: Returns true if one or more of the parameter rules return true
|
||||
|
@@ -11,7 +11,7 @@ most cases, this is used to make small customizations (for example, the various
|
||||
list components let you supply custom content to show when the list is empty).
|
||||
However, there are also a few "containers" whose entire content is set by the user
|
||||
with the container itself being mainly for convenient display and formatting
|
||||
(for example, the [Accordion component](../core/accordion.component.md)).
|
||||
(for example, the [Info drawer component](../core/info-drawer.component.md)).
|
||||
|
||||
You supply the content you want to transclude between the opening and closing tags of
|
||||
the main component. In a few cases, this content can be completely free-form as with
|
||||
|
Reference in New Issue
Block a user