diff options
author | Scott Main <smain@google.com> | 2010-11-29 14:28:13 -0800 |
---|---|---|
committer | Scott Main <smain@google.com> | 2010-11-29 14:28:13 -0800 |
commit | b402f11a6dfb78a4666dc173cdad10ad578f71c9 (patch) | |
tree | 427921b9a7fdfe3b7a64e9977ddf0b94a0660b25 /docs/html/sdk/sdk_toc.cs | |
parent | 40220edf0e44f99b7b7e5ccce9de8681c532e88e (diff) |
docs: add preview sdk docs to provide an api overview and install steps,
enable the 'preview' flag for the docs build
revise sdk side nav for preview
Change-Id: Ifc26cfb1f18e394e96853fd42f0e194d5f8552f3
Diffstat (limited to 'docs/html/sdk/sdk_toc.cs')
-rw-r--r-- | docs/html/sdk/sdk_toc.cs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/html/sdk/sdk_toc.cs b/docs/html/sdk/sdk_toc.cs index 057d9e0f2dec..0b74bd6d26b2 100644 --- a/docs/html/sdk/sdk_toc.cs +++ b/docs/html/sdk/sdk_toc.cs @@ -37,6 +37,17 @@ </ul> </li><?cs /if ?> + <?cs + if:sdk.preview ?> + <li><h2>Android Preview SDK</h2></li> + <ul> + <li><a href="<?cs var:toroot ?>sdk/preview/features.html">Introduction +to Honeycomb</a></li> + <li><a href="<?cs var:toroot ?>sdk/preview/installing.html">Getting +Started</a></li> + </ul> + </li><?cs + /if ?> <li> <h2> <span class="en">Downloadable SDK Components</span> |