summaryrefslogtreecommitdiff
path: root/docs/html/guide/guide_toc.cs
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2010-05-14 11:57:46 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-05-14 11:57:46 -0700
commit33c06f9158f0904f5919bec5287135fd1ddbd080 (patch)
treee8c6b37d912c83c1b31052f222e3515c1e1fc6d9 /docs/html/guide/guide_toc.cs
parentf4ca2ad06e85151ef15617c900b910a48be90dba (diff)
parent6c034325a856f4cfb1e8b5bc97adbc7f9dffd0a2 (diff)
am 6c034325: am 6d8e4fd8: am b83a283a: docs: add dev guide for backup
Diffstat (limited to 'docs/html/guide/guide_toc.cs')
-rw-r--r--docs/html/guide/guide_toc.cs12
1 files changed, 10 insertions, 2 deletions
diff --git a/docs/html/guide/guide_toc.cs b/docs/html/guide/guide_toc.cs
index 51ca3cc70388..19f0f1df950b 100644
--- a/docs/html/guide/guide_toc.cs
+++ b/docs/html/guide/guide_toc.cs
@@ -144,9 +144,17 @@
<li><a href="<?cs var:toroot ?>guide/topics/intents/intents-filters.html">
<span class="en">Intents and Intent Filters</span>
</a></li>
- <li><a href="<?cs var:toroot ?>guide/topics/data/data-storage.html">
+ <li class="toggle-list">
+ <div><a href="<?cs var:toroot ?>guide/topics/data/data-storage.html">
<span class="en">Data Storage</span>
- </a></li>
+ </a> <span class="new">new!</span></div>
+ <ul>
+ <li><a href="<?cs var:toroot ?>guide/topics/data/backup.html">
+ <span class="en">Data Backup</span>
+ </a> <span class="new">new!</span>
+ </li>
+ </ul>
+ </li>
<li><a href="<?cs var:toroot ?>guide/topics/providers/content-providers.html">
<span class="en">Content Providers</span>
</a></li>