diff options
Diffstat (limited to 'tools/droiddoc/templates-sdk/customizations.cs')
-rw-r--r-- | tools/droiddoc/templates-sdk/customizations.cs | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/tools/droiddoc/templates-sdk/customizations.cs b/tools/droiddoc/templates-sdk/customizations.cs index cfeab16..41559be 100644 --- a/tools/droiddoc/templates-sdk/customizations.cs +++ b/tools/droiddoc/templates-sdk/customizations.cs @@ -1,7 +1,7 @@ <?cs def:sdk_nav() ?> <div class="g-section g-tpl-240" id="body-content"> - <div class="g-unit g-first" id="side-nav"> + <div class="g-unit g-first" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement"> <div id="devdoc-nav"><?cs include:"../../../../frameworks/base/docs/html/sdk/sdk_toc.cs" ?> </div> @@ -10,7 +10,7 @@ def:sdk_nav() ?> <?cs def:resources_tab_nav() ?> <div class="g-section g-tpl-200" id="body-content"> - <div class="g-unit g-first" id="side-nav"> + <div class="g-unit g-first" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement"> <div id="devdoc-nav"><?cs include:"../../../../frameworks/base/docs/html/resources/resources_toc.cs" ?> </div> @@ -24,7 +24,7 @@ def:resources_tab_nav() ?> <?cs def:guide_nav() ?> <div class="g-section g-tpl-240" id="body-content"> - <div class="g-unit g-first" id="side-nav"> + <div class="g-unit g-first" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement"> <div id="devdoc-nav"><?cs include:"../../../../frameworks/base/docs/html/guide/guide_toc.cs" ?> </div> @@ -35,11 +35,15 @@ def:guide_nav() ?> }); </script> <?cs /def ?> +<?cs +def:design_nav() ?> + <?cs include:"../../../../frameworks/base/docs/html/design/design_toc.cs" ?> +<?cs /def ?> <?cs # The default side navigation for the reference docs ?><?cs def:default_left_nav() ?> <div class="g-section g-tpl-240" id="body-content"> - <div class="g-unit g-first" id="side-nav"> + <div class="g-unit g-first" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement"> <div id="swapper"> <div id="nav-panels"> <div id="resize-packages-nav"> @@ -138,9 +142,11 @@ def:custom_copyright() ?> <?cs def:custom_footerlinks() ?> <p> - <a href="http://www.android.com/terms.html">Site Terms of Service</a> - - <a href="http://www.android.com/privacy.html">Privacy Policy</a> - - <a href="http://www.android.com/branding.html">Brand Guidelines</a> + <a href="http://www.google.com/intl/en/policies/" target="_blank">Privacy & Terms</a> - + <a href="http://www.android.com/branding.html" target="_blank">Brand Guidelines</a> - + <a +href="http://code.google.com/p/android/issues/entry?template=Developer%20Documentation" +target="_blank">Report Document Issues</a> </p><?cs /def ?> |