docs(sidenav reorg): remove glossary and cheatsheet from REFERENCE. Move glossary to BASICS. Rename REFERENCE to API REFERENCE

This commit is contained in:
Eric Jimenez
2016-04-25 14:22:24 -04:00
committed by Naomi Black
parent 085e495c07
commit 8f158f2241
10 changed files with 88 additions and 50 deletions
@@ -148,7 +148,7 @@ include {$ relativePath(doc.path, '_util-fns') $}
.div(layout="row" layout-xs="column" class="instance-members" class="row-margin")
div(flex="20" flex-xs="100")
h2(class="h2-api-docs") Class Details
div(flex="80" flex-xs="100")
div(class="code-links" flex="80" flex-xs="100")
{% for member in doc.members %}{% if not member.internal %}
a(name="{$ member.name $}-anchor" class="anchor-offset")
pre(class="prettyprint no-bg" ng-class="{ 'anchor-focused': appCtrl.isApiDocMemberFocused('{$ member.name $}') }")