http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/89c943e1/develop/os/core_os/os_started/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/os_started/index.html 
b/develop/os/core_os/os_started/index.html
index 7fc79e1..1d65346 100644
--- a/develop/os/core_os/os_started/index.html
+++ b/develop/os/core_os/os_started/index.html
@@ -10,15 +10,14 @@
         <link rel="canonical" 
href="http://mynewt.apache.org/os/core_os/os_started/";> -->
         <link rel="shortcut icon" href="../../../img/favicon.ico">
 
-       <title>os_started - Apache Mynewt</title>
+           <title>os_started - Apache Mynewt</title>
 
         <link href="../../../css/bootstrap-3.0.3.min.css" rel="stylesheet">
-        <link href="../../../css/font-awesome-4.0.3.css" rel="stylesheet">
         <link rel="stylesheet" href="../../../css/highlight.css">
         <link href="../../../css/base.css" rel="stylesheet">
         <link href="../../../css/custom.css" rel="stylesheet">
         <link href="../../../css/v2.css" rel="stylesheet">
-        <link 
href='https://fonts.googleapis.com/css?family=Roboto:400,500,700,900,300,100' 
rel='stylesheet' type='text/css'>
+        <link href="https://fonts.googleapis.com/css?family=Lato"; 
rel="stylesheet">
         <link rel="stylesheet" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
         <link href="../../../extra.css" rel="stylesheet">
 
@@ -45,6 +44,16 @@
     <body class="os_started">
 
 
+        <div class="container">
+    <div class="row v2-main-banner">
+        <div class="col-xs-12 v2-vcenter">
+            <a href="/"><img class="logo" src="/img/logo.png"></a>
+
+            <h4 class="tagline">An OS to build, deploy and securely manage 
billions of devices</h4>
+        </div>
+    </div>
+</div>
+
         
 
 
@@ -52,7 +61,7 @@
 
 
 
-<nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" 
role="navigation">
+<nav id="navbar" class="navbar navbar-inverse affix-top" data-spy="affix" 
data-offset-top="150" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
         <div class="navbar-header">
@@ -73,7 +82,7 @@
                 <li 
   class=""
 >
-                    <a href="/">Home</a>
+                    <a href="/"><i class="fa fa-home" style="font-size: 
larger;"></i></a>
                 </li>
                 <li 
   class="important"
@@ -86,6 +95,11 @@
                     <a href="/about/">About</a>
                 </li>
                 <li 
+  class=""
+>
+                    <a href="/talks/">Talks</a>
+                </li>
+                <li 
   class="active"
 >
                     <a href="/latest/os/introduction">Documentation</a>
@@ -120,9 +134,8 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" 
class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar sidebar-container"><div 
id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
-        <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" 
alt="MyNewt" title="MyNewt">
         <div role="search">
             <form id="rtd-search-form" class="wy-form" 
action="../../../search.html" method="get">
                 <div class="form-group">
@@ -139,14 +152,14 @@
       value="/develop/os/introduction"
       selected="selected"
     >
-      Version: develop
+      Version: develop (latest)
     </option>
     
     <option
       value="/v0_9_0/os/introduction"
       
     >
-      Version: 0.9.0 (latest)
+      Version: 0.9.0
     </option>
     
 </select>
@@ -165,6 +178,10 @@
         
       
         
+      
+        
+      
+        
           
   
   
@@ -630,14 +647,9 @@
     </ul>
 </div></div>
 
-                    <div class="show-sidebar-container">
-                        <button class="show-sidebar">Docs Menu</button>
-                    </div>
-
                     <div class="col-md-9" role="main">
-                        <div class="row doc-header">
-                            <div class="col-sm-12">
-                                <div role="navigation" aria-label="breadcrumbs 
navigation">
+                        <div class="doc-header">
+                            <div role="navigation" aria-label="breadcrumbs 
navigation">
   <ul class="wy-breadcrumbs pull-right">
     <li><a href="/develop/os/introduction">Docs</a></li>
     
@@ -657,11 +669,10 @@
     
   </ul>
 </div>
-                            </div>
                         </div>
                         
                             <h2 id="os_started"><font color="#F2853F" 
style="font-size:24pt">os_started</font></h2>
-<div class="codehilite" style="background: #ffffff"><pre style="line-height: 
125%">int os_started(void)
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 
125%"><span style="color: #A90D91">int</span> <span style="color: 
#000000">os_started</span>(<span style="color: #A90D91">void</span>)
 </pre></div>
 
 
@@ -671,7 +682,7 @@
 <p>None</p>
 <p><br></p>
 <h4 id="returned-values">Returned values</h4>
-<p>Integer value with 0 meaning the OS has not been started and 1 indicating 
the OS has been started (i.e. os_start() has been called).</p>
+<p>Integer value with 0 meaning the OS has not been started and 1 indicating 
the OS has been started (i.e. <code>os_start()</code> has been called).</p>
                         
                         <div class="row">
                             
@@ -697,34 +708,22 @@
     </li>
 </ul>
                         </div>
-                        <div class="row">
-                            <footer>
-    <div class="row">
-        <div class="col-md-12">
-            
-                <p class="copyright">Copyright &copy; 2015 The Apache Software 
Foundation, Licensed under the Apache License, Version 2.0 Apache and the 
Apache feather logo are trademarks of The Apache Software Foundation.<br>The 
Apache Software Foundation Apache Incubator</p>
-            
-        </div>
-    </div>
-    <div class="copyright-logos">
-        <div class="row">
-            <div class="col-xs-6 text-left">
-                <img src="/img/asf_logo_wide_small.png" alt="Apache" 
title="Apache">
-            </div>
-            <div class="col-xs-6 text-right">
-                <img src="/img/egg-logo2.png" alt="Apache Incubator" 
title="Apache Incubator">
-            </div>
-        </div>
+                        <footer class="row">
+    <div class="col-xs-12">
+        
+            <p class="copyright">Copyright &copy; 2015 The Apache Software 
Foundation, Licensed under the Apache License, Version 2.0 Apache and the 
Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        
     </div>
-    <div class="row">
-        <div class="col-md-12">
+    <div class="col-xs-12">
+        <div class="logos">
+            <img src="/img/asf_logo_wide_small.png" alt="Apache" 
title="Apache">
             <small class="footnote">
                 MyNewt is an effort undergoing incubation at The Apache 
Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is 
required of all newly accepted projects until a further review indicates that 
the infrastructure, communications, and decision making process have stabilized 
in a manner consistent with other successful ASF projects. While incubation 
status is not necessarily a reflection of the completeness or stability of the 
code, it does indicate that the project has yet to be fully endorsed by the ASF.
             </small>
+            <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache 
Incubator">
         </div>
     </div>
 </footer>
-                        </div>
                     </div>
                 </div>
             

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/89c943e1/develop/os/core_os/porting/port_bsp/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/porting/port_bsp/index.html 
b/develop/os/core_os/porting/port_bsp/index.html
index 5b120ff..fe03769 100644
--- a/develop/os/core_os/porting/port_bsp/index.html
+++ b/develop/os/core_os/porting/port_bsp/index.html
@@ -10,15 +10,14 @@
         <link rel="canonical" 
href="http://mynewt.apache.org/os/core_os/porting/port_bsp/";> -->
         <link rel="shortcut icon" href="../../../../img/favicon.ico">
 
-       <title>BSP Porting - Apache Mynewt</title>
+           <title>BSP Porting - Apache Mynewt</title>
 
         <link href="../../../../css/bootstrap-3.0.3.min.css" rel="stylesheet">
-        <link href="../../../../css/font-awesome-4.0.3.css" rel="stylesheet">
         <link rel="stylesheet" href="../../../../css/highlight.css">
         <link href="../../../../css/base.css" rel="stylesheet">
         <link href="../../../../css/custom.css" rel="stylesheet">
         <link href="../../../../css/v2.css" rel="stylesheet">
-        <link 
href='https://fonts.googleapis.com/css?family=Roboto:400,500,700,900,300,100' 
rel='stylesheet' type='text/css'>
+        <link href="https://fonts.googleapis.com/css?family=Lato"; 
rel="stylesheet">
         <link rel="stylesheet" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
         <link href="../../../../extra.css" rel="stylesheet">
 
@@ -45,6 +44,16 @@
     <body class="BSP Porting">
 
 
+        <div class="container">
+    <div class="row v2-main-banner">
+        <div class="col-xs-12 v2-vcenter">
+            <a href="/"><img class="logo" src="/img/logo.png"></a>
+
+            <h4 class="tagline">An OS to build, deploy and securely manage 
billions of devices</h4>
+        </div>
+    </div>
+</div>
+
         
 
 
@@ -52,7 +61,7 @@
 
 
 
-<nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" 
role="navigation">
+<nav id="navbar" class="navbar navbar-inverse affix-top" data-spy="affix" 
data-offset-top="150" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
         <div class="navbar-header">
@@ -73,7 +82,7 @@
                 <li 
   class=""
 >
-                    <a href="/">Home</a>
+                    <a href="/"><i class="fa fa-home" style="font-size: 
larger;"></i></a>
                 </li>
                 <li 
   class="important"
@@ -86,6 +95,11 @@
                     <a href="/about/">About</a>
                 </li>
                 <li 
+  class=""
+>
+                    <a href="/talks/">Talks</a>
+                </li>
+                <li 
   class="active"
 >
                     <a href="/latest/os/introduction">Documentation</a>
@@ -120,9 +134,8 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" 
class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar sidebar-container"><div 
id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
-        <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" 
alt="MyNewt" title="MyNewt">
         <div role="search">
             <form id="rtd-search-form" class="wy-form" 
action="../../../../search.html" method="get">
                 <div class="form-group">
@@ -139,14 +152,14 @@
       value="/develop/os/introduction"
       selected="selected"
     >
-      Version: develop
+      Version: develop (latest)
     </option>
     
     <option
       value="/v0_9_0/os/introduction"
       
     >
-      Version: 0.9.0 (latest)
+      Version: 0.9.0
     </option>
     
 </select>
@@ -165,6 +178,10 @@
         
       
         
+      
+        
+      
+        
           
   
   
