chore(api-builder): use Jade include rather than Harp partial
This commit is contained in:
parent
b38939c7f4
commit
33398281a2
|
@ -8,6 +8,8 @@ p.location-badge.
|
||||||
ul
|
ul
|
||||||
{% for page in doc.childPages -%}
|
{% for page in doc.childPages -%}
|
||||||
li
|
li
|
||||||
!= partial("{$ relativePath(doc.path, '../../../_includes/_hover-card') $}", {name: "{$ page.title $}", url: "{$ relativePath(doc.moduleFolder, page.exportDoc.path) $}" })
|
- var name = "{$ page.title $}";
|
||||||
|
- var url = "{$ relativePath(doc.moduleFolder, page.exportDoc.path) $}";
|
||||||
|
include {$ relativePath(doc.path, '../../../_includes/_hover-card') $}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endblock %}
|
{% endblock %}
|
Loading…
Reference in New Issue