diff options
author | Andrew Solovay <asolovay@google.com> | 2014-06-12 10:40:23 -0700 |
---|---|---|
committer | Andrew Solovay <asolovay@google.com> | 2014-06-13 10:52:29 -0700 |
commit | 4737af8b0aa77681270b6bc6478a946b71144e45 (patch) | |
tree | 1e3c52836c89890e17911656e69f843762bab5ad /docs/html/guide/guide_toc.cs | |
parent | ded9c171ead51b358538a65d8b84946e05d8db2b (diff) |
docs: Added "Verifying for ART" to TOC.
Now that "Verifying App Behavior on the Android Runtime (ART)"
(guide/practices/verifying-apps-art.jd) is published, also adding it
to the "API Guides" TOC.
You can verify it at
http://asolovay.mtv:9001/guide/practices/index.html
(...it's the last element in the "Best Practices" submenu.)
Change-Id: If7b445616768d17193309dbd3075b2630652ac96
Diffstat (limited to 'docs/html/guide/guide_toc.cs')
-rw-r--r-- | docs/html/guide/guide_toc.cs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/html/guide/guide_toc.cs b/docs/html/guide/guide_toc.cs index 0a234aa17279..ff083120e824 100644 --- a/docs/html/guide/guide_toc.cs +++ b/docs/html/guide/guide_toc.cs @@ -564,7 +564,11 @@ <li><a href="<?cs var:toroot ?>guide/practices/tablets-and-handsets.html"> <span class="en">Supporting Tablets and Handsets</span> </a></li> - + <li> + <a href="<?cs var:toroot ?>guide/practices/verifying-apps-art.html"> + <span class="en">Verifying App Behavior on ART</span> + </a> + </li> </ul> </li> |