build(aio): class API template once again extends export-base (#22534)
PR Close #22534
This commit is contained in:
parent
1d2bdcb4d0
commit
b64139650c
@ -1,12 +1,8 @@
|
|||||||
{% import "lib/memberHelpers.html" as memberHelpers -%}
|
{% import "lib/memberHelpers.html" as memberHelpers -%}
|
||||||
{% import "lib/descendants.html" as descendants -%}
|
{% import "lib/descendants.html" as descendants -%}
|
||||||
{% import "lib/paramList.html" as params -%}
|
{% import "lib/paramList.html" as params -%}
|
||||||
{% extends 'base.template.html' -%}
|
{% extends 'export-base.template.html' -%}
|
||||||
|
|
||||||
{% block body %}
|
|
||||||
<p class="short-description">{$ doc.shortDescription | marked $}</p>
|
|
||||||
{% include "includes/security-notes.html" %}
|
|
||||||
{% include "includes/deprecation.html" %}
|
|
||||||
{% block overview %}
|
{% block overview %}
|
||||||
{% include "includes/class-overview.html" %}
|
{% include "includes/class-overview.html" %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
@ -25,5 +21,3 @@
|
|||||||
|
|
||||||
{% block annotations %}{% include "includes/annotations.html" %}{% endblock %}
|
{% block annotations %}{% include "includes/annotations.html" %}{% endblock %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% include "includes/usageNotes.html" %}
|
|
||||||
{% endblock %}
|
|
||||||
|
@ -5,6 +5,6 @@
|
|||||||
{% include "includes/security-notes.html" %}
|
{% include "includes/security-notes.html" %}
|
||||||
{% include "includes/deprecation.html" %}
|
{% include "includes/deprecation.html" %}
|
||||||
{% block overview %}{% endblock %}
|
{% block overview %}{% endblock %}
|
||||||
{% include "includes/usageNotes.html" %}
|
|
||||||
{% block details %}{% endblock %}
|
{% block details %}{% endblock %}
|
||||||
|
{% include "includes/usageNotes.html" %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user