yaml_navtree.cs revision 6da868246bb4714af31eda7fae4b59ba2b4f740c
1<?cs
2
3# print out the yaml nav for the reference docs, only printing the title,
4path, and status_text (API level) for each package.
5
6?>
7reference:<?cs
8each:page = docs.pages?><?cs
9  if:page.type == "package"?>
10- title: <?cs var:page.label ?>
11  path: /<?cs var:page.link ?>
12  status_text: apilevel-<?cs var:page.apilevel ?><?cs
13  /if?><?cs
14/each ?>
15