@@ -487,14 +504,9 @@
     </ul>
 </div></div>
 
-                    <div class="show-sidebar-container">
-                        <button class="show-sidebar">Docs Menu</button>
-                    </div>
-
                     <div class="col-md-9" role="main">
-                        <div class="row doc-header">
-                            <div class="col-sm-12">
-                                <div role="navigation" aria-label="breadcrumbs 
navigation">
+                        <div class="doc-header">
+                            <div role="navigation" aria-label="breadcrumbs 
navigation">
   <ul class="wy-breadcrumbs pull-right">
     <li><a href="/develop/os/introduction">Docs</a></li>
     
@@ -514,12 +526,14 @@
     
   </ul>
 </div>
-                            </div>
                         </div>
                         
                             <h1 id="create-a-bsp-for-your-target">Create a BSP 
for your Target</h1>
 <h3 id="introduction">Introduction</h3>
-<p>If you are using a board or system not currently supported by Mynewt, you 
will need to create a BSP for the new target.   If another similar BSP exists 
it is recommended to copy that BSP as a starting point.  For example, if 
another BSP exists using the same MCU, start with a copy of that BSP.</p>
+<p>If you are using a board or system not currently supported by Mynewt, you 
will need to 
+create a BSP for the new target.  If another similar BSP exists it is 
recommended to 
+copy that BSP as a starting point. For example, if another BSP exists using 
the same MCU, 
+start with a copy of that BSP.</p>
 <p>Either way, this document describes the steps necessary to create a new BSP 
from scratch.  </p>
 <h3 id="keep-your-reference-documents-handy">Keep your Reference Documents 
handy</h3>
 <p>To build a proper BSP, you will typically need the following:</p>
@@ -530,23 +544,27 @@
 <li>This Mynewt documentation</li>
 </ul>
 <h3 id="name-your-bsp">Name your BSP</h3>
-<p>Select a name for your BSP.  For the remainder of this document, we'll 
assume the bsp is named <code>myboard</code>. In general its best to select a 
name that describes the board/system you are creating.</p>
+<p>Select a name for your BSP. For the remainder of this document, we'll 
assume the bsp is named <code>myboard</code>. 
+In general its best to select a name that describes the board/system you are 
creating.</p>
 <h3 id="create-a-bsp-directory">Create a BSP directory</h3>
 <p>Create a directory <code>hw/bsp/myboard</code> using the name chosen above. 
Within this BSP directory, create the following subdirectories:</p>
-<p>Select a name for your BSP.  For the remainder of this document,
-well assume the bsp is named <code>myboard</code>. In general its best to 
select a
-name that describes the board/system you are creating.</p>
 <ul>
 <li><code>include</code></li>
 <li><code>include/bsp</code></li>
 <li><code>src</code></li>
 </ul>
 <h3 id="create-a-target-using-mynewt">Create a Target using Mynewt</h3>
-<p>Create a newt target for your test project for the BSP. To learn how to 
create a target, see this <strong>howto</strong> <a 
href="../../../get_started/project_create">Tutorial</a>. Once you are familiar 
with creating targets, move on below to create a target to use to test your 
BSP.</p>
-<p>It is recommended that you use a simple <code>project</code> like 
<code>blinky</code> to minimize time to get a working Mynewt system.  For this 
document, we will assume the <code>target</code> is called 
<code>myboard_blinky</code> and uses project <code>blinky</code>.  </p>
-<p>Set the <code>bsp</code> of the project to <code>/hw/bsp/myboard</code>. 
While creating your target, you will need to specify your <code>arch</code>and 
<code>compiler</code>. If your platform requires an architecture or compiler 
that are not defined in Mynewt, you will need to add them first.  To add a CPU 
architecture see <a href="../port_cpu/">CPU Porting</a>.</p>
-<p>When you are complete, your <code>target</code> may look similar to 
this.</p>
-<div class="codehilite" style="background: #ffffff"><pre style="line-height: 
125%">    <span style="color: #000000">$newt</span> <span style="color: 
#000000">target</span> <span style="color: #000000">show</span>
+<p>Create a newt target for your test project for the BSP. To learn how to 
create a target, 
+see this <strong>howto</strong> <a 
href="../../../get_started/project_create">Tutorial</a>. Once you are familiar 
+with creating targets, move on below to create a target to use to test your 
BSP.</p>
+<p>It is recommended that you use a simple project like <a 
href="../../../tutorials/blinky_primo/">blinky</a> to minimize the time 
+to get a working Mynewt system.  For this document, we will assume the 
<em>target</em> is called <em>myboard_blinky</em> 
+and uses project <em>blinky</em>.  </p>
+<p>Set the <code>bsp</code> of the project to <code>/hw/bsp/myboard</code>. 
While creating your target, you will need to 
+specify your <code>arch</code>and <code>compiler</code>. If your platform 
requires an architecture or compiler 
+that are not defined in Mynewt, you will need to add them first.  To add a CPU 
architecture see <a href="../port_cpu/">CPU Porting</a>.</p>
+<p>When this is complete, your <em>target</em> may look similar to this.</p>
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 
125%">    <span style="color: #000000">$</span> <span style="color: 
#000000">newt</span> <span style="color: #000000">target</span> <span 
style="color: #000000">show</span>
         <span style="color: #000000">myboard_blinky</span>
             <span style="color: #000000">arch=cortex_m0</span>
             <span style="color: #000000">bsp=hw/bsp/myboard</span>
@@ -635,8 +653,8 @@ name that describes the board/system you are creating.</p>
 <h3 id="fill-out-your-package-file">Fill Out your Package File</h3>
 <p>Edit the package file to describe your BSP.</p>
 <p>The package file must contain:</p>
-<div class="codehilite" style="background: #ffffff"><pre style="line-height: 
125%">    <span style="color: #000000">pkg</span>.<span style="color: 
#000000">name</span>: <span style="color: 
#C41A16">&quot;hw/bsp/myboard&quot;</span>
-    <span style="color: #000000">pkg</span>.<span style="color: 
#000000">linkerscript</span>: <span style="color: 
#C41A16">&quot;myboard.ld&quot;</span>
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 
125%">    pkg.name: &quot;hw/bsp/myboard&quot;
+    pkg.linkerscript: &quot;myboard.ld&quot;
 </pre></div>
 
 
@@ -649,22 +667,24 @@ name that describes the board/system you are creating.</p>
 </thead>
 <tbody>
 <tr>
-<td>pkg.name</td>
+<td><code>pkg.name</code></td>
 <td>The name of your bsp package</td>
 </tr>
 <tr>
-<td>pkg.linkerscript</td>
+<td><code>pkg.linkerscript</code></td>
 <td>The linker script that controls the memory placement of the compiled code 
sections from the Mynewt OS and your applications.</td>
 </tr>
 </tbody>
 </table>
-<p>The linker script is a key component of the BSP and specifies where each 
section of code and data are stored within your CPU which can vary with the BSP 
depending on your chosen memory layout.  For a tutorial on writing linker 
scripts, see <a href="#create-or-copy-linker-script">Create or Copy Linker 
Script(s)</a>.</p>
+<p>The linker script is a key component of the BSP and specifies where each 
section of code and data are 
+stored within your CPU which can vary with the BSP depending on your chosen 
memory layout.<br />
+For a tutorial on writing linker scripts, see <a 
href="#create-or-copy-linker-script">Create or Copy Linker Script(s)</a>.</p>
 <p>The package file typically contains:</p>
-<div class="codehilite" style="background: #ffffff"><pre style="line-height: 
125%">    <span style="color: #000000">pkg</span>.<span style="color: 
#000000">linkerscript</span>.<span style="color: 
#000000">bootloader</span>.<span style="color: #000000">OVERWRITE</span>: <span 
style="color: #C41A16">&quot;myboard_boot.ld&quot;</span>
-    <span style="color: #000000">pkg</span>.<span style="color: 
#000000">downloadscript</span>: <span style="color: 
#C41A16">&quot;myboard_download.sh&quot;</span>
-    <span style="color: #000000">pkg</span>.<span style="color: 
#000000">debugscript</span>: <span style="color: 
#C41A16">&quot;myboard_debug.sh&quot;</span>
-    <span style="color: #000000">pkg</span>.<span style="color: 
#000000">deps</span>:
-    <span style="color: #000000">-</span> <span style="color: 
#000000">hw/mcu/mymcu/variant</span>
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 
125%">    pkg.linkerscript.bootloader.OVERWRITE: &quot;myboard_boot.ld&quot;
+    pkg.downloadscript: &quot;myboard_download.sh&quot;
+    pkg.debugscript: &quot;myboard_debug.sh&quot;
+    pkg.deps:
+    - hw/mcu/mymcu/variant
 </pre></div>
 
 
@@ -679,28 +699,30 @@ name that describes the board/system you are creating.</p>
 </thead>
 <tbody>
 <tr>
-<td>pkg.linkerscript.bootloader.OVERWRITE</td>
+<td><code>pkg.linkerscript.bootloader.OVERWRITE</code></td>
 <td>A special linker for creating a bootloader for Mynewt</td>
 </tr>
 <tr>
-<td>pkg.downloadscript</td>
+<td><code>pkg.downloadscript</code></td>
 <td>A script that can download a flash image into your target platform</td>
 </tr>
 <tr>
-<td>pkg.debugscript</td>
+<td><code>pkg.debugscript</code></td>
 <td>A script that can run the GDB debugger on your board</td>
 </tr>
 <tr>
-<td>pkg.deps</td>
+<td><code>pkg.deps</code></td>
 <td>Any dependencies on your BSP</td>
 </tr>
 </tbody>
 </table>
-<p>The BSP will invariably depend upon an MCU ( in this sample it's 
<code>hw/mcu/mymcu/variant</code>) since the Mynewt OS runs on an MCU within 
your target.  If your MCU is not supported by Mynewt, see <a 
href="../port_mcu/">MCU Porting</a> for details on how to create an MCU in 
Mynewt.</p>
+<p>The BSP will invariably depend upon an MCU (in this sample it's 
<code>hw/mcu/mymcu/variant</code>) since the 
+Mynewt OS runs on an MCU within your target.  If your MCU is not supported by 
Mynewt, 
+see <a href="../port_mcu/">MCU Porting</a> for details on how to create a new 
MCU in Mynewt.</p>
 <p>The package file may also contain:</p>
