fix(api-builder): correctly import github and params helpers
This commit is contained in:
parent
13878efca7
commit
1e9c0724c2
|
@ -1,5 +1,5 @@
|
||||||
{% include "lib/githubLinks.html" -%}
|
{% import "lib/githubLinks.html" as github -%}
|
||||||
{% include "lib/paramList.html" -%}
|
{% import "lib/paramList.html" as params -%}
|
||||||
{% extends 'layout/base.template.html' -%}
|
{% extends 'layout/base.template.html' -%}
|
||||||
|
|
||||||
{% block body %}
|
{% block body %}
|
||||||
|
@ -24,6 +24,6 @@ div(layout="row" layout-xs="column" class="row-margin ng-cloak")
|
||||||
|
|
||||||
p(class="location-badge").
|
p(class="location-badge").
|
||||||
exported from {@link {$ doc.moduleDoc.id $} {$doc.moduleDoc.id $} }
|
exported from {@link {$ doc.moduleDoc.id $} {$doc.moduleDoc.id $} }
|
||||||
defined in {$ githubViewLink(doc) $}
|
defined in {$ github.githubViewLink(doc) $}
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
Loading…
Reference in New Issue