diff options
| author | 2013-02-01 13:27:19 -0800 | |
|---|---|---|
| committer | 2013-02-01 13:27:19 -0800 | |
| commit | daf487fe22c0a7fe754390a0bfef5d6b28fdd12b (patch) | |
| tree | 4fde6d53ebe44625e32d5a125678fba2f0b65df3 | |
| parent | 2297d1e78cc70d4e19d9e7c66d24fc494455166c (diff) | |
| parent | df9fa4c602e986495fe8795fb800858b48693040 (diff) | |
am df9fa4c6: Doc change: Explicitly declare pages that should use the \'sdk\' page template. This simplifies the assignment of the \'sdk\' hdf var in Doclava.
# Via Dirk Dougherty
* commit 'df9fa4c602e986495fe8795fb800858b48693040':
Doc change: Explicitly declare pages that should use the 'sdk' page template. This simplifies the assignment of the 'sdk' hdf var in Doclava.
| -rw-r--r-- | docs/html/sdk/index.jd | 1 | ||||
| -rw-r--r-- | docs/html/tools/sdk/ndk/index.jd | 1 | ||||
| -rw-r--r-- | docs/html/tools/sdk/preview/index.jd | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/docs/html/sdk/index.jd b/docs/html/sdk/index.jd index 961afda79765..cb9d2ef0ebbd 100644 --- a/docs/html/sdk/index.jd +++ b/docs/html/sdk/index.jd @@ -1,4 +1,5 @@ page.title=Android SDK +page.template=sdk header.hide=1 page.metaDescription=Download the official Android SDK to develop apps for Android-powered devices. diff --git a/docs/html/tools/sdk/ndk/index.jd b/docs/html/tools/sdk/ndk/index.jd index f3c9a4407e53..cb4954bd0aac 100644 --- a/docs/html/tools/sdk/ndk/index.jd +++ b/docs/html/tools/sdk/ndk/index.jd @@ -1,4 +1,5 @@ ndk=true +page.template=sdk ndk.win_download=android-ndk-r8d-windows.zip ndk.win_bytes=327014028 diff --git a/docs/html/tools/sdk/preview/index.jd b/docs/html/tools/sdk/preview/index.jd index ed8f7e0d5522..d96df93dd9d3 100644 --- a/docs/html/tools/sdk/preview/index.jd +++ b/docs/html/tools/sdk/preview/index.jd @@ -1,2 +1,3 @@ sdk.redirect=true +page.template=sdk @jd:body |