-<div class="codehilite" style="background: #ffffff"><pre style="line-height: 
125%">    <span style="color: #000000">pkg</span>.<span style="color: 
#000000">cflags</span>: <span style="color: 
#000000">-D__MY_SPECIAL_BSP_OPTIONS_</span>
-    <span style="color: #000000">pkg</span>.<span style="color: 
#000000">deps</span>:
-    <span style="color: #000000">-</span> <span style="color: 
#000000">libs/cmsis-core</span>
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 
125%">    pkg.cflags: -D__MY_SPECIAL_BSP_OPTIONS_
+    pkg.deps:
+    - libs/cmsis-core
 </pre></div>
 
 
@@ -713,17 +735,18 @@ name that describes the board/system you are creating.</p>
 </thead>
 <tbody>
 <tr>
-<td>pkg.cflags</td>
+<td><code>pkg.cflags</code></td>
 <td>Any specific compiler flags for your bsp</td>
 </tr>
 <tr>
-<td>pkg.deps</td>
+<td><code>pkg.deps</code></td>
 <td>Any other libraries that may be required.  Some architectures (like ARM) 
have special libraries to make BSP creation easier.</td>
 </tr>
 </tbody>
 </table>
 <h3 id="create-or-copy-linker-script">Create or Copy Linker Script</h3>
-<p>It's probably best to start with a linker script from another BSP using the 
same MCU.  If this is not available, consult your MCU documentation and library 
samples to find a linker script to start with.</p>
+<p>It's probably best to start with a linker script from another BSP using the 
same MCU.  If this is not available, 
+consult your MCU documentation and library samples to find a linker script to 
start with.</p>
 <p>Typically, a linker script has to specify the following sections for 
code:</p>
 <ul>
 <li>.text -- the location and alignment of the memory section to store your 
code</li>
@@ -731,9 +754,12 @@ name that describes the board/system you are creating.</p>
 <li>.bss -- the location and alignment of the memory section to store 
uninitialized data</li>
 <li>.heap -- the location and alignment of the memory section to provide 
system memory</li>
 </ul>
-<p>The linker script should specify the location and size of the different 
memory regions in your BSP and map the code sections described above into these 
regions.  </p>
-<p>The linker script should also include an ENTRY point. This is used by the 
debugger to know where to start the program counter when the target is 
debugged.</p>
-<p>There may be additional requirements from the MCU or OS that you may find 
easiest to place in the linker script. Some specific variables that the OS and 
MCU depends on are :</p>
+<p>The linker script should specify the location and size of the different 
memory regions 
+in your BSP and map the code sections described above into these regions.  </p>
+<p>The linker script should also include an ENTRY point. This is used by the 
debugger 
+to know where to start the program counter when the target is debugged.</p>
+<p>There may be additional requirements from the MCU or OS that you may find 
easiest to 
+place in the linker script. Some specific variables that the OS and MCU 
depends on are :</p>
 <table>
 <thead>
 <tr>
@@ -743,23 +769,23 @@ name that describes the board/system you are creating.</p>
 </thead>
 <tbody>
 <tr>
-<td>__bss_start__</td>
+<td><code>__bss_start__</code></td>
 <td>a variable located at the start of the BSS section</td>
 </tr>
 <tr>
-<td>__bss_end__</td>
+<td><code>__bss_end__</code></td>
 <td>a variable located at the end of the BSS section</td>
 </tr>
 <tr>
-<td>__isr_vector</td>
+<td><code>__isr_vector</code></td>
 <td>Some CPUs map their interrupt vectors. They may need to be specified in 
the linker</td>
 </tr>
 <tr>
-<td>_user_heap_start</td>
+<td><code>_user_heap_start</code></td>
 <td>the start of the heap for unallocated memory</td>
 </tr>
 <tr>
-<td>_user_heap_end</td>
+<td><code>_user_heap_end</code></td>
 <td>the end of the heap for unallocated memory</td>
 </tr>
 </tbody>
@@ -777,16 +803,17 @@ name that describes the board/system you are creating.</p>
 </thead>
 <tbody>
 <tr>
-<td>os_bsp_init()</td>
+<td><code>os_bsp_init()</code></td>
 <td>code to initialize the bsp</td>
 </tr>
 <tr>
-<td>os_bsp_systick_init()</td>
+<td><code>os_bsp_systick_init()</code></td>
 <td>code to setup the system tick for the OS</td>
 </tr>
 </tbody>
 </table>
-<p>There are also several libc definitions that can be stubbed in your first 
BSP. Examples are <code>_write</code>, <code>_read</code>, etc. that can be 
found in <code>libc_stubs.c</code>. But you <em>must</em> implement the 
following function to provide memory to the OS and system.</p>
+<p>There are also several libc definitions that can be stubbed in your first 
BSP. Examples are <code>_write</code>, <code>_read</code>, 
+etc. that can be found in <code>libc_stubs.c</code>. But you <em>must</em> 
implement the following function to provide memory to the OS and system.</p>
 <table>
 <thead>
 <tr>
@@ -796,7 +823,7 @@ name that describes the board/system you are creating.</p>
 </thead>
 <tbody>
 <tr>
-<td>_sbrk</td>
+<td><code>_sbrk</code></td>
 <td>Returns memory from heap (used by malloc)</td>
 </tr>
 </tbody>
@@ -804,12 +831,14 @@ name that describes the board/system you are creating.</p>
 <ul>
 <li>Implement <code>_sbrk()</code></li>
 </ul>
-<p><code>sbrk()</code> is required by libc to get memory from the heap for 
things like malloc. Although not strongly BSP dependent, this is currently in 
the BSP to allow  flexibility in providing system memory.  See other BSPs for 
providing <code>sbrk</code> functionality.</p>
+<p><code>sbrk()</code> is required by libc to get memory from the heap for 
things like malloc. Although not strongly BSP dependent, 
+this is currently in the BSP to allow flexibility in providing system memory.  
See other BSPs for providing <code>sbrk</code> functionality.</p>
 <ul>
 <li>Implement <code>os_bsp_init()</code></li>
 </ul>
-<p><code>os_bsp_init</code> should initialize anything required by the OS by 
the BSP. Typically this is a very small set.  </p>
-<p>NOTE: Currently we are making calls to <code>_sbrk()</code> and 
<code>close(0)</code> from <code>os_bsp_init</code> to get around a linker 
issue where some of libc is not getting included.  Please include this in your 
<code>os_bsp_init</code>.</p>
+<p><code>os_bsp_init</code> should initialize anything required in the OS by 
the BSP. Typically this is a very small set.  </p>
+<p><strong>NOTE</strong>: Currently we are making calls to 
<code>_sbrk()</code> and <code>close(0)</code> from <code>os_bsp_init</code> to 
get around a 
+linker issue where some of libc is not getting included.  Please include this 
in your <code>os_bsp_init</code>.</p>
 <div class="codehilite" style="background: #ffffff"><pre style="line-height: 
125%">    <span style="color: #177500">/*</span>
 <span style="color: #177500">     * XXX these references are here to keep the 
functions in for libc to find.</span>
 <span style="color: #177500">     */</span>
@@ -831,29 +860,39 @@ name that describes the board/system you are creating.</p>
 </thead>
 <tbody>
 <tr>
-<td>CONSOLE_UART_PORT</td>
+<td><code>CONSOLE_UART_PORT</code></td>
 <td>Which communications port on your target runs the console</td>
 </tr>
 <tr>
-<td>LED_BLINK_PIN</td>
+<td><code>LED_BLINK_PIN</code></td>
 <td>which pin on your target runs the blinky LED</td>
 </tr>
 </tbody>
 </table>
-<p>The set of missing functionality depends upon the libraries and 
dependencies you have included in the project.  That's why its best to keep 
your first project pretty simple then add incrementally.  For example, if you 
include Newtron file system, you will need to define a file system map for your 
BSP.</p>
+<p>The set of missing functionality depends upon the libraries and 
dependencies you have included in the project. 
+That's why its best to keep your first project pretty simple then add 
incrementally. 
+For example, if you include the Newtron file system, you will need to define a 
file system map for your BSP.</p>
 <p>Missing functionality may take the form of <code>#define</code> items 
required to compile, or they may take the form of missing functions.  </p>
 <ul>
 <li><code>cmsis_nvic.h</code></li>
 </ul>
-<p>If you are using an ARM cortex architecture, you need to define the number 
of interrupts supported by your system.  If you are not using ARM Cortex 
architecture this may not be required (but something else might be).</p>
+<p>If you are using an ARM cortex architecture, you need to define the number 
of interrupts supported by your system. 
+If you are not using ARM Cortex architecture this may not be required (but 
something else might be).</p>
 <h3 id="add-debug-script">Add Debug Script</h3>
-<p>The debug script in the bsp directory allows the newt tool to automatically 
connect to the debugger, and create a debug session with the target.  This 
requires knowledge of your target debug interface. Most of the Mynewt BSP 
targets use <a href="http://openocd.org";>openocd</a> to perform debugging.  
This script typically creates an openocd connection to the target and then 
connects a gdb instance to this openocd connection.  There are several examples 
in existing BSPs to follow.</p>
+<p>The debug script in the bsp directory allows the newt tool to automatically 
connect to the debugger 
+and create a debug session with the target.  This requires knowledge of your 
target debug interface. 
+Most of the Mynewt BSP targets use <a href="http://openocd.org";>openocd</a> to 
perform debugging. 
+This script typically creates an openocd connection to the target and then 
connects a gdb instance 
+to this openocd connection. There are several examples in existing BSPs to 
follow.</p>
 <p>The script must take a single argument which is the name of the image file 
minus the '.elf' suffix.</p>
 <p>The BSP is complete without this file, but newt will be unable to establish 
a debug session without it.</p>
 <h3 id="add-download-script">Add Download Script</h3>
