You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ad...@apache.org on 2016/11/14 23:59:06 UTC

[12/56] [partial] incubator-mynewt-site git commit: Deploying changes introduced in landingFormat branch

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/89c943e1/develop/os/tutorials/unit_test/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/unit_test/index.html b/develop/os/tutorials/unit_test/index.html
index b859b10..b3a5e0a 100644
--- a/develop/os/tutorials/unit_test/index.html
+++ b/develop/os/tutorials/unit_test/index.html
@@ -10,15 +10,14 @@
         <link rel="canonical" href="http://mynewt.apache.org/os/tutorials/unit_test/"> -->
         <link rel="shortcut icon" href="../../../img/favicon.ico">
 
-	<title>Write a Test Suite for a Package - Apache Mynewt</title>
+	    <title>Write a Test Suite for a Package - 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="Write a Test Suite for a Package">
 
 
+        <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 @@
         
       
         
+      
+        
+      
+        
           
   
   
@@ -404,14 +421,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>
     
@@ -431,7 +443,6 @@
     
   </ul>
 </div>
-                            </div>
                         </div>
                         
                             <h1 id="write-a-test-suite-for-a-package">Write a Test Suite for a Package</h1>
@@ -628,34 +639,22 @@ the message shown below.</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/tutorials/wi-fi_on_arduino/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/wi-fi_on_arduino/index.html b/develop/os/tutorials/wi-fi_on_arduino/index.html
index d2cd8a5..a5b12b0 100644
--- a/develop/os/tutorials/wi-fi_on_arduino/index.html
+++ b/develop/os/tutorials/wi-fi_on_arduino/index.html
@@ -10,15 +10,14 @@
         <link rel="canonical" href="http://mynewt.apache.org/os/tutorials/wi-fi_on_arduino/"> -->
         <link rel="shortcut icon" href="../../../img/favicon.ico">
 
-	<title>Enable Wi-Fi on Arduino Zero - Apache Mynewt</title>
+	    <title>Enable Wi-Fi on Arduino Zero - 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="Enable Wi-Fi on Arduino Zero">
 
 
+        <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 @@
         
       
         
+      
+        
+      
+        
           
   
   
@@ -404,14 +421,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>
     
@@ -431,7 +443,6 @@
     
   </ul>
 </div>
-                            </div>
                         </div>
                         
                             <h2 id="start-wi-fi-on-arduino-zero">Start Wi-Fi on Arduino Zero</h2>
