diff options
author | Scott Main <smain@google.com> | 2011-07-07 14:51:56 -0700 |
---|---|---|
committer | Scott Main <smain@google.com> | 2012-03-02 16:29:33 -0800 |
commit | 4143781cdea0741ce6e87967c4ab903288c3e4c3 (patch) | |
tree | 975b23e54a19573720bebb8fa7d2c2d263a25043 /docs/html/guide/guide_toc.cs | |
parent | e5e11fd666d242b099466017c6d9bd23e6d2896d (diff) |
docs: add docs for market OBB
includes splitting the Licensing dev guide into multiple pages;
Turned original licensing doc into a redirect to the new
files that are under guide/market/licensing/;
Fix all links pointing to app licensing
Change-Id: Ic49493f0e560db225dd7a382ffabc904a2fa1228
Diffstat (limited to 'docs/html/guide/guide_toc.cs')
-rw-r--r-- | docs/html/guide/guide_toc.cs | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/docs/html/guide/guide_toc.cs b/docs/html/guide/guide_toc.cs index 4a9a6848632a..fd2ec93c0d87 100644 --- a/docs/html/guide/guide_toc.cs +++ b/docs/html/guide/guide_toc.cs @@ -451,8 +451,24 @@ <li><a href="<?cs var:toroot ?>guide/publishing/publishing.html"> <span class="en">Publishing on Android Market</span> </a></li> - <li><a href="<?cs var:toroot ?>guide/publishing/licensing.html"> + <li class="toggle-list"> + <div><a href="<?cs var:toroot ?>guide/market/licensing/index.html"> <span class="en">Application Licensing</span></a> + </div> + <ul> + <li><a href="<?cs var:toroot?>guide/market/licensing/overview.html"> + <span class="en">Licensing Overview</span></a> + </li> + <li><a href="<?cs var:toroot?>guide/market/licensing/setting-up.html"> + <span class="en">Setting Up for Licensing</span></a> + </li> + <li><a href="<?cs var:toroot?>guide/market/licensing/adding-licensing.html"> + <span class="en">Adding Licensing to Your App</span></a> + </li> + <li><a href="<?cs var:toroot?>guide/market/licensing/licensing-reference.html"> + <span class="en">Licensing Reference</span></a> + </li> + </ul> </li> <li class="toggle-list"> <div><a href="<?cs var:toroot?>guide/market/billing/index.html"> @@ -485,6 +501,10 @@ <li><a href="<?cs var:toroot ?>guide/market/publishing/multiple-apks.html"> <span class="en">Multiple APK Support</span></a> </li> + <li><a href="<?cs var:toroot ?>guide/market/expansion-files.html"> + <span class="en">APK Expansion Files</span></a> + <span class="new">new!</span> + </li> </ul> </li> |