Dirk Dougherty | ba82308 | 2016-04-29 16:13:06 -0700 | [diff] [blame] | 1 | <?cs |
| 2 | |
| 3 | # print out the yaml nav for the reference docs, only printing the title, |
| 4 | path, and status_text (API level) for each package. |
| 5 | |
| 6 | ?> |
| 7 | reference:<?cs |
| 8 | each:page = docs.pages?><?cs |
| 9 | if:page.type == "package"?> |
| 10 | - title: <?cs var:page.label ?> |
Amanda Kassay | 6da8682 | 2016-05-03 18:06:14 -0400 | [diff] [blame] | 11 | path: /<?cs var:page.link ?> |
Dirk Dougherty | ba82308 | 2016-04-29 16:13:06 -0700 | [diff] [blame] | 12 | status_text: apilevel-<?cs var:page.apilevel ?><?cs |
| 13 | /if?><?cs |
| 14 | /each ?> |