-<p>Similar to the debug script, the download script is a hook for newt to 
download the image to the target system.  The download script also typically 
uses openocd interface to erase flash, and progam the code into the device.</p>
-<p>NOTE: The download script needs to command openocd to program the image 
into the appropriate location, which is typically called 
<code>FLASH_OFFSET</code> in  these scripts. This location has to match the 
linker script location of the image link address.  For example, if your linker 
links the code to be run at <code>0xC000</code> your download script should 
download the image to the same
-address in the correct flash.  </p>
+<p>Similar to the debug script, the download script is a hook for newt to 
download the image to the target system. 
+The download script also typically uses the openocd interface to erase flash 
and progam the code into the device.</p>
+<p><strong>NOTE:</strong> The download script needs to command openocd to 
program the image into the appropriate location 
+which is typically called <code>FLASH_OFFSET</code> in these scripts. This 
location has to match the linker script 
+location of the image link address. For example, if your linker links the code 
to be run at <code>0xC000</code> your 
+download script should download the image to the same address in the correct 
flash.  </p>
 <h3 id="add-license-and-documentation">Add License and Documentation</h3>
 <p>The <code>LICENSE</code> file is an ASCII text file that describes the 
source license for this
 package.</p>
@@ -885,34 +924,22 @@ want to provide for the BSP.</p>
     </li>
 </ul>
                         </div>
-                        <div class="row">
-                            <footer>
-    <div class="row">
-        <div class="col-md-12">
-            
-                <p class="copyright">Copyright &copy; 2015 The Apache Software 
Foundation, Licensed under the Apache License, Version 2.0 Apache and the 
Apache feather logo are trademarks of The Apache Software Foundation.<br>The 
Apache Software Foundation Apache Incubator</p>
-            
-        </div>
-    </div>
-    <div class="copyright-logos">
-        <div class="row">
-            <div class="col-xs-6 text-left">
-                <img src="/img/asf_logo_wide_small.png" alt="Apache" 
title="Apache">
-            </div>
-            <div class="col-xs-6 text-right">
-                <img src="/img/egg-logo2.png" alt="Apache Incubator" 
title="Apache Incubator">
-            </div>
-        </div>
+                        <footer class="row">
+    <div class="col-xs-12">
+        
+            <p class="copyright">Copyright &copy; 2015 The Apache Software 
Foundation, Licensed under the Apache License, Version 2.0 Apache and the 
Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        
     </div>
-    <div class="row">
-        <div class="col-md-12">
+    <div class="col-xs-12">
+        <div class="logos">
+            <img src="/img/asf_logo_wide_small.png" alt="Apache" 
title="Apache">
             <small class="footnote">
                 MyNewt is an effort undergoing incubation at The Apache 
Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is 
required of all newly accepted projects until a further review indicates that 
the infrastructure, communications, and decision making process have stabilized 
in a manner consistent with other successful ASF projects. While incubation 
status is not necessarily a reflection of the completeness or stability of the 
code, it does indicate that the project has yet to be fully endorsed by the ASF.
             </small>
+            <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache 
Incubator">
         </div>
     </div>
 </footer>
-                        </div>
                     </div>
                 </div>
             

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/89c943e1/develop/os/core_os/porting/port_cpu/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/porting/port_cpu/index.html 
b/develop/os/core_os/porting/port_cpu/index.html
index 6faf201..b0a7914 100644
--- a/develop/os/core_os/porting/port_cpu/index.html
+++ b/develop/os/core_os/porting/port_cpu/index.html
@@ -10,15 +10,14 @@
         <link rel="canonical" 
href="http://mynewt.apache.org/os/core_os/porting/port_cpu/";> -->
         <link rel="shortcut icon" href="../../../../img/favicon.ico">
 
-       <title>CPU Porting - Apache Mynewt</title>
+           <title>CPU Porting - Apache Mynewt</title>
 
         <link href="../../../../css/bootstrap-3.0.3.min.css" rel="stylesheet">
-        <link href="../../../../css/font-awesome-4.0.3.css" rel="stylesheet">
         <link rel="stylesheet" href="../../../../css/highlight.css">
         <link href="../../../../css/base.css" rel="stylesheet">
         <link href="../../../../css/custom.css" rel="stylesheet">
         <link href="../../../../css/v2.css" rel="stylesheet">
-        <link 
href='https://fonts.googleapis.com/css?family=Roboto:400,500,700,900,300,100' 
rel='stylesheet' type='text/css'>
+        <link href="https://fonts.googleapis.com/css?family=Lato"; 
rel="stylesheet">
         <link rel="stylesheet" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
         <link href="../../../../extra.css" rel="stylesheet">
 
@@ -45,6 +44,16 @@
     <body class="CPU Porting">
 
 
+        <div class="container">
+    <div class="row v2-main-banner">
+        <div class="col-xs-12 v2-vcenter">
+            <a href="/"><img class="logo" src="/img/logo.png"></a>
+
+            <h4 class="tagline">An OS to build, deploy and securely manage 
billions of devices</h4>
+        </div>
+    </div>
+</div>
+
         
 
 
@@ -52,7 +61,7 @@
 
 
 
-<nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" 
role="navigation">
+<nav id="navbar" class="navbar navbar-inverse affix-top" data-spy="affix" 
data-offset-top="150" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
         <div class="navbar-header">
@@ -73,7 +82,7 @@
                 <li 
   class=""
 >
-                    <a href="/">Home</a>
+                    <a href="/"><i class="fa fa-home" style="font-size: 
larger;"></i></a>
                 </li>
                 <li 
   class="important"
@@ -86,6 +95,11 @@
                     <a href="/about/">About</a>
                 </li>
                 <li 
+  class=""
+>
+                    <a href="/talks/">Talks</a>
+                </li>
+                <li 
   class="active"
 >
                     <a href="/latest/os/introduction">Documentation</a>
@@ -120,9 +134,8 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" 
class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar sidebar-container"><div 
id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
-        <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" 
alt="MyNewt" title="MyNewt">
         <div role="search">
             <form id="rtd-search-form" class="wy-form" 
action="../../../../search.html" method="get">
                 <div class="form-group">
@@ -139,14 +152,14 @@
       value="/develop/os/introduction"
       selected="selected"
     >
-      Version: develop
+      Version: develop (latest)
     </option>
     
     <option
       value="/v0_9_0/os/introduction"
       
     >
-      Version: 0.9.0 (latest)
+      Version: 0.9.0
     </option>
     
 </select>
@@ -165,6 +178,10 @@
         
       
         
+      
+        
+      
+        
           
   
   
@@ -487,14 +504,9 @@
     </ul>
 </div></div>
 
-                    <div class="show-sidebar-container">
-                        <button class="show-sidebar">Docs Menu</button>
-                    </div>
-
                     <div class="col-md-9" role="main">
-                        <div class="row doc-header">
-                            <div class="col-sm-12">
-                                <div role="navigation" aria-label="breadcrumbs 
navigation">
+                        <div class="doc-header">
+                            <div role="navigation" aria-label="breadcrumbs 
navigation">
   <ul class="wy-breadcrumbs pull-right">
     <li><a href="/develop/os/introduction">Docs</a></li>
     
@@ -514,7 +526,6 @@
     
   </ul>
 </div>
-                            </div>
                         </div>
                         
                             <h1 
id="porting-mynewt-to-a-new-cpu-architecture">Porting Mynewt to a new CPU 
Architecture</h1>
@@ -526,9 +537,12 @@
 </ul>
 <p>These are discussed below:</p>
 <h3 id="create-a-new-compiler">Create A New Compiler</h3>
-<p>NOTE: Newt does not automatically install the compilers require to build 
all platforms.  Its up to the user using their local machines package manager 
to install the compilers.  The step described here just registers the compiler 
with newt.  </p>
+<p>NOTE: Newt does not automatically install the compilers require to build 
all platforms. 
+It's up to the user using their local machines package manager to install the 
compilers. 
+The steps described here just registers the compiler with newt.  </p>
 <p>Create a new directory (named after the compiler you are adding). Copy the 
<code>pkg.yml</code> file from another compiler.  </p>
-<p>Edit the <code>pkg.yml</code> file and change the configuration attributes 
to match your compiler.  Most are self-explanatory paths to different compiler 
and linker tools.  There are a few configuration attributes worth noting.</p>
+<p>Edit the <code>pkg.yml</code> file and change the configuration attributes 
to match your compiler. 
+Most are self-explanatory paths to different compiler and linker tools. There 
are a few configuration attributes worth noting.</p>
 <table>
 <thead>
 <tr>
@@ -538,25 +552,26 @@
 </thead>
 <tbody>
 <tr>
-<td>pkg.keywords</td>
+<td><code>pkg.keywords</code></td>
 <td>Specific keywords to help others search for this using newt</td>
 </tr>
 <tr>
-<td>compiler.flags.default</td>
+<td><code>compiler.flags.default</code></td>
 <td>default compiler flags for this architecture</td>
 </tr>
 <tr>
-<td>compiler.flags.optimized</td>
+<td><code>compiler.flags.optimized</code></td>
 <td>additional flags when the newt tool builds an optimized image</td>
 </tr>
 <tr>
-<td>compiler.flags.debug</td>
+<td><code>compiler.flags.debug</code></td>
 <td>additional flags when the newt tool builds a debug image</td>
 </tr>
 </tbody>
 </table>
-<h3 id="implement-architecture-specific-os-code">Implement 
architecture-specific OS code</h3>
-<p>There are several architecture-specific code functions that are required 
when implementing a new architecture.  You can find examples in the 
<code>sim</code> architecture within Mynewt.</p>
+<h3 id="implement-architecture-specific-os-code">Implement 
Architecture-specific OS code</h3>
+<p>There are several architecture-specific code functions that are required 
when implementing a 
+new architecture. You can find examples in the <code>sim</code> architecture 
within Mynewt.</p>
 <p>When porting to a new CPU architecture, use the existing architectures as 
samples when writing your implementation.</p>
 <p>Please contact the Mynewt development list for help and advice portingto 
new MCU.</p>
                         
@@ -584,34 +599,22 @@
     </li>
 </ul>
                         </div>
