Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dc55c972 authored by Elliot Waite's avatar Elliot Waite Committed by Android (Google) Code Review
Browse files

Merge "Generate reference nav to _book.yaml for devsite builds." into mnc-mr-docs

parents 5b005e1d ba823084
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
<?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 ?>