Files
build/tools/droiddoc/templates-sdk-dev/yaml_navtree.cs
Amanda Kassay 6da868246b Update path to be absolute instead of relative
Staged:
http://akassay.nyc.corp.google.com:8080/reference/packages.html?tenant=android

b/28560594


Change-Id: I7a13aebf0932a8a37fcc09bad4dcbe4cc5252bb3
2016-05-03 22:11:18 +00:00

15 lines
348 B
C#

<?cs
# print out the yaml nav for the reference docs, only printing the title,
path, and status_text (API level) for each package.
?>
reference:<?cs
each:page = docs.pages?><?cs
if:page.type == "package"?>
- title: <?cs var:page.label ?>
path: /<?cs var:page.link ?>
status_text: apilevel-<?cs var:page.apilevel ?><?cs
/if?><?cs
/each ?>