-                        <div class="row">
-                            <footer>
-    <div class="row">
-        <div class="col-md-12">
-            
-                <p class="copyright">Copyright &copy; 2015 The Apache Software 
Foundation, Licensed under the Apache License, Version 2.0 Apache and the 
Apache feather logo are trademarks of The Apache Software Foundation.<br>The 
Apache Software Foundation Apache Incubator</p>
-            
-        </div>
-    </div>
-    <div class="copyright-logos">
-        <div class="row">
-            <div class="col-xs-6 text-left">
-                <img src="/img/asf_logo_wide_small.png" alt="Apache" 
title="Apache">
-            </div>
-            <div class="col-xs-6 text-right">
-                <img src="/img/egg-logo2.png" alt="Apache Incubator" 
title="Apache Incubator">
-            </div>
-        </div>
+                        <footer class="row">
+    <div class="col-xs-12">
+        
+            <p class="copyright">Copyright &copy; 2015 The Apache Software 
Foundation, Licensed under the Apache License, Version 2.0 Apache and the 
Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        
     </div>
-    <div class="row">
-        <div class="col-md-12">
+    <div class="col-xs-12">
+        <div class="logos">
+            <img src="/img/asf_logo_wide_small.png" alt="Apache" 
title="Apache">
             <small class="footnote">
                 MyNewt is an effort undergoing incubation at The Apache 
Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is 
required of all newly accepted projects until a further review indicates that 
the infrastructure, communications, and decision making process have stabilized 
in a manner consistent with other successful ASF projects. While incubation 
status is not necessarily a reflection of the completeness or stability of the 
code, it does indicate that the project has yet to be fully endorsed by the ASF.
             </small>
+            <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache 
Incubator">
         </div>
     </div>
 </footer>
-                        </div>
                     </div>
                 </div>
             

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/89c943e1/develop/os/core_os/porting/port_mcu/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/porting/port_mcu/index.html 
b/develop/os/core_os/porting/port_mcu/index.html
index 90d9351..841bf32 100644
--- a/develop/os/core_os/porting/port_mcu/index.html
+++ b/develop/os/core_os/porting/port_mcu/index.html
@@ -10,15 +10,14 @@
         <link rel="canonical" 
href="http://mynewt.apache.org/os/core_os/porting/port_mcu/";> -->
         <link rel="shortcut icon" href="../../../../img/favicon.ico">
 
-       <title>MCU Porting - Apache Mynewt</title>
+           <title>MCU Porting - Apache Mynewt</title>
 
         <link href="../../../../css/bootstrap-3.0.3.min.css" rel="stylesheet">
-        <link href="../../../../css/font-awesome-4.0.3.css" rel="stylesheet">
         <link rel="stylesheet" href="../../../../css/highlight.css">
         <link href="../../../../css/base.css" rel="stylesheet">
         <link href="../../../../css/custom.css" rel="stylesheet">
         <link href="../../../../css/v2.css" rel="stylesheet">
-        <link 
href='https://fonts.googleapis.com/css?family=Roboto:400,500,700,900,300,100' 
rel='stylesheet' type='text/css'>
+        <link href="https://fonts.googleapis.com/css?family=Lato"; 
rel="stylesheet">
         <link rel="stylesheet" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
         <link href="../../../../extra.css" rel="stylesheet">
 
@@ -45,6 +44,16 @@
     <body class="MCU Porting">
 
 
+        <div class="container">
+    <div class="row v2-main-banner">
+        <div class="col-xs-12 v2-vcenter">
+            <a href="/"><img class="logo" src="/img/logo.png"></a>
+
+            <h4 class="tagline">An OS to build, deploy and securely manage 
billions of devices</h4>
+        </div>
+    </div>
+</div>
+
         
 
 
@@ -52,7 +61,7 @@
 
 
 
-<nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" 
role="navigation">
+<nav id="navbar" class="navbar navbar-inverse affix-top" data-spy="affix" 
data-offset-top="150" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
         <div class="navbar-header">
@@ -73,7 +82,7 @@
                 <li 
   class=""
 >
-                    <a href="/">Home</a>
+                    <a href="/"><i class="fa fa-home" style="font-size: 
larger;"></i></a>
                 </li>
                 <li 
   class="important"
@@ -86,6 +95,11 @@
                     <a href="/about/">About</a>
                 </li>
                 <li 
+  class=""
+>
+                    <a href="/talks/">Talks</a>
+                </li>
+                <li 
   class="active"
 >
                     <a href="/latest/os/introduction">Documentation</a>
@@ -120,9 +134,8 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" 
class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar sidebar-container"><div 
id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
-        <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" 
alt="MyNewt" title="MyNewt">
         <div role="search">
             <form id="rtd-search-form" class="wy-form" 
action="../../../../search.html" method="get">
                 <div class="form-group">
@@ -139,14 +152,14 @@
       value="/develop/os/introduction"
       selected="selected"
     >
-      Version: develop
+      Version: develop (latest)
     </option>
     
     <option
       value="/v0_9_0/os/introduction"
       
     >
-      Version: 0.9.0 (latest)
+      Version: 0.9.0
     </option>
     
 </select>
@@ -165,6 +178,10 @@
         
       
         
+      
+        
+      
+        
           
   
   
@@ -487,14 +504,9 @@
     </ul>
 </div></div>
 
-                    <div class="show-sidebar-container">
-                        <button class="show-sidebar">Docs Menu</button>
-                    </div>
-
                     <div class="col-md-9" role="main">
-                        <div class="row doc-header">
-                            <div class="col-sm-12">
-                                <div role="navigation" aria-label="breadcrumbs 
navigation">
+                        <div class="doc-header">
+                            <div role="navigation" aria-label="breadcrumbs 
navigation">
   <ul class="wy-breadcrumbs pull-right">
     <li><a href="/develop/os/introduction">Docs</a></li>
     
@@ -514,7 +526,6 @@
     
   </ul>
 </div>
-                            </div>
                         </div>
                         
                             <h1 id="porting-mynewt-to-a-new-mcu">Porting 
Mynewt to a new MCU</h1>
@@ -522,9 +533,12 @@
 <p>The depth of work depends on the amount of HAL (Hardware Abstraction Layer) 
support you need and provide in your port.</p>
 <p>To get started:</p>
 <ul>
-<li>Create a <code>hw/mcu/mymcu</code> directory where <code>mymcu</code> is 
the MCU you are porting to. Replace the name <code>mymcu</code> with a 
description of the MCU you are using.</li>
-<li>Create a <code>hw/mcu/mymcu/variant</code> directory where the variant is 
the specific variant of the part you are usuing.  Many MCU parts have variants 
with different capabilities (RAM, FLASH etc) or different pinouts.  Replace 
<code>variant</code> with a description of the variant of the part you are 
using.</li>
-<li>Create a <code>hw/mcu/mymcu/variant/pkg.yml</code> file.  Copy from 
another mcu and fill out the relevant information</li>
+<li>Create a <code>hw/mcu/mymcu</code> directory where <code>mymcu</code> is 
the MCU you are porting to. 
+Replace the name <code>mymcu</code> with a description of the MCU you are 
using.</li>
+<li>Create a <code>hw/mcu/mymcu/variant</code> directory where the variant is 
the specific 
+variant of the part you are usuing. Many MCU parts have variants with 
different capabilities 
+(RAM, FLASH etc) or different pinouts. Replace <code>variant</code> with a 
description of the variant of the part you are using.</li>
+<li>Create a <code>hw/mcu/mymcu/variant/pkg.yml</code> file. Copy from another 
mcu and fill out the relevant information</li>
 <li>Create  
<code>hw/mcu/mymcu/variant/include</code>,<code>hw/mcu/mymcu/variant/include/mcu</code>,
 and 
 <code>hw/mcu/mymcu/variant/src</code> directories to contain the code for your 
mcu.</li>
 </ul>
@@ -559,34 +573,22 @@
     </li>
 </ul>
                         </div>
-                        <div class="row">
-                            <footer>
-    <div class="row">
-        <div class="col-md-12">
-            
-                <p class="copyright">Copyright &copy; 2015 The Apache Software 
Foundation, Licensed under the Apache License, Version 2.0 Apache and the 
Apache feather logo are trademarks of The Apache Software Foundation.<br>The 
Apache Software Foundation Apache Incubator</p>
-            
-        </div>
-    </div>
-    <div class="copyright-logos">
-        <div class="row">
-            <div class="col-xs-6 text-left">
-                <img src="/img/asf_logo_wide_small.png" alt="Apache" 
title="Apache">
-            </div>
-            <div class="col-xs-6 text-right">
-                <img src="/img/egg-logo2.png" alt="Apache Incubator" 
title="Apache Incubator">
-            </div>
-        </div>
+                        <footer class="row">
+    <div class="col-xs-12">
+        
+            <p class="copyright">Copyright &copy; 2015 The Apache Software 
Foundation, Licensed under the Apache License, Version 2.0 Apache and the 
Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        
     </div>
-    <div class="row">
-        <div class="col-md-12">
+    <div class="col-xs-12">
+        <div class="logos">
+            <img src="/img/asf_logo_wide_small.png" alt="Apache" 
title="Apache">
             <small class="footnote">
                 MyNewt is an effort undergoing incubation at The Apache 
Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is 
required of all newly accepted projects until a further review indicates that 
the infrastructure, communications, and decision making process have stabilized 
in a manner consistent with other successful ASF projects. While incubation 
status is not necessarily a reflection of the completeness or stability of the 
code, it does indicate that the project has yet to be fully endorsed by the ASF.
             </small>
+            <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache 
Incubator">
         </div>
     </div>
 </footer>
-                        </div>
                     </div>
                 </div>
             

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/89c943e1/develop/os/core_os/porting/port_os/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/porting/port_os/index.html 
b/develop/os/core_os/porting/port_os/index.html
index 6cb3fe7..cab6974 100644
--- a/develop/os/core_os/porting/port_os/index.html
+++ b/develop/os/core_os/porting/port_os/index.html
@@ -10,15 +10,14 @@
         <link rel="canonical" 
