Revert "api-builder: add breadcrumbs links"

This reverts commit 10b87e8017.
This commit is contained in:
Naomi Black 2015-11-16 23:10:18 -08:00
parent c46892afa9
commit c304aedb04
6 changed files with 14 additions and 7 deletions

View File

@ -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*

View File

@ -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*

View File

@ -1,5 +1 @@
{% include 'layout/breadcrumbs.html' %}
p.location-badge.
defined in {$ githubViewLink(doc) $}
{% block body %}{% endblock %}

View File

@ -1,3 +0,0 @@
<div class="breadcrumbs">
<a href=".."><code>angular2</code></a>{% if doc.moduleDoc %}&nbsp;&gt;&nbsp;{@link {$ doc.moduleDoc.id $}}{% endif %}
</div>

View File

@ -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

View File

@ -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*