@@ -694,34 +705,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/pages/ble.html
----------------------------------------------------------------------
diff --git a/develop/pages/ble.html b/develop/pages/ble.html
new file mode 100644
index 0000000..26d3e08
--- /dev/null
+++ b/develop/pages/ble.html
@@ -0,0 +1,144 @@
+<div class="row">
+    <div class="col-xs-12 v2-sub-page">
+
+        <h2>NimBLE - Mynewt's Bluetooth 4.2 compliant stack </h2>
+
+        <p>
+        NimBLE is a complete Bluetooth Low Energy 4.2 stack featuring source code for both host and controller subsystems. You can choose to run NimBLE as
+        </p>
+
+        <ul>
+           <li> a complete stack in a single processor</li>
+           <li> host only</li>
+           <li> controller only</li>
+           <li> host and controller in separate processors on a board</li>
+        </ul>
+
+        <p>
+        The standardized Host Controller Interface (HCI) allows you to mix and match Mynewt\u2019s host or controller portion with another vendor\u2019s controller or host implementation respectively, to suit your product hardware and application. As an example, you may run the NimBLE controller with BlueZ, the Linux Bluetooth host protocol stack. As a reverse example you could choose to run NimBLE's host with a chip vendor's controller that supports HCI over UART transport.
+        </p>
+
+        <h3>Features</h3>
+        <ul>
+          <li>LE Privacy 1.2 </li>
+          <li>Security Manager (SM) with support for LE Legacy Pairing (Just Works, Numeric Comparison, Passkey Entry, OOB), LE Secure Connections, Transport Specific Key Distribution</li>
+          <li>LE Data Length Extension</li>
+          <li>Concurrent multiple roles (master(central)/slave(peripheral), server/client)</li>
+          <li>Simultaneous advertising and scanning</li>
+          <li>Low Duty Cycle Directed Advertising</li>
+          <li>Connection parameters request procedure</li>
+          <li>LE Ping</li>
+          <li>32 bit UUIS</li>
+          <li>L2CAP Connection Oriented Channels</li>
+          <li>Full GATT Server, Client, and all sub-procedures</li>
+          <li>Host Controller Interface (HCI) between the host and controller either through software API or by UART hardware connection</li>
+        </ul>
+
+        <h3>Profile and Service support</h3>
+        <ul>
+          <li>Alert Notification Profile and Service(ANS)</li>
+          <li>Immediate Alert Service (IAS)</li>
+          <li>Link Loss Profile and Service</li>
+          <li>Transmit Power Service</li>
+        </ul>
+
+        <h3>Memory sizing</h3>
+
+        <p>
+        The recommended memory size for running Mynewt OS with NimBLE is 64 kB of RAM and 512 kB of Flash. This allows the application developer to build an image for a product with ample space for application data and logic, security capabilities such as secure bootloader, and operational utilities such as detailed logs and statistics.
+        </p>
+
+        <p>
+        While the recommendations are for higher amounts of memory, Mynewt OS with NimBLE can be optimized to operate with 32 kB of RAM and 256 kB of Flash.
+        </p>
+
+        <uL>
+          <li> Core OS kernel: <1 kB of RAM, <6 kB of Flash </li>
+          <li> NimBLE Stack (including both peripheral and central roles, legacy pairing): 4.5 kB of RAM, 69 kB of Flash </li>
+          <li> BLE peripheral application using Mynewt OS, NimBLE with security: 15 kB of RAM, 99 kB of Flash </li>
+        </ul>
+
+
+        <h3>Role configuration</h3>
+
+        <p>
+        NimBLE gives you tremendous flexibility to meet your application and device requirements. It has been shown to work with much higher limits when compared to other implementations such as Nordic's SoftDevice or Intel's Zephyr:
+        </p>
+
+        <ul>
+          <li>Up to 32 concurrent connections as a Central which is 4x what is allowed on Nordic's SoftDevice/li>
+          <li>Up to 32 concurrent connections as a Peripheral (32x what is allowed on Nordic's SoftDevice</li>
+          <li>Up to 32 concurrent connections in any combination of Central and Peripheral with Observer and Broadcaster roles running simultaneously. In comparison, Nordic's SoftDevice allows 3 connections as a Central and 1 connection as a Peripheral while simultaneously running Observer and Broadcaster</li>
+          <li>Ability for a peripheral to connect to multiple centrals (as opposed to only 1 central allowed on Nordic's SoftDevice)</li>
+          <li>Flexibility to configure the scheduler to allow for larger data bursts when connected to a large number of peripherals</li>
+        </ul>
+
+        <h3>System configuration</h3>
+
+        <p>
+        NimBLE allows the application developer to configure the system to extract the most suitable performance. Whether it is getting the most number of concurrent connections or getting a high throughput or ensuring low latencies for data bursts to several peripherals, NimBLE offers plenty of options. Of course, any changes to the default configuration has implications on code size, runtime RAM usage etc., a glimpse of which is shown below.
+        </p>
+
+        <table style="width:100%">
+          <tr>
+            <th>Subsystem</th>
+            <th>Examples of Configuration Options</th>
+            <th>Default(kB)</th>
+            <th>Element Size(kB)</th>
+            <th>Default Size(kB)</th>
+            <th>Size for x # of connections</th>
+          </tr>
+          <tr>
+            <th rowspan="4">Host</th>
+            <td>Max. number of config descriptors</td>
+            <td>1</td>
+            <td>4</td>
+            <td>4</td>
+            <td>(x+1)*3</td>
+          </tr>
+          <tr>
+            <td>Max. number of attributes in a single GATT Reliable Write procedure</td>
+            <td>36</td>
+            <td>32</td>
+            <td>1152</td>
+            <td>Independent</td>
+          </tr>
+          <tr>
+            <td>Max. number of concurrent connections</td>
+            <td>1</td>
+            <td>80</td>
+            <td>80</td>
+            <td>x*80</td>
+          </tr>
+          <tr>
+            <td>...and several more. Full system configuration is specified in /net/nimble/host/syscfg.yml with sensible defaults. </td>
+          </tr>
+          <tr>
+            <th rowspan="4">Controller</th>
+            <td>Whitelist size</td>
+            <td>8</td>
+            <td>8</td>
+            <td>64</td>
+            <td>Independent</td>
+          </tr>
+          <tr>
+            <td>RNG buffer size</td>
+            <td>32</td>
+            <td>1</td>
+            <td>32</td>
+            <td>Independent</td>
+          </tr>
+          <tr>
+            <td>Max. number of concurrent connections</td>
+            <td>1</td>
+            <td>416</td>
+            <td>416</td>
+            <td>x*416</td>
+          </tr>
+          <tr>
+            <td>...and several more. Full system configuration is specified in /net/nimble/controller/syscfg.yml with sensible defaults.</td>
+          </tr>
+        </table>
+
+    </div>
+</div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/89c943e1/develop/pages/ble/index.html
----------------------------------------------------------------------
diff --git a/develop/pages/ble/index.html b/develop/pages/ble/index.html
new file mode 100644
index 0000000..ec5d4c8
--- /dev/null
+++ b/develop/pages/ble/index.html
@@ -0,0 +1,308 @@
+<!DOCTYPE html>
+<html lang="en">
+    <head>
+        <meta charset="utf-8">
+        <meta http-equiv="X-UA-Compatible" content="IE=edge">
+        <meta name="viewport" content="width=device-width, initial-scale=1.0">
+        
+        
+        <!-- This is broken by doc revisioning.
+        <link rel="canonical" href="http://mynewt.apache.org/pages/ble/"> -->
+        <link rel="shortcut icon" href="../../img/favicon.ico">
+
+	    <title>Bluetooth Low Energy 4.2 - Apache Mynewt</title>
+
+        <link href="../../css/bootstrap-3.0.3.min.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=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">
+
+        <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
+        <!--[if lt IE 9]>
+            <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
+            <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
+        <![endif]-->
+
+        
+            <script>
+                (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+                (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+                m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+                })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+                ga('create', 'UA-72162311-1', 'auto');
+                ga('send', 'pageview');
+            </script>
+        
+    </head>
+
+
+    <body class="Bluetooth Low Energy 4.2">
+
+
+        <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>
+
+        
+
+
+
+
+
+
+<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">
+            <!-- Expander button -->
+            <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
+                <span class="sr-only">Toggle navigation</span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+            </button>
+
+        </div>
+
+        <!-- Expanded navigation -->
+        <div class="navbar-collapse collapse">
+            <!-- Main navigation -->
+            <ul class="nav navbar-nav navbar-right">
+                <li 
+  class="active "
+>
+                    <a href="/"><i class="fa fa-home" style="font-size: larger;"></i></a>
+                </li>
+                <li 
+  class="important"
+>
+                    <a href="/quick-start/">Quick Start</a>
+                </li>
+                <li 
+  class=""
+>
+                    <a href="/about/">About</a>
+                </li>
+                <li 
+  class=""
+>
+                    <a href="/talks/">Talks</a>
+                </li>
+                <li 
+  class=""
+>
+                    <a href="/latest/os/introduction">Documentation</a>
+                </li>
+                <li 
+  class=""
+>
+                    <a href="/download/">Download</a>
+                </li>
+                <li 
+  class=""
+>
+                    <a href="/community/">Community</a>
+                </li>
+                <li 
+  class=""
+>
+                    <a href="/events/">Events</a>
+                </li>
+            </ul>
+
+            <!-- Search, Navigation and Repo links -->
+            <ul class="nav navbar-nav navbar-right">
+                
+            </ul>
+        </div>
+    </div>
+</nav>
+
+        
+
+        <div class="container">
+            
+                <div class="row">
+    <div class="col-xs-12 v2-sub-page">
+
+        <h2>NimBLE - Mynewt's Bluetooth 4.2 compliant stack </h2>
+
+        <p>
+        NimBLE is a complete Bluetooth Low Energy 4.2 stack featuring source code for both host and controller subsystems. You can choose to run NimBLE as
+        </p>
+
+        <ul>
+           <li> a complete stack in a single processor</li>
+           <li> host only</li>
+           <li> controller only</li>
+           <li> host and controller in separate processors on a board</li>
+        </ul>
+
+        <p>
+        The standardized Host Controller Interface (HCI) allows you to mix and match Mynewt\u2019s host or controller portion with another vendor\u2019s controller or host implementation respectively, to suit your product hardware and application. As an example, you may run the NimBLE controller with BlueZ, the Linux Bluetooth host protocol stack. As a reverse example you could choose to run NimBLE's host with a chip vendor's controller that supports HCI over UART transport.
+        </p>
+
+        <h3>Features</h3>
+        <ul>
+          <li>LE Privacy 1.2 </li>
+          <li>Security Manager (SM) with support for LE Legacy Pairing (Just Works, Numeric Comparison, Passkey Entry, OOB), LE Secure Connections, Transport Specific Key Distribution</li>
+          <li>LE Data Length Extension</li>
+          <li>Concurrent multiple roles (master(central)/slave(peripheral), server/client)</li>
+          <li>Simultaneous advertising and scanning</li>
+          <li>Low Duty Cycle Directed Advertising</li>
+          <li>Connection parameters request procedure</li>
+          <li>LE Ping</li>
+          <li>32 bit UUIS</li>
+          <li>L2CAP Connection Oriented Channels</li>
+          <li>Full GATT Server, Client, and all sub-procedures</li>
+          <li>Host Controller Interface (HCI) between the host and controller either through software API or by UART hardware connection</li>
+        </ul>
+
+        <h3>Profile and Service support</h3>
+        <ul>
+          <li>Alert Notification Profile and Service(ANS)</li>
+          <li>Immediate Alert Service (IAS)</li>
+          <li>Link Loss Profile and Service</li>
+          <li>Transmit Power Service</li>
+        </ul>
+
+        <h3>Memory sizing</h3>
+
+        <p>
+        The recommended memory size for running Mynewt OS with NimBLE is 64 kB of RAM and 512 kB of Flash. This allows the application developer to build an image for a product with ample space for application data and logic, security capabilities such as secure bootloader, and operational utilities such as detailed logs and statistics.
+        </p>
+
+        <p>
+        While the recommendations are for higher amounts of memory, Mynewt OS with NimBLE can be optimized to operate with 32 kB of RAM and 256 kB of Flash.
+        </p>
+
+        <uL>
+          <li> Core OS kernel: <1 kB of RAM, <6 kB of Flash </li>
+          <li> NimBLE Stack (including both peripheral and central roles, legacy pairing): 4.5 kB of RAM, 69 kB of Flash </li>
+          <li> BLE peripheral application using Mynewt OS, NimBLE with security: 15 kB of RAM, 99 kB of Flash </li>
+        </ul>
+
+
+        <h3>Role configuration</h3>
+
+        <p>
+        NimBLE gives you tremendous flexibility to meet your application and device requirements. It has been shown to work with much higher limits when compared to other implementations such as Nordic's SoftDevice or Intel's Zephyr:
+        </p>
+
+        <ul>
+          <li>Up to 32 concurrent connections as a Central which is 4x what is allowed on Nordic's SoftDevice/li>
+          <li>Up to 32 concurrent connections as a Peripheral (32x what is allowed on Nordic's SoftDevice</li>
+          <li>Up to 32 concurrent connections in any combination of Central and Peripheral with Observer and Broadcaster roles running simultaneously. In comparison, Nordic's SoftDevice allows 3 connections as a Central and 1 connection as a Peripheral while simultaneously running Observer and Broadcaster</li>
+          <li>Ability for a peripheral to connect to multiple centrals (as opposed to only 1 central allowed on Nordic's SoftDevice)</li>
+          <li>Flexibility to configure the scheduler to allow for larger data bursts when connected to a large number of peripherals</li>
+        </ul>
+
+        <h3>System configuration</h3>
+
+        <p>
+        NimBLE allows the application developer to configure the system to extract the most suitable performance. Whether it is getting the most number of concurrent connections or getting a high throughput or ensuring low latencies for data bursts to several peripherals, NimBLE offers plenty of options. Of course, any changes to the default configuration has implications on code size, runtime RAM usage etc., a glimpse of which is shown below.
+        </p>
+
+        <table style="width:100%">
+          <tr>
+            <th>Subsystem</th>
+            <th>Examples of Configuration Options</th>
+            <th>Default(kB)</th>
+            <th>Element Size(kB)</th>
+            <th>Default Size(kB)</th>
+            <th>Size for x # of connections</th>
+          </tr>
+          <tr>
+            <th rowspan="4">Host</th>
+            <td>Max. number of config descriptors</td>
+            <td>1</td>
+            <td>4</td>
+            <td>4</td>
+            <td>(x+1)*3</td>
+          </tr>
+          <tr>
+            <td>Max. number of attributes in a single GATT Reliable Write procedure</td>
+            <td>36</td>
+            <td>32</td>
+            <td>1152</td>
+            <td>Independent</td>
+          </tr>
+          <tr>
+            <td>Max. number of concurrent connections</td>
+            <td>1</td>
+            <td>80</td>
+            <td>80</td>
+            <td>x*80</td>
+          </tr>
+          <tr>
+            <td>...and several more. Full system configuration is specified in /net/nimble/host/syscfg.yml with sensible defaults. </td>
+          </tr>
+          <tr>
+            <th rowspan="4">Controller</th>
+            <td>Whitelist size</td>
+            <td>8</td>
+            <td>8</td>
+            <td>64</td>
+            <td>Independent</td>
+          </tr>
+          <tr>
+            <td>RNG buffer size</td>
+            <td>32</td>
+            <td>1</td>
+            <td>32</td>
+            <td>Independent</td>
+          </tr>
+          <tr>
+            <td>Max. number of concurrent connections</td>
+            <td>1</td>
+            <td>416</td>
+            <td>416</td>
+            <td>x*416</td>
+          </tr>
+          <tr>
+            <td>...and several more. Full system configuration is specified in /net/nimble/controller/syscfg.yml with sensible defaults.</td>
+          </tr>
+        </table>
+
+    </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="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>
+
+        <script src="../../js/jquery-1.10.2.min.js"></script>
+        <script src="../../js/bootstrap-3.0.3.min.js"></script>
+        <script src="../../js/highlight.pack.js"></script>
+        <script src="../../js/base.js"></script>
+        <script src="../../js/custom.js"></script>
+
+    </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/89c943e1/develop/pages/configurability.html
----------------------------------------------------------------------
diff --git a/develop/pages/configurability.html b/develop/pages/configurability.html
new file mode 100644
index 0000000..44a8f4c
--- /dev/null
+++ b/develop/pages/configurability.html
@@ -0,0 +1,19 @@
+<div class="row">
+    <div class="col-xs-12 v2-sub-page">
+
+        <h2>Newt Tool makes it easy to Compose and Configure</h2>
+
+        <p>
+        Mynewt  exposes a highly granular set of configuration parameters for each software module or service. For example, the BLE controller stack allows the user to set parameters such as the whitelist size, sleep clock accuracy, number of slots to allocate to each connection, transmit power level, and plenty more. To keep configuration clean and simple, settings are specified in a single syscfg.yml configuration file in each package. Sensible defaults are built into all the configuration files to allow a quick build for simple, straightforward applications.
+        </p>
+
+        <p>
+    Hardware initialization sets up the flash map and peripherals such as UART, ADC, SPI, I2C etc. on the chosen board. For consistency, this hardware-specific initialization is also done using a single syscfg.yml configuration file for the BSP (Board Support Package). Again, sensible defaults are built into all the configuration files for common use cases.
+        </p>
+
+        <p>
+    Mynewt comes with a powerful configuration and build tool called Newt. It can automatically generate a single, comprehensive system configuration file from the various software and hardware initialization files. This makes system configuration audits easy. Newt Tool can manage task and interrupt priority settings. It can also detect and resolve conflicts in package dependencies. It comes with utilities such as generating digitally signed images. In short, putting an image together for your application becomes easy with the Newt Tool.
+        </p>
+
+    </div>
+</div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/89c943e1/develop/pages/configurability/index.html
----------------------------------------------------------------------
diff --git a/develop/pages/configurability/index.html b/develop/pages/configurability/index.html
new file mode 100644
index 0000000..026f4d0
--- /dev/null
+++ b/develop/pages/configurability/index.html
@@ -0,0 +1,183 @@
+<!DOCTYPE html>
+<html lang="en">
+    <head>
+        <meta charset="utf-8">
+        <meta http-equiv="X-UA-Compatible" content="IE=edge">
+        <meta name="viewport" content="width=device-width, initial-scale=1.0">
+        
+        
+        <!-- This is broken by doc revisioning.
+        <link rel="canonical" href="http://mynewt.apache.org/pages/configurability/"> -->
+        <link rel="shortcut icon" href="../../img/favicon.ico">
+
+	    <title>Newt build and configuration Tool - Apache Mynewt</title>
+
+        <link href="../../css/bootstrap-3.0.3.min.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=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">
+
+        <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
+        <!--[if lt IE 9]>
+            <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
+            <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
+        <![endif]-->
+
+        
+            <script>
+                (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+                (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+                m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+                })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+                ga('create', 'UA-72162311-1', 'auto');
+                ga('send', 'pageview');
+            </script>
+        
+    </head>
+
+
+    <body class="Newt build and configuration Tool">
+
+
+        <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>
+
+        
+
+
+
+
+
+
+<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">
+            <!-- Expander button -->
+            <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
+                <span class="sr-only">Toggle navigation</span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+            </button>
+
+        </div>
+
+        <!-- Expanded navigation -->
+        <div class="navbar-collapse collapse">
+            <!-- Main navigation -->
+            <ul class="nav navbar-nav navbar-right">
+                <li 
+  class="active "
+>
+                    <a href="/"><i class="fa fa-home" style="font-size: larger;"></i></a>
+                </li>
+                <li 
+  class="important"
+>
+                    <a href="/quick-start/">Quick Start</a>
+                </li>
+                <li 
+  class=""
+>
+                    <a href="/about/">About</a>
+                </li>
+                <li 
+  class=""
+>
+                    <a href="/talks/">Talks</a>
+                </li>
+                <li 
+  class=""
+>
+                    <a href="/latest/os/introduction">Documentation</a>
+                </li>
+                <li 
+  class=""
+>
+                    <a href="/download/">Download</a>
+                </li>
+                <li 
+  class=""
+>
+                    <a href="/community/">Community</a>
+                </li>
+                <li 
+  class=""
+>
+                    <a href="/events/">Events</a>
+                </li>
+            </ul>
+
+            <!-- Search, Navigation and Repo links -->
+            <ul class="nav navbar-nav navbar-right">
+                
+            </ul>
+        </div>
+    </div>
+</nav>
+
+        
+
+        <div class="container">
+            
+                <div class="row">
+    <div class="col-xs-12 v2-sub-page">
+
+        <h2>Newt Tool makes it easy to Compose and Configure</h2>
+
+        <p>
+        Mynewt  exposes a highly granular set of configuration parameters for each software module or service. For example, the BLE controller stack allows the user to set parameters such as the whitelist size, sleep clock accuracy, number of slots to allocate to each connection, transmit power level, and plenty more. To keep configuration clean and simple, settings are specified in a single syscfg.yml configuration file in each package. Sensible defaults are built into all the configuration files to allow a quick build for simple, straightforward applications.
+        </p>
+
+        <p>
+    Hardware initialization sets up the flash map and peripherals such as UART, ADC, SPI, I2C etc. on the chosen board. For consistency, this hardware-specific initialization is also done using a single syscfg.yml configuration file for the BSP (Board Support Package). Again, sensible defaults are built into all the configuration files for common use cases.
+        </p>
+
+        <p>
+    Mynewt comes with a powerful configuration and build tool called Newt. It can automatically generate a single, comprehensive system configuration file from the various software and hardware initialization files. This makes system configuration audits easy. Newt Tool can manage task and interrupt priority settings. It can also detect and resolve conflicts in package dependencies. It comes with utilities such as generating digitally signed images. In short, putting an image together for your application becomes easy with the Newt Tool.
+        </p>
+
+    </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="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>
+
+        <script src="../../js/jquery-1.10.2.min.js"></script>
+        <script src="../../js/bootstrap-3.0.3.min.js"></script>
+        <script src="../../js/highlight.pack.js"></script>
+        <script src="../../js/base.js"></script>
+        <script src="../../js/custom.js"></script>
+
+    </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/89c943e1/develop/pages/securitybullets.html
----------------------------------------------------------------------
diff --git a/develop/pages/securitybullets.html b/develop/pages/securitybullets.html
new file mode 100644
index 0000000..b14768a
--- /dev/null
+++ b/develop/pages/securitybullets.html
@@ -0,0 +1,40 @@
+<div class="row">
+    <div class="col-xs-12 v2-sub-page">
+
+        <h2>Security through the life of a device</h2>
+
+        <p>
+        One of the primary goals of the Apache Mynewt project is to facilitate security assurance at every stage of a product's lifecycle. Securing a device essentially requires balancing the cost of the product inclusive of all its security mechanisms and the value of the product, keeping in mind that neither should exceed the cost of attacks on deployments of that product. Apache Mynewt OS takes care of the fundamental security requirements of a connected embedded device in a commercial marketplace. It also acknowledges that security is an ongoing effort with evolving threat scenarios, and therefore enables remote, secure updates over the product\u2019s lifetime. 
+        </p>
+
+
+<div class="tg-wrap"><table>
+  <tr>
+    <th>Stage</th>
+    <th>Secure Feature/Service</th>
+  </tr>
+  <tr>
+    <td>Development</td>
+    <td>Dev image signing and verification<br>Separation of duties<br>Enable HW security (e.g. crypto accelerator)<br>Enable security logs and stats</td>
+  </tr>
+  <tr>
+    <td>Manufacturing</td>
+    <td>Unique Device ID<br>Unique Crypto keys<br>Secure bootloader<br>Manufacturing data integrity</td>
+  </tr>
+  <tr>
+    <td>Deployment</td>
+    <td>Prod image signing and verification<br>Authenticated and authorized network join<br>Secure manufacturing data upload<br>Secure time update</td>
+  </tr>
+  <tr>
+    <td>Operations</td>
+    <td>Authorized access to device<br>Mutual authentication<br>Encrypted communication<br>Data integrity<br>Secure over-the-air updates</td>
+  </tr>
+  <tr>
+    <td>Decommission</td>
+    <td>Authorized credential removal</td>
+  </tr>
+</table>
+</div>
+
+    </div>
+</div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/89c943e1/develop/quick-start/index.html
----------------------------------------------------------------------
diff --git a/develop/quick-start/index.html b/develop/quick-start/index.html
index 5c006f8..f293ce8 100644
--- a/develop/quick-start/index.html
+++ b/develop/quick-start/index.html
@@ -10,15 +10,14 @@
         <link rel="canonical" href="http://mynewt.apache.org/quick-start/"> -->
         <link rel="shortcut icon" href="../img/favicon.ico">
 
-	<title>Quick Start - Apache Mynewt</title>
+	    <title>Quick Start - 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="Quick Start">
 
 
+        <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="active important"
@@ -88,6 +97,11 @@
                 <li 
   class=""
 >
+                    <a href="/talks/">Talks</a>
+                </li>
+                <li 
+  class=""
+>
                     <a href="/latest/os/introduction">Documentation</a>
                 </li>
                 <li 
@@ -119,22 +133,9 @@
 
         <div class="container">
             
-                <div class="container">
-    <div class="row v2-main-banner">
-         <div class="col-md-8 v2-vcenter">
-            <img class="logo" src="/img/logo.svg">
-            <h4 class="tagline">Modular OS to operate an IoT network</h4>
-        </div><!-- (need this comment because of the inline-blocks)
-    --><div class="col-md-4 v2-vcenter">
-                    </div>
-
-        
-    </div>
-</div>
+                <div class="v2-quick-start">
 
-<div class="container v2-quick-start">
-
- <div class="container small-no-padding">
+ <div class="small-no-padding">
     <div class="row">
         <div class="col-md-12 content">
             
@@ -169,38 +170,24 @@
         </div>
     </div>
 </div>
-
-</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>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/89c943e1/develop/search.html
----------------------------------------------------------------------
diff --git a/develop/search.html b/develop/search.html
index 7d04283..46b0219 100644
--- a/develop/search.html
+++ b/develop/search.html
@@ -10,15 +10,14 @@
          -->
         <link rel="shortcut icon" href="./img/favicon.ico">
 
-	<title>Apache Mynewt</title>
+	    <title>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="">
 
 
+        <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 @@
         
       
         
+      
+        
+      
+        
           
   
   
@@ -191,21 +208,15 @@
     </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>
     
     
   </ul>
 </div>
-                            </div>
                         </div>
                         
 
@@ -240,34 +251,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/secondary-banner.html
----------------------------------------------------------------------
diff --git a/develop/secondary-banner.html b/develop/secondary-banner.html
index 6c36a9d..3d6c13c 100644
--- a/develop/secondary-banner.html
+++ b/develop/secondary-banner.html
@@ -1,12 +1,8 @@
-<div class="container">
-    <div class="row v2-main-banner">
-         <div class="col-md-8 v2-vcenter">
-            <img class="logo" src="/img/logo.svg">
-            <h4 class="tagline">Modular OS to operate an IoT network</h4>
-        </div><!-- (need this comment because of the inline-blocks)
-    --><div class="col-md-4 v2-vcenter">
-                    </div>
-
-        
+<div class="row v2-main-banner">
+    <div class="col-md-8 v2-vcenter">
+        <img class="logo" src="/img/logo.jpg">
+        <h4 class="tagline">Modular OS to operate an IoT network</h4>
+    </div><!-- (need this comment because of the inline-blocks)
+ --><div class="col-md-4 v2-vcenter">
     </div>
 </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/89c943e1/develop/sitemap.xml
----------------------------------------------------------------------
diff --git a/develop/sitemap.xml b/develop/sitemap.xml
index c1c6fdc..274890b 100644
--- a/develop/sitemap.xml
+++ b/develop/sitemap.xml
@@ -4,15 +4,31 @@
     
     <url>
      <loc>http://mynewt.apache.org/</loc>
-     <lastmod>2016-10-11</lastmod>
+     <lastmod>2016-11-14</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
 
     
+        
+    <url>
+     <loc>http://mynewt.apache.org/pages/ble/</loc>
+     <lastmod>2016-11-14</lastmod>
+     <changefreq>daily</changefreq>
+    </url>
+        
+    <url>
+     <loc>http://mynewt.apache.org/pages/configurability/</loc>
+     <lastmod>2016-11-14</lastmod>
+     <changefreq>daily</changefreq>
+    </url>
+        
+    
+
+    
     <url>
      <loc>http://mynewt.apache.org/quick-start/</loc>
-     <lastmod>2016-10-11</lastmod>
+     <lastmod>2016-11-14</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -20,7 +36,15 @@
     
     <url>
      <loc>http://mynewt.apache.org/about/</loc>
-     <lastmod>2016-10-11</lastmod>
+     <lastmod>2016-11-14</lastmod>
+     <changefreq>daily</changefreq>
+    </url>
+    
+
+    
+    <url>
+     <loc>http://mynewt.apache.org/talks/</loc>
+     <lastmod>2016-11-14</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -28,7 +52,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/download/</loc>
-     <lastmod>2016-10-11</lastmod>
+     <lastmod>2016-11-14</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -36,7 +60,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/community/</loc>
-     <lastmod>2016-10-11</lastmod>
+     <lastmod>2016-11-14</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -44,7 +68,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/events/</loc>
-     <lastmod>2016-10-11</lastmod>
+     <lastmod>2016-11-14</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -53,7 +77,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/os/introduction/</loc>
-     <lastmod>2016-10-11</lastmod>
+     <lastmod>2016-11-14</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -65,7 +89,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/os/get_started/vocabulary/</loc>
-     <lastmod>2016-10-11</lastmod>
+     <lastmod>2016-11-14</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -105,13 +129,13 @@
         
     <url>
      <loc>http://mynewt.apache.org/faq/how_to_edit_docs/</loc>
-     <lastmod>2016-10-11</lastmod>
+     <lastmod>2016-11-14</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/faq/answers/</loc>
-     <lastmod>2016-10-11</lastmod>
+     <lastmod>2016-11-14</lastmod>
      <changefreq>daily</changefreq>
     </url>
         

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/89c943e1/develop/talks.html
----------------------------------------------------------------------
diff --git a/develop/talks.html b/develop/talks.html
new file mode 100644
index 0000000..28f7a4f
--- /dev/null
+++ b/develop/talks.html
@@ -0,0 +1,63 @@
+
+<div class="row">
+  <div class="col-xs-12">
+      <h2>Talks from Mynewt participants</h2>
+  </div>
+</div>
+
+<div class="row">
+
+  <div class="col-xs-12 col-md-6">
+
+<iframe width="480" height="360" src="https://www.youtube.com/embed/4xRbGMDcMu8?list=PLbzoR-pLrL6pRFP6SOywVJWdEHlmQE51q" frameborder="0" allowfullscreen style="padding: 20px;"></iframe>
+  </div>
+
+  <div class="col-xs-12 col-md-6">
+    <h3>Apache Mynewt Overview</h3>
+    </br>
+    @OpenIoT Summit, Berlin, Germany, October 2016
+    </br>
+    <b>Speaker: Sterling Hughes, CTO, Runtime Inc.</b>
+
+    <p>
+    The case for an open-source OS for connected devices that ensures their commercial and operational readiness in a comprehensive, easy way is presented. The talk details the architecture of the resulting Apache Mynewt OS and the rationale behind some of the key design and implementation decisions.
+    </p>
+  </div>
+</div>
+
+<div class="row">
+  <div class="col-xs-12 col-md-6">
+    <h3>MyNewt technical Overview</h3>
+    <br>
+    @Linaro Connect, Las Vegas, September 2016
+    <br>
+    <b>Speaker: Sterling Hughes, CTO, Runtime Inc.</b>
+
+    <p>
+    This presentation helps developers up and down the stack understand the requirements and challenges of embedded development environments \u2013 whether they are using common maker environments like Arduino or mature product-oriented tools. It covers the salient goals and features of Mynewt, the open source OS for MCUs.
+    </p>
+  </div>
+
+  <div class="col-xs-12 col-md-6">
+    <iframe width="480" height="360" src="https://www.youtube.com/embed/5KhnjE7zYx4" frameborder="0" allowfullscreen style="padding: 20px;"></iframe>
+  </div>
+</div>
+
+<div class="row">
+
+  <div class="col-xs-12 col-md-6">
+    <iframe width="480" height="360" src="https://www.youtube.com/embed/RsDqH5FZ-bo" frameborder="0" allowfullscreen style="padding: 20px;"></iframe>
+  </div>
+
+  <div class="col-xs-12 col-md-6">
+    <h3>Apache Mynewt: The Next Great Open Source OS for 32 Bit MCUs Coming to a RISC-V</h3>
+    </br>
+    @RISC-V Workshop, July 2016
+    </br>
+    <b>Speaker: James Pace, CEO, Runtime Inc.</b>
+
+    <p>
+    This presentation lays out the case for an open source, hardware architecture agnostic OS for 32-bit MCUs. It then delves into the benefits of porting it to RISC-V architecture.
+    </p>
+  </div>
+</div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/89c943e1/develop/talks/index.html
----------------------------------------------------------------------
diff --git a/develop/talks/index.html b/develop/talks/index.html
new file mode 100644
index 0000000..869f439
--- /dev/null
+++ b/develop/talks/index.html
@@ -0,0 +1,227 @@
+<!DOCTYPE html>
+<html lang="en">
+    <head>
+        <meta charset="utf-8">
+        <meta http-equiv="X-UA-Compatible" content="IE=edge">
+        <meta name="viewport" content="width=device-width, initial-scale=1.0">
+        
+        
+        <!-- This is broken by doc revisioning.
+        <link rel="canonical" href="http://mynewt.apache.org/talks/"> -->
+        <link rel="shortcut icon" href="../img/favicon.ico">
+
+	    <title>Talks - Apache Mynewt</title>
+
+        <link href="../css/bootstrap-3.0.3.min.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=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">
+
+        <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
+        <!--[if lt IE 9]>
+            <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
+            <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
+        <![endif]-->
+
+        
+            <script>
+                (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+                (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+                m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+                })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+                ga('create', 'UA-72162311-1', 'auto');
+                ga('send', 'pageview');
+            </script>
+        
+    </head>
+
+
+    <body class="Talks">
+
+
+        <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>
+
+        
+
+
+
+
+
+
+<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">
+            <!-- Expander button -->
+            <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
+                <span class="sr-only">Toggle navigation</span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+            </button>
+
+        </div>
+
+        <!-- Expanded navigation -->
+        <div class="navbar-collapse collapse">
+            <!-- Main navigation -->
+            <ul class="nav navbar-nav navbar-right">
+                <li 
+  class=""
+>
+                    <a href="/"><i class="fa fa-home" style="font-size: larger;"></i></a>
+                </li>
+                <li 
+  class="important"
+>
+                    <a href="/quick-start/">Quick Start</a>
+                </li>
+                <li 
+  class=""
+>
+                    <a href="/about/">About</a>
+                </li>
+                <li 
+  class="active "
+>
+                    <a href="/talks/">Talks</a>
+                </li>
+                <li 
+  class=""
+>
+                    <a href="/latest/os/introduction">Documentation</a>
+                </li>
+                <li 
+  class=""
+>
+                    <a href="/download/">Download</a>
+                </li>
+                <li 
+  class=""
+>
+                    <a href="/community/">Community</a>
+                </li>
+                <li 
+  class=""
+>
+                    <a href="/events/">Events</a>
+                </li>
+            </ul>
+
+            <!-- Search, Navigation and Repo links -->
+            <ul class="nav navbar-nav navbar-right">
+                
+            </ul>
+        </div>
+    </div>
+</nav>
+
+        
+
+        <div class="container">
+            
+                
+<div class="row">
+  <div class="col-xs-12">
+      <h2>Talks from Mynewt participants</h2>
+  </div>
+</div>
+
+<div class="row">
+
+  <div class="col-xs-12 col-md-6">
+
+<iframe width="480" height="360" src="https://www.youtube.com/embed/4xRbGMDcMu8?list=PLbzoR-pLrL6pRFP6SOywVJWdEHlmQE51q" frameborder="0" allowfullscreen style="padding: 20px;"></iframe>
+  </div>
+
+  <div class="col-xs-12 col-md-6">
+    <h3>Apache Mynewt Overview</h3>
+    </br>
+    @OpenIoT Summit, Berlin, Germany, October 2016
+    </br>
+    <b>Speaker: Sterling Hughes, CTO, Runtime Inc.</b>
+
+    <p>
+    The case for an open-source OS for connected devices that ensures their commercial and operational readiness in a comprehensive, easy way is presented. The talk details the architecture of the resulting Apache Mynewt OS and the rationale behind some of the key design and implementation decisions.
+    </p>
+  </div>
+</div>
+
+<div class="row">
+  <div class="col-xs-12 col-md-6">
+    <h3>MyNewt technical Overview</h3>
+    <br>
+    @Linaro Connect, Las Vegas, September 2016
+    <br>
+    <b>Speaker: Sterling Hughes, CTO, Runtime Inc.</b>
+
+    <p>
+    This presentation helps developers up and down the stack understand the requirements and challenges of embedded development environments \u2013 whether they are using common maker environments like Arduino or mature product-oriented tools. It covers the salient goals and features of Mynewt, the open source OS for MCUs.
+    </p>
+  </div>
+
+  <div class="col-xs-12 col-md-6">
+    <iframe width="480" height="360" src="https://www.youtube.com/embed/5KhnjE7zYx4" frameborder="0" allowfullscreen style="padding: 20px;"></iframe>
+  </div>
+</div>
+
+<div class="row">
+
+  <div class="col-xs-12 col-md-6">
+    <iframe width="480" height="360" src="https://www.youtube.com/embed/RsDqH5FZ-bo" frameborder="0" allowfullscreen style="padding: 20px;"></iframe>
+  </div>
+
+  <div class="col-xs-12 col-md-6">
+    <h3>Apache Mynewt: The Next Great Open Source OS for 32 Bit MCUs Coming to a RISC-V</h3>
+    </br>
+    @RISC-V Workshop, July 2016
+    </br>
+    <b>Speaker: James Pace, CEO, Runtime Inc.</b>
+
+    <p>
+    This presentation lays out the case for an open source, hardware architecture agnostic OS for 32-bit MCUs. It then delves into the benefits of porting it to RISC-V architecture.
+    </p>
+  </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="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>
+
+        <script src="../js/jquery-1.10.2.min.js"></script>
+        <script src="../js/bootstrap-3.0.3.min.js"></script>
+        <script src="../js/highlight.pack.js"></script>
+        <script src="../js/base.js"></script>
+        <script src="../js/custom.js"></script>
+
+    </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/89c943e1/download/index.html
----------------------------------------------------------------------
diff --git a/download/index.html b/download/index.html
index 9a87c4d..5001624 100644
--- a/download/index.html
+++ b/download/index.html
@@ -6,18 +6,18 @@
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
         
         
-        <link rel="canonical" href="http://mynewt.apache.org/download/">
+        <!-- This is broken by doc revisioning.
+        <link rel="canonical" href="http://mynewt.apache.org/download/"> -->
         <link rel="shortcut icon" href="../img/favicon.ico">
 
-	<title>Download - Apache Mynewt</title>
+	    <title>Download - 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">
 
@@ -44,6 +44,16 @@
     <body class="Download">
 
 
+        <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>
+
         
 
 
@@ -51,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">
@@ -72,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"
@@ -87,6 +97,11 @@
                 <li 
   class=""
 >
+                    <a href="/talks/">Talks</a>
+                </li>
+                <li 
+  class=""
+>
                     <a href="/latest/os/introduction">Documentation</a>
                 </li>
                 <li 
@@ -119,19 +134,6 @@
         <div class="container">
             
                 <div class="container">
-    <div class="row v2-main-banner">
-         <div class="col-md-8 v2-vcenter">
-            <img class="logo" src="/img/logo.svg">
-            <h4 class="tagline">Modular OS to operate an IoT network</h4>
-        </div><!-- (need this comment because of the inline-blocks)
-    --><div class="col-md-4 v2-vcenter">
-                    </div>
-
-        
-    </div>
-</div>
-
-<div class="container">
     <div class="row">
         <div class="col-md-12">
             
@@ -188,34 +190,22 @@ $ git clone git://github.com/apache/incubator-mynewt-newt.git
 </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.<br>The Apache Software Foundation Apache Incubator</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>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/89c943e1/events/index.html
----------------------------------------------------------------------
diff --git a/events/index.html b/events/index.html
index f1f4f6a..d00e22a 100644
--- a/events/index.html
+++ b/events/index.html
@@ -6,18 +6,18 @@
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
         
         
-        <link rel="canonical" href="http://mynewt.apache.org/events/">
+        <!-- This is broken by doc revisioning.
+        <link rel="canonical" href="http://mynewt.apache.org/events/"> -->
         <link rel="shortcut icon" href="../img/favicon.ico">
 
-	<title>Events - Apache Mynewt</title>
+	    <title>Events - 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">
 
@@ -44,6 +44,16 @@
     <body class="Events">
 
 
+        <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>
+
         
 
 
@@ -51,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">
@@ -72,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"
@@ -87,6 +97,11 @@
                 <li 
   class=""
 >
+                    <a href="/talks/">Talks</a>
+                </li>
+                <li 
+  class=""
+>
                     <a href="/latest/os/introduction">Documentation</a>
                 </li>
                 <li 
@@ -118,23 +133,7 @@
 
         <div class="container">
             
-                <div class="container">
-    <div class="row v2-main-banner">
-
-        <div class="col-md-8 v2-vcenter">
-            <img class="logo" src="/img/logo.svg">
-            <h4 class="tagline">Modular OS to operate an IoT network</h4>
-        </div><!-- (need this comment because of the inline-blocks)
-    --><div class="col-md-4 v2-vcenter">
-            <div class="news bg-orange text-center">
-                <h4>Mynewt 0.9.0 release is available now. </h4>
-                <a href="/download/">Download!</a>
-            </div>
-        </div>
-
-    </div>
-</div>
-<div class="row">
+                <div class="row">
     <div class="column col-md-12">
         <div class="container">
             <div class="row">
@@ -165,34 +164,22 @@
 </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.<br>The Apache Software Foundation Apache Incubator</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>