href="http://mynewt.apache.org/os/core_os/porting/port_os/";> -->
         <link rel="shortcut icon" href="../../../../img/favicon.ico">
 
-       <title>toc - Apache Mynewt</title>
+           <title>toc - Apache Mynewt</title>
 
         <link href="../../../../css/bootstrap-3.0.3.min.css" rel="stylesheet">
-        <link href="../../../../css/font-awesome-4.0.3.css" rel="stylesheet">
         <link rel="stylesheet" href="../../../../css/highlight.css">
         <link href="../../../../css/base.css" rel="stylesheet">
         <link href="../../../../css/custom.css" rel="stylesheet">
         <link href="../../../../css/v2.css" rel="stylesheet">
-        <link 
href='https://fonts.googleapis.com/css?family=Roboto:400,500,700,900,300,100' 
rel='stylesheet' type='text/css'>
+        <link href="https://fonts.googleapis.com/css?family=Lato"; 
rel="stylesheet">
         <link rel="stylesheet" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
         <link href="../../../../extra.css" rel="stylesheet">
 
@@ -45,6 +44,16 @@
     <body class="toc">
 
 
+        <div class="container">
+    <div class="row v2-main-banner">
+        <div class="col-xs-12 v2-vcenter">
+            <a href="/"><img class="logo" src="/img/logo.png"></a>
+
+            <h4 class="tagline">An OS to build, deploy and securely manage 
billions of devices</h4>
+        </div>
+    </div>
+</div>
+
         
 
 
@@ -52,7 +61,7 @@
 
 
 
-<nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" 
role="navigation">
+<nav id="navbar" class="navbar navbar-inverse affix-top" data-spy="affix" 
data-offset-top="150" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
         <div class="navbar-header">
@@ -73,7 +82,7 @@
                 <li 
   class=""
 >
-                    <a href="/">Home</a>
+                    <a href="/"><i class="fa fa-home" style="font-size: 
larger;"></i></a>
                 </li>
                 <li 
   class="important"
@@ -86,6 +95,11 @@
                     <a href="/about/">About</a>
                 </li>
                 <li 
+  class=""
+>
+                    <a href="/talks/">Talks</a>
+                </li>
+                <li 
   class="active"
 >
                     <a href="/latest/os/introduction">Documentation</a>
@@ -120,9 +134,8 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" 
class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar sidebar-container"><div 
id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
-        <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" 
alt="MyNewt" title="MyNewt">
         <div role="search">
             <form id="rtd-search-form" class="wy-form" 
action="../../../../search.html" method="get">
                 <div class="form-group">
@@ -139,14 +152,14 @@
       value="/develop/os/introduction"
       selected="selected"
     >
-      Version: develop
+      Version: develop (latest)
     </option>
     
     <option
       value="/v0_9_0/os/introduction"
       
     >
-      Version: 0.9.0 (latest)
+      Version: 0.9.0
     </option>
     
 </select>
@@ -165,6 +178,10 @@
         
       
         
+      
+        
+      
+        
           
   
   
@@ -487,14 +504,9 @@
     </ul>
 </div></div>
 
-                    <div class="show-sidebar-container">
-                        <button class="show-sidebar">Docs Menu</button>
-                    </div>
-
                     <div class="col-md-9" role="main">
-                        <div class="row doc-header">
-                            <div class="col-sm-12">
-                                <div role="navigation" aria-label="breadcrumbs 
navigation">
+                        <div class="doc-header">
+                            <div role="navigation" aria-label="breadcrumbs 
navigation">
   <ul class="wy-breadcrumbs pull-right">
     <li><a href="/develop/os/introduction">Docs</a></li>
     
@@ -512,7 +524,6 @@
     
   </ul>
 </div>
-                            </div>
                         </div>
                         
                             <h1 id="porting-mynewt-os">Porting Mynewt OS</h1>
@@ -534,8 +545,9 @@ SoC within your target platform</li>
 <li><strong>BSP Dependencies</strong> -- Specific code or configuration to 
accommodate the
 specific layout and functionality of your target platform</li>
 </ul>
-<h3 id="bsp-dependency">BSP Dependency</h3>
-<p>With all of the functionality provided by the core, MCU, and MCU HAL 
(Hardware Abstraction Layer), there are still some things that must be 
specified for your particular system. This
+<h3 id="board-support-package-bsp-dependency">Board Support Package (BSP) 
Dependency</h3>
+<p>With all of the functionality provided by the core, MCU, and MCU HAL 
(Hardware Abstraction Layer), 
+there are still some things that must be specified for your particular system. 
This
 is provided in Mynewt to allow you the flexibility to design for the exact
 functionality, peripherals and features that you require in your product.  </p>
 <p>In Mynewt, these settings/components are included in a Board Support Package
@@ -559,23 +571,36 @@ However some MCUs have a pin multiplexor that allows the 
UART to be mapped to
 several different pins.  For these MCUs, the BSP must specify if and where
 the UART pins should appear to match the hardware layout of your system.</p>
 <ul>
-<li>If your BSP is already supported my Mynewt, there is no additional BSP 
work involved in porting to your platform.  You need only to set the 
<code>bsp</code> attribute in your Mynewt target using the <a 
href="../../../../newt/newt_intro">newt command tool</a>.</li>
-<li>If your BSP is not yet supported by Mynewt, you can add support following 
the instructions on <a href="../port_bsp/">how to add BSP support to 
Mynewt</a></li>
+<li>If your BSP is already supported my Mynewt, there is no additional BSP 
work involved in porting to your platform.<br />
+You need only set the <code>bsp</code> attribute in your Mynewt target using 
the <a href="../../../../newt/newt_intro">newt command tool</a>.</li>
+<li>If your BSP is not yet supported by Mynewt, you can add support by 
following the instructions on <a href="../port_bsp/">how to add BSP support to 
Mynewt</a></li>
 </ul>
 <h3 id="mcu-dependency">MCU Dependency</h3>
-<p>Some OS code depends on the MCU or SoC that the system contains. For 
example, the MCU may specify the potential memory map of the system - where 
code and data can reside.</p>
+<p>Some OS code depends on the MCU or SoC that the system contains. For 
example, the MCU may specify 
+the potential memory map of the system - where code and data can reside.</p>
 <ul>
-<li>If your MCU is already supported my Mynewt, there is no additional MCU 
work involved in porting to your platform.  You need only to set the 
<code>arch</code> attribute in your Mynewt target using the <a 
href="../../../../newt/newt_intro">newt command tool</a>.</li>
-<li>If your MCU is not yet supported by Mynewt, you can add support following 
the instructions on<a href="../port_mcu/">how to add MCU support to 
Mynewt</a></li>
+<li>If your MCU is already supported by Mynewt, there is no additional MCU 
work involved in 
+porting to your platform.  You need only set the <code>arch</code> attribute 
in your Mynewt target 
+using the <a href="../../../../newt/newt_intro">newt command tool</a>.</li>
+<li>If your MCU is not yet supported by Mynewt, you can add support by 
following the 
+instructions on <a href="../port_mcu/">how to add MCU support to 
Mynewt</a></li>
 </ul>
-<h3 id="mcu-hal">MCU HAL</h3>
-<p>Mynewt's architecture supports a hardware abstraction layer (HAL) for 
common on or off-chip MCU peripherals such as GPIO, UARTs, flash memory etc.  
Even if your MCU is supported for the core OS, you may find that you need to 
implement the HAL functionality for a new peripheral.   For a description of 
the HAL abstraction and implementation information,
+<h3 id="mcu-hardware-abstraction-layer-hal">MCU Hardware Abstraction Layer 
(HAL)</h3>
+<p>Mynewt's architecture supports a hardware abstraction layer (HAL) for 
common on or off-chip MCU peripherals 
+such as GPIO, UARTs, flash memory etc.  Even if your MCU is supported for the 
core OS, 
+you may find that you need to implement the HAL functionality for a new 
peripheral. 
+For a description of the HAL abstraction and implementation information,
 see the <a href="../../../modules/hal/hal/">HAL API</a></p>
 <h3 id="cpu-core-dependency">CPU Core Dependency</h3>
-<p>Some OS code depends on the CPU core that your system is using.  For 
example, a given CPU core has a specific assembly language instruction set, and 
may require special cross compiler or compiler settings to use the appropriate 
instruction set.  </p>
+<p>Some OS code depends on the CPU core that your system is using.  For 
example, a given CPU core 
+has a specific assembly language instruction set, and may require special 
cross compiler or 
+compiler settings to use the appropriate instruction set.  </p>
 <ul>
-<li>If your CPU architecture is already supported my Mynewt, there is no CPU 
core work involved in porting to your platform.  You need only to set the  
<code>arch</code> and <code>compiler</code> attributes in your Mynewt target 
using the <a href="../../../../newt/newt_intro">newt command tool</a>.</li>
-<li>If your CPU architecture is not supported by Mynewt, you can add support 
following the instructions on <a href="../port_cpu/">how to add CPU 
architecture support to Mynewt</a></li>
+<li>If your CPU architecture is already supported by Mynewt, there is no CPU 
core work involved 
+in porting to your platform.  You need only set the  <code>arch</code> and 
<code>compiler</code> attributes in your 
+Mynewt target using the <a href="../../../../newt/newt_intro">newt command 
tool</a>.</li>
+<li>If your CPU architecture is not supported by Mynewt, you can add support 
by following the 
+instructions on <a href="../port_cpu/">how to add CPU architecture support to 
Mynewt</a></li>
 </ul>
                         
                         <div class="row">
@@ -602,34 +627,22 @@ see the <a href="../../../modules/hal/hal/">HAL 
API</a></p>
     </li>
 </ul>
                         </div>
