diff options
author | Scott Main <smain@google.com> | 2010-05-11 19:05:04 -0700 |
---|---|---|
committer | Scott Main <smain@google.com> | 2010-05-11 19:05:04 -0700 |
commit | 77ca256d95f35817caa96228570b039e2724485d (patch) | |
tree | 40371fb77a7a23360361f6b69af131b82e313625 /docs/html/resources | |
parent | a225e3b1cd02da0f748f1a8e7341c727eff28085 (diff) | |
download | frameworks_base-77ca256d95f35817caa96228570b039e2724485d.zip frameworks_base-77ca256d95f35817caa96228570b039e2724485d.tar.gz frameworks_base-77ca256d95f35817caa96228570b039e2724485d.tar.bz2 |
docs: remove the dashboard from the sidenav for the offline docs
Change-Id: I65c9d8897d6eef9ee8e09daab239b20ed7551cd7
Diffstat (limited to 'docs/html/resources')
-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> |