Revert "api-builder: add breadcrumbs links"
This reverts commit 10b87e8017
.
This commit is contained in:
parent
c46892afa9
commit
c304aedb04
|
@ -10,6 +10,10 @@ h2(class="{$ doc.docType $} export")
|
|||
code.
|
||||
export {$ doc.docType $} {$ doc.name $}
|
||||
|
||||
p.location-badge.
|
||||
exported from {@link {$ doc.moduleDoc.id $} {$doc.moduleDoc.id $} }
|
||||
defined in {$ githubViewLink(doc) $}
|
||||
|
||||
:marked
|
||||
{%- if doc.notYetDocumented %}
|
||||
*Not Yet Documented*
|
||||
|
|
|
@ -10,6 +10,10 @@ include ../../_util-fns
|
|||
code.
|
||||
export {$ doc.name $}{$ paramList(doc.parameters) | indent(8, true) | trim $}{$ returnType(doc.returnType) $}
|
||||
|
||||
p.location-badge.
|
||||
exported from {@link {$ doc.moduleDoc.id $} {$doc.moduleDoc.id $} }
|
||||
defined in {$ githubViewLink(doc) $}
|
||||
|
||||
:marked
|
||||
{%- if doc.notYetDocumented %}
|
||||
*Not Yet Documented*
|
||||
|
|
|
@ -1,5 +1 @@
|
|||
{% include 'layout/breadcrumbs.html' %}
|
||||
p.location-badge.
|
||||
defined in {$ githubViewLink(doc) $}
|
||||
|
||||
{% block body %}{% endblock %}
|
|
@ -1,3 +0,0 @@
|
|||
<div class="breadcrumbs">
|
||||
<a href=".."><code>angular2</code></a>{% if doc.moduleDoc %} > {@link {$ doc.moduleDoc.id $}}{% endif %}
|
||||
</div>
|
|
@ -2,6 +2,8 @@
|
|||
{% extends 'layout/base.template.html' -%}
|
||||
{% block body -%}
|
||||
include ../../_util-fns
|
||||
p.location-badge.
|
||||
defined in {$ githubViewLink(doc) $}
|
||||
|
||||
ul
|
||||
for page, slug in public.docs[current.path[1]][current.path[2]][current.path[3]][current.path[4]]._data
|
||||
|
|
|
@ -10,6 +10,10 @@ include ../../_util-fns
|
|||
code.
|
||||
export {$ doc.name $}{$ returnType(doc.returnType) $}
|
||||
|
||||
p.location-badge.
|
||||
exported from {@link {$ doc.moduleDoc.id $} {$doc.moduleDoc.id $} }
|
||||
defined in {$ githubViewLink(doc) $}
|
||||
|
||||
:marked
|
||||
{%- if doc.notYetDocumented %}
|
||||
*Not Yet Documented*
|
||||
|
|
Loading…
Reference in New Issue