udpate refonly doc build to include new landing page for dev preview.
Change-Id: I088425ed1549dd3bae6a5a755884eb4c3cb0af4f
This commit is contained in:
@@ -959,7 +959,7 @@ include $(BUILD_DROIDDOC)
|
||||
|
||||
static_doc_index_redirect := $(out_dir)/index.html
|
||||
$(static_doc_index_redirect): \
|
||||
$(LOCAL_PATH)/docs/docs-documentation-redirect.html | $(ACP)
|
||||
$(LOCAL_PATH)/docs/docs-preview-index.html | $(ACP)
|
||||
$(hide) mkdir -p $(dir $@)
|
||||
$(hide) $(ACP) $< $@
|
||||
|
||||
|
||||
103
docs/docs-preview-index.html
Normal file
103
docs/docs-preview-index.html
Normal file
@@ -0,0 +1,103 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
|
||||
<meta content="IE=edge" http-equiv="X-UA-Compatible">
|
||||
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
|
||||
|
||||
<title>Android N Developer Preview</title>
|
||||
|
||||
<!-- STYLESHEETS -->
|
||||
<link rel="stylesheet"
|
||||
href="http://fonts.googleapis.com/css?family=Roboto+Condensed">
|
||||
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:light,regular,medium,thin,italic,mediumitalic,bold"
|
||||
title="roboto">
|
||||
<link href="assets/css/default.css?v=17" rel="stylesheet" type="text/css">
|
||||
<!-- JAVASCRIPT -->
|
||||
<script src="https://www.google.com/jsapi" type="text/javascript"></script>
|
||||
<script src="assets/js/android_3p-bundle.js" type="text/javascript"></script>
|
||||
<script type="text/javascript">
|
||||
var toRoot = "../";
|
||||
var metaTags = ["develop, getstarted, sdk, appquality, landing"];
|
||||
var devsite = false;
|
||||
</script>
|
||||
<script src="assets/js/docs.js?v=3" type="text/javascript"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="header-wrapper">
|
||||
<div class="dac-header" id="header">
|
||||
<div class="dac-header-inner">
|
||||
<a class="dac-nav-toggle" data-dac-toggle-nav="" href="javascript:;"
|
||||
title="Open navigation">
|
||||
<span class="dac-nav-hamburger">
|
||||
<span class="dac-nav-hamburger-top"></span>
|
||||
<span class="dac-nav-hamburger-mid"></span>
|
||||
<span class="dac-nav-hamburger-bot"></span>
|
||||
</span>
|
||||
</a>
|
||||
<a class="dac-header-logo" href="index.html">
|
||||
<img class="dac-header-logo-image" src="assets/images/android_logo.png"
|
||||
srcset="assets/images/android_logo@2x.png 2x" width="32" height="36"
|
||||
alt="Android"> Developers
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<nav class="dac-nav">
|
||||
<div class="dac-nav-dimmer" data-dac-toggle-nav=""></div>
|
||||
<ul class="dac-nav-list" data-dac-nav="">
|
||||
<li class="dac-nav-item dac-nav-head">
|
||||
<a class="dac-nav-link dac-nav-logo" data-dac-toggle-nav=""
|
||||
href="javascript:;" title="Close navigation">
|
||||
<img class="dac-logo-image" src="assets/images/android_logo.png"
|
||||
srcset="assets/images/android_logo@2x.png 2x" width="32" height="36"
|
||||
alt="Android"> Developers
|
||||
</a>
|
||||
</li>
|
||||
<li class="dac-nav-item develop">
|
||||
<a class="dac-nav-link" href="reference/packages.html"
|
||||
>API Reference</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<section class="dac-expand" style="padding-top:40px;background-color:#eee">
|
||||
<div class="wrap" style="max-width:1100px;margin-top:0;height:100%">
|
||||
<div class="cols dac-hero-content" style="padding-bottom:1em;">
|
||||
<div class="col-11of16">
|
||||
|
||||
|
||||
<h1>Android N Developer Preview</h1>
|
||||
<p>
|
||||
Get ready for Android N!
|
||||
<strong>Test your apps</strong> on Nexus devices. Support new system
|
||||
behaviors to <strong>save power and memory</strong>.
|
||||
Extend your apps with <strong>multi-window UI</strong>,
|
||||
<strong>direct reply notifications</strong> and more.
|
||||
</p>
|
||||
|
||||
<h2>Get Started</h2>
|
||||
<ul>
|
||||
<li>View the <a href="reference/packages.html">API Reference</a></li>
|
||||
<li>Read Diff Reports:</a>
|
||||
<ul>
|
||||
<li><a href="sdk/api_diff/n-preview-1/changes.html"
|
||||
>API 23 --> Preview 1</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Downloads and additional documentation are available at the
|
||||
<a href="http://developer.android.com/preview/index.html">
|
||||
Android N Developer Preview site</a></li>
|
||||
<li>For information about Developer Preview 1, visit the
|
||||
<a href="http://developer.android.com/preview/support.html">Support</a>
|
||||
page.</li>
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user