diff options
author | Katie McCormick <kmccormick@google.com> | 2012-06-26 15:29:05 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-06-26 15:29:05 -0700 |
commit | eb2ab860259af98f0f640dc10f1c5fce7a17cbc1 (patch) | |
tree | 1eca3672509109fea64c486bb23b99ec7ab61f2d /docs/html/guide/guide_toc.cs | |
parent | fb4a0e452b81794884b95daa2121a9953ade4e36 (diff) | |
parent | 76c6d86b5e05cc617a376f970444c737950c1556 (diff) |
Merge "Doc update: Adding new GCM docs." into jb-dev
Diffstat (limited to 'docs/html/guide/guide_toc.cs')
-rw-r--r-- | docs/html/guide/guide_toc.cs | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/html/guide/guide_toc.cs b/docs/html/guide/guide_toc.cs index af1ea6b4b9f1..91fa817d6b53 100644 --- a/docs/html/guide/guide_toc.cs +++ b/docs/html/guide/guide_toc.cs @@ -616,6 +616,29 @@ <li><a href="<?cs var:toroot ?>guide/google/play/expansion-files.html"> <span class="en">APK Expansion Files</span></a> </li> + + <li class="nav-section"> + <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/google/gcm/index.html"> + <span class="en">Google Cloud Messaging</span></a> + </div> + <ul> + <li><a href="<?cs var:toroot?>guide/google/gcm/gs.html"> + <span class="en">Getting Started</span></a> + </li> + <li><a href="<?cs var:toroot?>guide/google/gcm/gcm.html"> + <span class="en">Architectural Overview</span></a> + </li> + <li><a href="<?cs var:toroot?>guide/google/gcm/demo.html"> + <span class="en">Demo App Tutorial</span></a> + </li> + <li><a href="<?cs var:toroot?>guide/google/gcm/adv.html"> + <span class="en">Advanced Topics</span></a> + </li> + <li><a href="<?cs var:toroot?>guide/google/gcm/c2dm.html"> + <span class="en">Migration</span></a> + </li> + </ul> + </li> </ul> </li><!-- end Google Play --> |