-                        <div class="row">
-                            <footer>
-    <div class="row">
-        <div class="col-md-12">
-            
-                <p class="copyright">Copyright &copy; 2015 The Apache Software 
Foundation, Licensed under the Apache License, Version 2.0 Apache and the 
Apache feather logo are trademarks of The Apache Software Foundation.<br>The 
Apache Software Foundation Apache Incubator</p>
-            
-        </div>
-    </div>
-    <div class="copyright-logos">
-        <div class="row">
-            <div class="col-xs-6 text-left">
-                <img src="/img/asf_logo_wide_small.png" alt="Apache" 
title="Apache">
-            </div>
-            <div class="col-xs-6 text-right">
-                <img src="/img/egg-logo2.png" alt="Apache Incubator" 
title="Apache Incubator">
-            </div>
-        </div>
+                        <footer class="row">
+    <div class="col-xs-12">
+        
+            <p class="copyright">Copyright &copy; 2015 The Apache Software 
Foundation, Licensed under the Apache License, Version 2.0 Apache and the 
Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        
     </div>
-    <div class="row">
-        <div class="col-md-12">
+    <div class="col-xs-12">
+        <div class="logos">
+            <img src="/img/asf_logo_wide_small.png" alt="Apache" 
title="Apache">
             <small class="footnote">
                 MyNewt is an effort undergoing incubation at The Apache 
Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is 
required of all newly accepted projects until a further review indicates that 
the infrastructure, communications, and decision making process have stabilized 
in a manner consistent with other successful ASF projects. While incubation 
status is not necessarily a reflection of the completeness or stability of the 
code, it does indicate that the project has yet to be fully endorsed by the ASF.
             </small>
+            <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache 
Incubator">
         </div>
     </div>
 </footer>
-                        </div>
                     </div>
                 </div>
             

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/89c943e1/develop/os/core_os/sanity/os_sanity_check_init/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/sanity/os_sanity_check_init/index.html 
b/develop/os/core_os/sanity/os_sanity_check_init/index.html
index 43b71cc..d49ec7d 100644
--- a/develop/os/core_os/sanity/os_sanity_check_init/index.html
+++ b/develop/os/core_os/sanity/os_sanity_check_init/index.html
@@ -10,15 +10,14 @@
         <link rel="canonical" 
href="http://mynewt.apache.org/os/core_os/sanity/os_sanity_check_init/";> -->
         <link rel="shortcut icon" href="../../../../img/favicon.ico">
 
-       <title>os_sanity_check_init - Apache Mynewt</title>
+           <title>os_sanity_check_init - Apache Mynewt</title>
 
         <link href="../../../../css/bootstrap-3.0.3.min.css" rel="stylesheet">
-        <link href="../../../../css/font-awesome-4.0.3.css" rel="stylesheet">
         <link rel="stylesheet" href="../../../../css/highlight.css">
         <link href="../../../../css/base.css" rel="stylesheet">
         <link href="../../../../css/custom.css" rel="stylesheet">
         <link href="../../../../css/v2.css" rel="stylesheet">
-        <link 
href='https://fonts.googleapis.com/css?family=Roboto:400,500,700,900,300,100' 
rel='stylesheet' type='text/css'>
+        <link href="https://fonts.googleapis.com/css?family=Lato"; 
rel="stylesheet">
         <link rel="stylesheet" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
         <link href="../../../../extra.css" rel="stylesheet">
 
@@ -45,6 +44,16 @@
     <body class="os_sanity_check_init">
 
 
+        <div class="container">
+    <div class="row v2-main-banner">
+        <div class="col-xs-12 v2-vcenter">
+            <a href="/"><img class="logo" src="/img/logo.png"></a>
+
+            <h4 class="tagline">An OS to build, deploy and securely manage 
billions of devices</h4>
+        </div>
+    </div>
+</div>
+
         
 
 
@@ -52,7 +61,7 @@
 
 
 
-<nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" 
role="navigation">
+<nav id="navbar" class="navbar navbar-inverse affix-top" data-spy="affix" 
data-offset-top="150" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
         <div class="navbar-header">
@@ -73,7 +82,7 @@
                 <li 
   class=""
 >
-                    <a href="/">Home</a>
+                    <a href="/"><i class="fa fa-home" style="font-size: 
larger;"></i></a>
                 </li>
                 <li 
   class="important"
@@ -86,6 +95,11 @@
                     <a href="/about/">About</a>
                 </li>
                 <li 
+  class=""
+>
+                    <a href="/talks/">Talks</a>
+                </li>
+                <li 
   class="active"
 >
                     <a href="/latest/os/introduction">Documentation</a>
@@ -120,9 +134,8 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" 
class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar sidebar-container"><div 
id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
-        <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" 
alt="MyNewt" title="MyNewt">
         <div role="search">
             <form id="rtd-search-form" class="wy-form" 
action="../../../../search.html" method="get">
                 <div class="form-group">
@@ -139,14 +152,14 @@
       value="/develop/os/introduction"
       selected="selected"
     >
-      Version: develop
+      Version: develop (latest)
     </option>
     
     <option
       value="/v0_9_0/os/introduction"
       
     >
-      Version: 0.9.0 (latest)
+      Version: 0.9.0
     </option>
     
 </select>
@@ -165,6 +178,10 @@
         
       
         
+      
+        
+      
+        
           
   
   
@@ -665,14 +682,9 @@
     </ul>
 </div></div>
 
-                    <div class="show-sidebar-container">
-                        <button class="show-sidebar">Docs Menu</button>
-                    </div>
-
                     <div class="col-md-9" role="main">
-                        <div class="row doc-header">
-                            <div class="col-sm-12">
-                                <div role="navigation" aria-label="breadcrumbs 
navigation">
+                        <div class="doc-header">
+                            <div role="navigation" aria-label="breadcrumbs 
navigation">
   <ul class="wy-breadcrumbs pull-right">
     <li><a href="/develop/os/introduction">Docs</a></li>
     
@@ -692,7 +704,6 @@
     
   </ul>
 </div>
-                            </div>
                         </div>
                         
                             <h2 id="os_sanity_check_init"><font color="F2853F" 
style="font-size:24pt"> os_sanity_check_init</font></h2>
@@ -754,34 +765,22 @@ memory is cleared out.</p>
     </li>
 </ul>
                         </div>
-                        <div class="row">
-                            <footer>
-    <div class="row">
-        <div class="col-md-12">
-            
-                <p class="copyright">Copyright &copy; 2015 The Apache Software 
Foundation, Licensed under the Apache License, Version 2.0 Apache and the 
Apache feather logo are trademarks of The Apache Software Foundation.<br>The 
Apache Software Foundation Apache Incubator</p>
-            
-        </div>
-    </div>
-    <div class="copyright-logos">
-        <div class="row">
-            <div class="col-xs-6 text-left">
-                <img src="/img/asf_logo_wide_small.png" alt="Apache" 
title="Apache">
-            </div>
-            <div class="col-xs-6 text-right">
-                <img src="/img/egg-logo2.png" alt="Apache Incubator" 
title="Apache Incubator">
-            </div>
-        </div>
+                        <footer class="row">
+    <div class="col-xs-12">
+        
+            <p class="copyright">Copyright &copy; 2015 The Apache Software 
Foundation, Licensed under the Apache License, Version 2.0 Apache and the 
Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        
     </div>
-    <div class="row">
-        <div class="col-md-12">
+    <div class="col-xs-12">
+        <div class="logos">
+            <img src="/img/asf_logo_wide_small.png" alt="Apache" 
title="Apache">
             <small class="footnote">
                 MyNewt is an effort undergoing incubation at The Apache 
Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is 
required of all newly accepted projects until a further review indicates that 
the infrastructure, communications, and decision making process have stabilized 
in a manner consistent with other successful ASF projects. While incubation 
status is not necessarily a reflection of the completeness or stability of the 
code, it does indicate that the project has yet to be fully endorsed by the ASF.
             </small>
+            <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache 
Incubator">
         </div>
     </div>
 </footer>
-                        </div>
                     </div>
                 </div>
             

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/89c943e1/develop/os/core_os/sanity/os_sanity_check_register/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/sanity/os_sanity_check_register/index.html 
b/develop/os/core_os/sanity/os_sanity_check_register/index.html
index 15b121e..69dbcee 100644
--- a/develop/os/core_os/sanity/os_sanity_check_register/index.html
+++ b/develop/os/core_os/sanity/os_sanity_check_register/index.html
@@ -10,15 +10,14 @@
         <link rel="canonical" 
href="http://mynewt.apache.org/os/core_os/sanity/os_sanity_check_register/";> -->
         <link rel="shortcut icon" href="../../../../img/favicon.ico">
 
-       <title>os_sanity_check_register - Apache Mynewt</title>
+           <title>os_sanity_check_register - Apache Mynewt</title>
 
         <link href="../../../../css/bootstrap-3.0.3.min.css" rel="stylesheet">
-        <link href="../../../../css/font-awesome-4.0.3.css" rel="stylesheet">
         <link rel="stylesheet" href="../../../../css/highlight.css">
         <link href="../../../../css/base.css" rel="stylesheet">
         <link href="../../../../css/custom.css" rel="stylesheet">
         <link href="../../../../css/v2.css" rel="stylesheet">
-        <link 
href='https://fonts.googleapis.com/css?family=Roboto:400,500,700,900,300,100' 
rel='stylesheet' type='text/css'>
+        <link href="https://fonts.googleapis.com/css?family=Lato"; 
rel="stylesheet">
         <link rel="stylesheet" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
         <link href="../../../../extra.css" rel="stylesheet">
 
@@ -45,6 +44,16 @@
     <body class="os_sanity_check_register">
 
 
+        <div class="container">
+    <div class="row v2-main-banner">
+        <div class="col-xs-12 v2-vcenter">
+            <a href="/"><img class="logo" src="/img/logo.png"></a>
+
+            <h4 class="tagline">An OS to build, deploy and securely manage 
billions of devices</h4>
+        </div>
+    </div>
+</div>
+
         
 
 
@@ -52,7 +61,7 @@
 
 
 
-<nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" 
role="navigation">
+<nav id="navbar" class="navbar navbar-inverse affix-top" data-spy="affix" 
data-offset-top="150" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
         <div class="navbar-header">
@@ -73,7 +82,7 @@
                 <li 
   class=""
 >
-                    <a href="/">Home</a>
+                    <a href="/"><i class="fa fa-home" style="font-size: 
larger;"></i></a>
                 </li>
                 <li 
   class="important"
@@ -86,6 +95,11 @@
                     <a href="/about/">About</a>
                 </li>
                 <li 
