diff options
| author | 2016-02-23 13:51:13 -0500 | |
|---|---|---|
| committer | 2016-02-23 13:51:13 -0500 | |
| commit | 7b62b0f9ab26ba0878bce3799683c3b1ddacf8d2 (patch) | |
| tree | 8d4671cd1fed58944366afb8dd9693947847112e | |
| parent | 019375b5d716bc440aa2f6965db30d67f1440f14 (diff) | |
Update for DevSite build. Added nonavpage variable to pages expecting no nav.
Change-Id: I5d59c84acd7fcae123c0fbcb683febaeaf0b3863
| -rw-r--r-- | docs/html/auto/index.jd | 1 | ||||
| -rw-r--r-- | docs/html/design/index.jd | 1 | ||||
| -rw-r--r-- | docs/html/index.jd | 1 | ||||
| -rw-r--r-- | docs/html/tv/adt-1/index.jd | 1 | ||||
| -rw-r--r-- | docs/html/tv/adt-1/regulatory.jd | 1 | ||||
| -rw-r--r-- | docs/html/tv/adt-1/safety.jd | 1 | ||||
| -rw-r--r-- | docs/html/tv/index.jd | 1 | ||||
| -rw-r--r-- | docs/html/wear/index.jd | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/docs/html/auto/index.jd b/docs/html/auto/index.jd index cc5ed2ed56be..081a1587d975 100644 --- a/docs/html/auto/index.jd +++ b/docs/html/auto/index.jd @@ -4,6 +4,7 @@ fullpage=true no_footer_links=true page.type=about page.image=/images/cards/android-auto_2x.png +nonavpage=true @jd:body diff --git a/docs/html/design/index.jd b/docs/html/design/index.jd index 5ea1244040c9..b4e909f4db15 100644 --- a/docs/html/design/index.jd +++ b/docs/html/design/index.jd @@ -5,6 +5,7 @@ meta.tags="beautifulapps, design, ux, patterns, holo, appquality, landing" page.metaDescription=Create beautiful experiences in your apps. header.hide=1 footer.hide=1 +nonavpage=true @jd:body <section class="dac-expand dac-hero dac-light"> diff --git a/docs/html/index.jd b/docs/html/index.jd index df815895d1f3..1777e7265e07 100644 --- a/docs/html/index.jd +++ b/docs/html/index.jd @@ -2,6 +2,7 @@ fullpage=true excludeFromSuggestions=true page.metaDescription=The official site for Android developers. Provides the Android SDK and documentation for app developers and designers. page.customHeadTag=<meta name="google-site-verification" content="sa-bIAI6GKvct3f61-WpRguHq-aNjtF7xJjMTSi79as" /> +nonavpage=true @jd:body diff --git a/docs/html/tv/adt-1/index.jd b/docs/html/tv/adt-1/index.jd index 4f62796cef04..0b6cc2353a66 100644 --- a/docs/html/tv/adt-1/index.jd +++ b/docs/html/tv/adt-1/index.jd @@ -1,6 +1,7 @@ page.title=ADT-1 Developer Kit page.tags="emote","e-mote","adt" fullpage=1 +nonavpage=true @jd:body diff --git a/docs/html/tv/adt-1/regulatory.jd b/docs/html/tv/adt-1/regulatory.jd index f92ce3e003c4..bd97df21acc2 100644 --- a/docs/html/tv/adt-1/regulatory.jd +++ b/docs/html/tv/adt-1/regulatory.jd @@ -1,5 +1,6 @@ page.title=Regulatory Disclosures for ADT-1 fullpage=1 +nonavpage=true @jd:body diff --git a/docs/html/tv/adt-1/safety.jd b/docs/html/tv/adt-1/safety.jd index 79a97362a076..211220f9c643 100644 --- a/docs/html/tv/adt-1/safety.jd +++ b/docs/html/tv/adt-1/safety.jd @@ -1,5 +1,6 @@ page.title=Important Safety Instructions for ADT-1 fullpage=1 +nonavpage=true @jd:body diff --git a/docs/html/tv/index.jd b/docs/html/tv/index.jd index 53948ff8e7ca..7c958c006b54 100644 --- a/docs/html/tv/index.jd +++ b/docs/html/tv/index.jd @@ -7,6 +7,7 @@ page.metaDescription=Bring your apps, games, and content to the biggest screen i fullpage=true no_footer_links=true page.type=about +nonavpage=true @jd:body diff --git a/docs/html/wear/index.jd b/docs/html/wear/index.jd index 618fb30cfdf8..62c0253508af 100644 --- a/docs/html/wear/index.jd +++ b/docs/html/wear/index.jd @@ -4,6 +4,7 @@ fullpage=true no_footer_links=true page.type=about page.image=images/cards/android-wear_2x.png +nonavpage=true @jd:body <style> |