mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2764] Updated doc files with latest script features (#3368)
* [ADF-2764] Updated doc files with latest script features * [ADF-2764] Rebuilt full index instead of just content services index
This commit is contained in:
committed by
Eugenio Romano
parent
f69bad3732
commit
c8f04193c7
12
tools/doc/templates/component.ejs
vendored
12
tools/doc/templates/component.ejs
vendored
@@ -5,7 +5,7 @@
|
||||
| -- | -- | -- | -- |
|
||||
<% properties.forEach(function(prop) { -%>
|
||||
<% if (prop.isInput) { -%>
|
||||
| <%= prop.name %> | `<%- prop.type %>` | <%= prop.defaultValue %> | <%= prop.docText %> |
|
||||
| <%= prop.name %> | `<%- prop.type %>` | <%- prop.defaultValue %> | <%- prop.docText %> |
|
||||
<% } -%>
|
||||
<% }) -%>
|
||||
<% } %>
|
||||
@@ -15,9 +15,9 @@
|
||||
|
||||
| Name | Type | Description |
|
||||
| -- | -- | -- |
|
||||
<% properties.forEach(function(prop) { %>
|
||||
<% if (prop.isOutput) { %>
|
||||
| <%= prop.name %> | `<%- prop.type %>` | <%= prop.docText %> |
|
||||
<% } %>
|
||||
<% }) %>
|
||||
<% properties.forEach(function(prop) { -%>
|
||||
<% if (prop.isOutput) { -%>
|
||||
| <%= prop.name %> | `<%- prop.type %>` | <%- prop.docText %> |
|
||||
<% } -%>
|
||||
<% }) -%>
|
||||
<% } %>
|
Reference in New Issue
Block a user