+  class=""
+>
+                    <a href="/talks/">Talks</a>
+                </li>
+                <li 
   class="active"
 >
                     <a href="/latest/os/introduction">Documentation</a>
@@ -120,9 +134,8 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" 
class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar sidebar-container"><div 
id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
-        <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" 
alt="MyNewt" title="MyNewt">
         <div role="search">
             <form id="rtd-search-form" class="wy-form" 
action="../../../../search.html" method="get">
                 <div class="form-group">
@@ -139,14 +152,14 @@
       value="/develop/os/introduction"
       selected="selected"
     >
-      Version: develop
+      Version: develop (latest)
     </option>
     
     <option
       value="/v0_9_0/os/introduction"
       
     >
-      Version: 0.9.0 (latest)
+      Version: 0.9.0
     </option>
     
 </select>
@@ -165,6 +178,10 @@
         
       
         
+      
+        
+      
+        
           
   
   
@@ -665,14 +682,9 @@
     </ul>
 </div></div>
 
-                    <div class="show-sidebar-container">
-                        <button class="show-sidebar">Docs Menu</button>
-                    </div>
-
                     <div class="col-md-9" role="main">
-                        <div class="row doc-header">
-                            <div class="col-sm-12">
-                                <div role="navigation" aria-label="breadcrumbs 
navigation">
+                        <div class="doc-header">
+                            <div role="navigation" aria-label="breadcrumbs 
navigation">
   <ul class="wy-breadcrumbs pull-right">
     <li><a href="/develop/os/introduction">Docs</a></li>
     
@@ -692,7 +704,6 @@
     
   </ul>
 </div>
-                            </div>
                         </div>
                         
                             <h2 id="os_sanity_check_register"><font 
color="F2853F" style="font-size:24pt"> os_sanity_check_register</font></h2>
@@ -754,34 +765,22 @@ the sanity task will check this sanity check with every 
run of the sanity task.<
     </li>
 </ul>
                         </div>
-                        <div class="row">
-                            <footer>
-    <div class="row">
-        <div class="col-md-12">
-            
-                <p class="copyright">Copyright &copy; 2015 The Apache Software 
Foundation, Licensed under the Apache License, Version 2.0 Apache and the 
Apache feather logo are trademarks of The Apache Software Foundation.<br>The 
Apache Software Foundation Apache Incubator</p>
-            
-        </div>
-    </div>
-    <div class="copyright-logos">
-        <div class="row">
-            <div class="col-xs-6 text-left">
-                <img src="/img/asf_logo_wide_small.png" alt="Apache" 
title="Apache">
-            </div>
-            <div class="col-xs-6 text-right">
-                <img src="/img/egg-logo2.png" alt="Apache Incubator" 
title="Apache Incubator">
-            </div>
-        </div>
+                        <footer class="row">
+    <div class="col-xs-12">
+        
+            <p class="copyright">Copyright &copy; 2015 The Apache Software 
Foundation, Licensed under the Apache License, Version 2.0 Apache and the 
Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        
     </div>
-    <div class="row">
-        <div class="col-md-12">
+    <div class="col-xs-12">
+        <div class="logos">
+            <img src="/img/asf_logo_wide_small.png" alt="Apache" 
title="Apache">
             <small class="footnote">
                 MyNewt is an effort undergoing incubation at The Apache 
Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is 
required of all newly accepted projects until a further review indicates that 
the infrastructure, communications, and decision making process have stabilized 
in a manner consistent with other successful ASF projects. While incubation 
status is not necessarily a reflection of the completeness or stability of the 
code, it does indicate that the project has yet to be fully endorsed by the ASF.
             </small>
+            <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache 
Incubator">
         </div>
     </div>
 </footer>
-                        </div>
                     </div>
                 </div>
             

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/89c943e1/develop/os/core_os/sanity/os_sanity_check_reset/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/sanity/os_sanity_check_reset/index.html 
b/develop/os/core_os/sanity/os_sanity_check_reset/index.html
index 7ad865d..d4a4cae 100644
--- a/develop/os/core_os/sanity/os_sanity_check_reset/index.html
+++ b/develop/os/core_os/sanity/os_sanity_check_reset/index.html
@@ -10,15 +10,14 @@
         <link rel="canonical" 
href="http://mynewt.apache.org/os/core_os/sanity/os_sanity_check_reset/";> -->
         <link rel="shortcut icon" href="../../../../img/favicon.ico">
 
-       <title>os_sanity_check_reset - Apache Mynewt</title>
+           <title>os_sanity_check_reset - Apache Mynewt</title>
 
         <link href="../../../../css/bootstrap-3.0.3.min.css" rel="stylesheet">
-        <link href="../../../../css/font-awesome-4.0.3.css" rel="stylesheet">
         <link rel="stylesheet" href="../../../../css/highlight.css">
         <link href="../../../../css/base.css" rel="stylesheet">
         <link href="../../../../css/custom.css" rel="stylesheet">
         <link href="../../../../css/v2.css" rel="stylesheet">
-        <link 
href='https://fonts.googleapis.com/css?family=Roboto:400,500,700,900,300,100' 
rel='stylesheet' type='text/css'>
+        <link href="https://fonts.googleapis.com/css?family=Lato"; 
rel="stylesheet">
         <link rel="stylesheet" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
         <link href="../../../../extra.css" rel="stylesheet">
 
@@ -45,6 +44,16 @@
     <body class="os_sanity_check_reset">
 
 
+        <div class="container">
+    <div class="row v2-main-banner">
+        <div class="col-xs-12 v2-vcenter">
+            <a href="/"><img class="logo" src="/img/logo.png"></a>
+
+            <h4 class="tagline">An OS to build, deploy and securely manage 
billions of devices</h4>
+        </div>
+    </div>
+</div>
+
         
 
 
@@ -52,7 +61,7 @@
 
 
 
-<nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" 
role="navigation">
+<nav id="navbar" class="navbar navbar-inverse affix-top" data-spy="affix" 
data-offset-top="150" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
         <div class="navbar-header">
@@ -73,7 +82,7 @@
                 <li 
   class=""
 >
-                    <a href="/">Home</a>
+                    <a href="/"><i class="fa fa-home" style="font-size: 
larger;"></i></a>
                 </li>
                 <li 
   class="important"
@@ -86,6 +95,11 @@
                     <a href="/about/">About</a>
                 </li>
                 <li 
+  class=""
+>
+                    <a href="/talks/">Talks</a>
+                </li>
+                <li 
   class="active"
 >
                     <a href="/latest/os/introduction">Documentation</a>
@@ -120,9 +134,8 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" 
class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar sidebar-container"><div 
id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
-        <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" 
alt="MyNewt" title="MyNewt">
         <div role="search">
             <form id="rtd-search-form" class="wy-form" 
action="../../../../search.html" method="get">
                 <div class="form-group">
@@ -139,14 +152,14 @@
       value="/develop/os/introduction"
       selected="selected"
     >
-      Version: develop
+      Version: develop (latest)
     </option>
     
     <option
       value="/v0_9_0/os/introduction"
       
     >
-      Version: 0.9.0 (latest)
+      Version: 0.9.0
     </option>
     
 </select>
@@ -165,6 +178,10 @@
         
       
         
+      
+        
+      
+        
           
   
   
@@ -665,14 +682,9 @@
     </ul>
 </div></div>
 
-                    <div class="show-sidebar-container">
-                        <button class="show-sidebar">Docs Menu</button>
-                    </div>
-
                     <div class="col-md-9" role="main">
-                        <div class="row doc-header">
-                            <div class="col-sm-12">
-                                <div role="navigation" aria-label="breadcrumbs 
navigation">
+                        <div class="doc-header">
+                            <div role="navigation" aria-label="breadcrumbs 
navigation">
   <ul class="wy-breadcrumbs pull-right">
     <li><a href="/develop/os/introduction">Docs</a></li>
     
@@ -692,7 +704,6 @@
     
   </ul>
 </div>
-                            </div>
                         </div>
                         
                             <h2 id="os_sanity_check_reset"><font 
color="F2853F" style="font-size:24pt"> os_sanity_check_reset</font></h2>
@@ -755,34 +766,22 @@ ticks.</p>
     </li>
 </ul>
                         </div>
-                        <div class="row">
-                            <footer>
-    <div class="row">
-        <div class="col-md-12">
-            
-                <p class="copyright">Copyright &copy; 2015 The Apache Software 
Foundation, Licensed under the Apache License, Version 2.0 Apache and the 
Apache feather logo are trademarks of The Apache Software Foundation.<br>The 
Apache Software Foundation Apache Incubator</p>
-            
-        </div>
-    </div>
-    <div class="copyright-logos">
-        <div class="row">
-            <div class="col-xs-6 text-left">
-                <img src="/img/asf_logo_wide_small.png" alt="Apache" 
title="Apache">
-            </div>
-            <div class="col-xs-6 text-right">
-                <img src="/img/egg-logo2.png" alt="Apache Incubator" 
title="Apache Incubator">
-            </div>
-        </div>
+                        <footer class="row">
+    <div class="col-xs-12">
+        
+            <p class="copyright">Copyright &copy; 2015 The Apache Software 
Foundation, Licensed under the Apache License, Version 2.0 Apache and the 
Apache feather logo are trademarks of The Apache Software Foundation.</p>
+        
     </div>
-    <div class="row">
-        <div class="col-md-12">
+    <div class="col-xs-12">
+        <div class="logos">
+            <img src="/img/asf_logo_wide_small.png" alt="Apache" 
title="Apache">
             <small class="footnote">
                 MyNewt is an effort undergoing incubation at The Apache 
Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is 
required of all newly accepted projects until a further review indicates that 
the infrastructure, communications, and decision making process have stabilized 
in a manner consistent with other successful ASF projects. While incubation 
status is not necessarily a reflection of the completeness or stability of the 
code, it does indicate that the project has yet to be fully endorsed by the ASF.
             </small>
+            <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache 
Incubator">
         </div>
     </div>
 </footer>
-                        </div>
                     </div>
                 </div>
             


Reply via email to