add the 'reference only' header design as a condition to the normal templates.

also add override for implementation to the to-root link path.
bug: 27667787

Change-Id: I79892ddb7c5053d5325afcd50016c726b34e1361
This commit is contained in:
smain@google.com
2016-03-22 13:37:59 -07:00
parent 8111146ea3
commit 9a12a2f82f
2 changed files with 41 additions and 4 deletions

View File

@@ -33,4 +33,12 @@
<?cs set:count = count + #1 ?>
<?cs /each ?>
</table>
<?cs /def ?>
<?cs /def ?>
<?cs def:doc_root_override() ?><?cs
if:referenceonly
?>https://developer.android.com/<?cs
else ?><?cs
var:toroot ?><?cs
/if ?><?cs
/def ?>