From df9fa4c602e986495fe8795fb800858b48693040 Mon Sep 17 00:00:00 2001 From: Dirk Dougherty Date: Thu, 29 Nov 2012 13:09:21 -0800 Subject: [PATCH] Doc change: Explicitly declare pages that should use the 'sdk' page template. This simplifies the assignment of the 'sdk' hdf var in Doclava. Change-Id: I0bf0c691db8f190215f95ab8659e28fd73a496d7 --- docs/html/sdk/index.jd | 1 + docs/html/tools/sdk/ndk/index.jd | 1 + docs/html/tools/sdk/preview/index.jd | 1 + 3 files changed, 3 insertions(+) diff --git a/docs/html/sdk/index.jd b/docs/html/sdk/index.jd index 961afda79765c..cb9d2ef0ebbd4 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 f3c9a4407e53e..cb4954bd0aac3 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 ed8f7e0d55229..d96df93dd9d30 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