diff options
author | Scott Main <smain@google.com> | 2010-05-11 19:25:19 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-05-11 19:25:19 -0700 |
commit | 827a50dda4c1900ab5333f8c2d3705796ff4649d (patch) | |
tree | 163e48277b72b14a8ae67ea9373d00e7e659683f | |
parent | b4c9a8f664f1dd57644e6d6cf2723eff9a505072 (diff) | |
parent | 77ca256d95f35817caa96228570b039e2724485d (diff) | |
download | frameworks_base-827a50dda4c1900ab5333f8c2d3705796ff4649d.zip frameworks_base-827a50dda4c1900ab5333f8c2d3705796ff4649d.tar.gz frameworks_base-827a50dda4c1900ab5333f8c2d3705796ff4649d.tar.bz2 |
Merge "docs: remove the dashboard from the sidenav for the offline docs" into froyo
-rw-r--r-- | docs/html/resources/resources_toc.cs | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/html/resources/resources_toc.cs b/docs/html/resources/resources_toc.cs index f5a82f8..0d6ecc4 100644 --- a/docs/html/resources/resources_toc.cs +++ b/docs/html/resources/resources_toc.cs @@ -18,7 +18,8 @@ </a></li> </ul> </li> - +<?cs + if:android.whichdoc == "online" ?> <li> <h2><span class="en">Device Dashboard</span> </h2> @@ -27,7 +28,9 @@ <span class="en">Platform Versions</span> </a></li> </ul> - </li> + </li><?cs + /if +?> <li> <h2><span class="en">Technical Articles</span> |