build(aio): fix other dgeni templates
The function and interface templates were overriding the wrong block.
This commit is contained in:
parent
9a4c8d543d
commit
1762047bc0
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"currentEnvironment": {$ doc.currentEnvironment | json | trim $},
|
||||
"version": {$ doc.version.currentVersion | json | indent(2) | trim $},
|
||||
"sections": {$ doc.sections | json | indent(2) | trim $}
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
{% import "lib/paramList.html" as params -%}
|
||||
{% extends 'layout/api-base.template.html' -%}
|
||||
|
||||
{% block main %}
|
||||
{% block details %}
|
||||
{% include "includes/_description.html" %}
|
||||
{% endblock %}
|
|
@ -1,7 +1,7 @@
|
|||
{% import "lib/paramList.html" as params -%}
|
||||
{% extends 'layout/api-base.template.html' -%}
|
||||
|
||||
{% block main %}
|
||||
{% block details %}
|
||||
{% include "includes/_interface-overview.html" %}
|
||||
{% include "includes/_description.html" %}
|
||||
{% include "includes/_members.html" %}
|
||||
|
|
Loading…
Reference in New Issue