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/12/20 01:16:16 UTC

[01/22] incubator-mynewt-site git commit: Added a tutorial to add console to blinky. Updated newt documentation. Added a Latest News button on front page

Repository: incubator-mynewt-site
Updated Branches:
  refs/heads/asf-site 2c163ba88 -> 8da4f0a34


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/json/json_encode_object_entry/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/json/json_encode_object_entry/index.html b/v0_9_0/os/modules/json/json_encode_object_entry/index.html
index 39b3f0e..dbc491a 100644
--- a/v0_9_0/os/modules/json/json_encode_object_entry/index.html
+++ b/v0_9_0/os/modules/json/json_encode_object_entry/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/json/json_encode_object_finish/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/json/json_encode_object_finish/index.html b/v0_9_0/os/modules/json/json_encode_object_finish/index.html
index 0bdb3ce..b9ba100 100644
--- a/v0_9_0/os/modules/json/json_encode_object_finish/index.html
+++ b/v0_9_0/os/modules/json/json_encode_object_finish/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/json/json_encode_object_key/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/json/json_encode_object_key/index.html b/v0_9_0/os/modules/json/json_encode_object_key/index.html
index 92a4cb4..fb469ea 100644
--- a/v0_9_0/os/modules/json/json_encode_object_key/index.html
+++ b/v0_9_0/os/modules/json/json_encode_object_key/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/json/json_encode_object_start/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/json/json_encode_object_start/index.html b/v0_9_0/os/modules/json/json_encode_object_start/index.html
index ad51449..4b30a7a 100644
--- a/v0_9_0/os/modules/json/json_encode_object_start/index.html
+++ b/v0_9_0/os/modules/json/json_encode_object_start/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/json/json_read_object/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/json/json_read_object/index.html b/v0_9_0/os/modules/json/json_read_object/index.html
index 5aedf4f..5a93c32 100644
--- a/v0_9_0/os/modules/json/json_read_object/index.html
+++ b/v0_9_0/os/modules/json/json_read_object/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/logs/logs/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/logs/logs/index.html b/v0_9_0/os/modules/logs/logs/index.html
index eab263a..0d3bdef 100644
--- a/v0_9_0/os/modules/logs/logs/index.html
+++ b/v0_9_0/os/modules/logs/logs/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/shell/shell/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/shell/shell/index.html b/v0_9_0/os/modules/shell/shell/index.html
index 9e7c972..2394215 100644
--- a/v0_9_0/os/modules/shell/shell/index.html
+++ b/v0_9_0/os/modules/shell/shell/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/shell/shell_cmd_register/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/shell/shell_cmd_register/index.html b/v0_9_0/os/modules/shell/shell_cmd_register/index.html
index 7222f3a..c86ecd6 100644
--- a/v0_9_0/os/modules/shell/shell_cmd_register/index.html
+++ b/v0_9_0/os/modules/shell/shell_cmd_register/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/shell/shell_nlip_input_register/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/shell/shell_nlip_input_register/index.html b/v0_9_0/os/modules/shell/shell_nlip_input_register/index.html
index 28f3f07..1486f31 100644
--- a/v0_9_0/os/modules/shell/shell_nlip_input_register/index.html
+++ b/v0_9_0/os/modules/shell/shell_nlip_input_register/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/shell/shell_nlip_output/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/shell/shell_nlip_output/index.html b/v0_9_0/os/modules/shell/shell_nlip_output/index.html
index e0b36c5..0b76f74 100644
--- a/v0_9_0/os/modules/shell/shell_nlip_output/index.html
+++ b/v0_9_0/os/modules/shell/shell_nlip_output/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/shell/shell_task_init/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/shell/shell_task_init/index.html b/v0_9_0/os/modules/shell/shell_task_init/index.html
index 71c9ad0..95f7b7d 100644
--- a/v0_9_0/os/modules/shell/shell_task_init/index.html
+++ b/v0_9_0/os/modules/shell/shell_task_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/stats/stats/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/stats/stats/index.html b/v0_9_0/os/modules/stats/stats/index.html
index 94cc3f5..412f190 100644
--- a/v0_9_0/os/modules/stats/stats/index.html
+++ b/v0_9_0/os/modules/stats/stats/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/testutil/test_assert/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/testutil/test_assert/index.html b/v0_9_0/os/modules/testutil/test_assert/index.html
index bdcfb9b..5faf91e 100644
--- a/v0_9_0/os/modules/testutil/test_assert/index.html
+++ b/v0_9_0/os/modules/testutil/test_assert/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/testutil/test_case/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/testutil/test_case/index.html b/v0_9_0/os/modules/testutil/test_case/index.html
index 706f4c1..162d1ae 100644
--- a/v0_9_0/os/modules/testutil/test_case/index.html
+++ b/v0_9_0/os/modules/testutil/test_case/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/testutil/test_decl/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/testutil/test_decl/index.html b/v0_9_0/os/modules/testutil/test_decl/index.html
index d0e669b..a35d5da 100644
--- a/v0_9_0/os/modules/testutil/test_decl/index.html
+++ b/v0_9_0/os/modules/testutil/test_decl/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/testutil/test_pass/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/testutil/test_pass/index.html b/v0_9_0/os/modules/testutil/test_pass/index.html
index 62702c6..70dcb44 100644
--- a/v0_9_0/os/modules/testutil/test_pass/index.html
+++ b/v0_9_0/os/modules/testutil/test_pass/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/testutil/test_suite/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/testutil/test_suite/index.html b/v0_9_0/os/modules/testutil/test_suite/index.html
index fdb6ab2..63eb0ab 100644
--- a/v0_9_0/os/modules/testutil/test_suite/index.html
+++ b/v0_9_0/os/modules/testutil/test_suite/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/testutil/testutil/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/testutil/testutil/index.html b/v0_9_0/os/modules/testutil/testutil/index.html
index a676f39..1f4cc3e 100644
--- a/v0_9_0/os/modules/testutil/testutil/index.html
+++ b/v0_9_0/os/modules/testutil/testutil/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/testutil/tu_init/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/testutil/tu_init/index.html b/v0_9_0/os/modules/testutil/tu_init/index.html
index 148b34f..9b2a17a 100644
--- a/v0_9_0/os/modules/testutil/tu_init/index.html
+++ b/v0_9_0/os/modules/testutil/tu_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/testutil/tu_restart/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/testutil/tu_restart/index.html b/v0_9_0/os/modules/testutil/tu_restart/index.html
index b7c4779..c8ab10f 100644
--- a/v0_9_0/os/modules/testutil/tu_restart/index.html
+++ b/v0_9_0/os/modules/testutil/tu_restart/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/os_user_guide/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/os_user_guide/index.html b/v0_9_0/os/os_user_guide/index.html
index b43e73e..dce842f 100644
--- a/v0_9_0/os/os_user_guide/index.html
+++ b/v0_9_0/os/os_user_guide/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/tutorials/STM32F303/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/tutorials/STM32F303/index.html b/v0_9_0/os/tutorials/STM32F303/index.html
index 081876b..3a26c9f 100644
--- a/v0_9_0/os/tutorials/STM32F303/index.html
+++ b/v0_9_0/os/tutorials/STM32F303/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/tutorials/air_quality_sensor/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/tutorials/air_quality_sensor/index.html b/v0_9_0/os/tutorials/air_quality_sensor/index.html
index 9f7a216..85c1f43 100644
--- a/v0_9_0/os/tutorials/air_quality_sensor/index.html
+++ b/v0_9_0/os/tutorials/air_quality_sensor/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/tutorials/arduino_zero/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/tutorials/arduino_zero/index.html b/v0_9_0/os/tutorials/arduino_zero/index.html
index c1790f6..d9a1bae 100644
--- a/v0_9_0/os/tutorials/arduino_zero/index.html
+++ b/v0_9_0/os/tutorials/arduino_zero/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/tutorials/blehci_project/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/tutorials/blehci_project/index.html b/v0_9_0/os/tutorials/blehci_project/index.html
index 646816e..052d48c 100644
--- a/v0_9_0/os/tutorials/blehci_project/index.html
+++ b/v0_9_0/os/tutorials/blehci_project/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/tutorials/bleprph/bleprph-adv/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/tutorials/bleprph/bleprph-adv/index.html b/v0_9_0/os/tutorials/bleprph/bleprph-adv/index.html
index 80c8b3a..0613def 100644
--- a/v0_9_0/os/tutorials/bleprph/bleprph-adv/index.html
+++ b/v0_9_0/os/tutorials/bleprph/bleprph-adv/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/tutorials/bleprph/bleprph-chr-access/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/tutorials/bleprph/bleprph-chr-access/index.html b/v0_9_0/os/tutorials/bleprph/bleprph-chr-access/index.html
index 3c4fbaa..fabf2ed 100644
--- a/v0_9_0/os/tutorials/bleprph/bleprph-chr-access/index.html
+++ b/v0_9_0/os/tutorials/bleprph/bleprph-chr-access/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/tutorials/bleprph/bleprph-conn/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/tutorials/bleprph/bleprph-conn/index.html b/v0_9_0/os/tutorials/bleprph/bleprph-conn/index.html
index e6cbf61..0f12f1e 100644
--- a/v0_9_0/os/tutorials/bleprph/bleprph-conn/index.html
+++ b/v0_9_0/os/tutorials/bleprph/bleprph-conn/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/tutorials/bleprph/bleprph-intro/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/tutorials/bleprph/bleprph-intro/index.html b/v0_9_0/os/tutorials/bleprph/bleprph-intro/index.html
index 5de56e6..7fc2451 100644
--- a/v0_9_0/os/tutorials/bleprph/bleprph-intro/index.html
+++ b/v0_9_0/os/tutorials/bleprph/bleprph-intro/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/tutorials/bleprph/bleprph-svc-reg/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/tutorials/bleprph/bleprph-svc-reg/index.html b/v0_9_0/os/tutorials/bleprph/bleprph-svc-reg/index.html
index 31a72e4..f3253eb 100644
--- a/v0_9_0/os/tutorials/bleprph/bleprph-svc-reg/index.html
+++ b/v0_9_0/os/tutorials/bleprph/bleprph-svc-reg/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/tutorials/bletiny_project/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/tutorials/bletiny_project/index.html b/v0_9_0/os/tutorials/bletiny_project/index.html
index 90b0199..c4f66be 100644
--- a/v0_9_0/os/tutorials/bletiny_project/index.html
+++ b/v0_9_0/os/tutorials/bletiny_project/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/tutorials/blinky_primo/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/tutorials/blinky_primo/index.html b/v0_9_0/os/tutorials/blinky_primo/index.html
index a22c925..7dd768b 100644
--- a/v0_9_0/os/tutorials/blinky_primo/index.html
+++ b/v0_9_0/os/tutorials/blinky_primo/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/tutorials/blinky_sram_olimex/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/tutorials/blinky_sram_olimex/index.html b/v0_9_0/os/tutorials/blinky_sram_olimex/index.html
index 6242581..e5813d9 100644
--- a/v0_9_0/os/tutorials/blinky_sram_olimex/index.html
+++ b/v0_9_0/os/tutorials/blinky_sram_olimex/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/tutorials/event_queue/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/tutorials/event_queue/index.html b/v0_9_0/os/tutorials/event_queue/index.html
index 6a10a93..06451d1 100644
--- a/v0_9_0/os/tutorials/event_queue/index.html
+++ b/v0_9_0/os/tutorials/event_queue/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/tutorials/ibeacon/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/tutorials/ibeacon/index.html b/v0_9_0/os/tutorials/ibeacon/index.html
index b06f14b..c301495 100644
--- a/v0_9_0/os/tutorials/ibeacon/index.html
+++ b/v0_9_0/os/tutorials/ibeacon/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/tutorials/nRF52/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/tutorials/nRF52/index.html b/v0_9_0/os/tutorials/nRF52/index.html
index b19faed..7acd2a2 100644
--- a/v0_9_0/os/tutorials/nRF52/index.html
+++ b/v0_9_0/os/tutorials/nRF52/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/tutorials/olimex/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/tutorials/olimex/index.html b/v0_9_0/os/tutorials/olimex/index.html
index 5b60408..370a6ae 100644
--- a/v0_9_0/os/tutorials/olimex/index.html
+++ b/v0_9_0/os/tutorials/olimex/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/tutorials/pin-wheel-mods/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/tutorials/pin-wheel-mods/index.html b/v0_9_0/os/tutorials/pin-wheel-mods/index.html
index 97a8e03..6b81fad 100644
--- a/v0_9_0/os/tutorials/pin-wheel-mods/index.html
+++ b/v0_9_0/os/tutorials/pin-wheel-mods/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/tutorials/project-slinky/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/tutorials/project-slinky/index.html b/v0_9_0/os/tutorials/project-slinky/index.html
index 0144ce8..4353df7 100644
--- a/v0_9_0/os/tutorials/project-slinky/index.html
+++ b/v0_9_0/os/tutorials/project-slinky/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/tutorials/project-target-slinky/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/tutorials/project-target-slinky/index.html b/v0_9_0/os/tutorials/project-target-slinky/index.html
index 102cc02..5430c6f 100644
--- a/v0_9_0/os/tutorials/project-target-slinky/index.html
+++ b/v0_9_0/os/tutorials/project-target-slinky/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/tutorials/repo/add_repos/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/tutorials/repo/add_repos/index.html b/v0_9_0/os/tutorials/repo/add_repos/index.html
index 206923f..ef31eaf 100644
--- a/v0_9_0/os/tutorials/repo/add_repos/index.html
+++ b/v0_9_0/os/tutorials/repo/add_repos/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/tutorials/repo/create_repo/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/tutorials/repo/create_repo/index.html b/v0_9_0/os/tutorials/repo/create_repo/index.html
index 289d1b1..e134b2f 100644
--- a/v0_9_0/os/tutorials/repo/create_repo/index.html
+++ b/v0_9_0/os/tutorials/repo/create_repo/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/tutorials/repo/upgrade_repo/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/tutorials/repo/upgrade_repo/index.html b/v0_9_0/os/tutorials/repo/upgrade_repo/index.html
index 628b3e7..efe9793 100644
--- a/v0_9_0/os/tutorials/repo/upgrade_repo/index.html
+++ b/v0_9_0/os/tutorials/repo/upgrade_repo/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/tutorials/tutorials/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/tutorials/tutorials/index.html b/v0_9_0/os/tutorials/tutorials/index.html
index f804e3a..c3b8df2 100644
--- a/v0_9_0/os/tutorials/tutorials/index.html
+++ b/v0_9_0/os/tutorials/tutorials/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/tutorials/unit_test/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/tutorials/unit_test/index.html b/v0_9_0/os/tutorials/unit_test/index.html
index 2f89a87..7b7950a 100644
--- a/v0_9_0/os/tutorials/unit_test/index.html
+++ b/v0_9_0/os/tutorials/unit_test/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/pages/ble/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/pages/ble/index.html b/v0_9_0/pages/ble/index.html
index 0b9c247..b95be7e 100644
--- a/v0_9_0/pages/ble/index.html
+++ b/v0_9_0/pages/ble/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/pages/securitybullets/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/pages/securitybullets/index.html b/v0_9_0/pages/securitybullets/index.html
index 92bae43..4502812 100644
--- a/v0_9_0/pages/securitybullets/index.html
+++ b/v0_9_0/pages/securitybullets/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/quick-start/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/quick-start/index.html b/v0_9_0/quick-start/index.html
index ad7088d..724b75c 100644
--- a/v0_9_0/quick-start/index.html
+++ b/v0_9_0/quick-start/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/search.html
----------------------------------------------------------------------
diff --git a/v0_9_0/search.html b/v0_9_0/search.html
index 08c3e70..f20f870 100644
--- a/v0_9_0/search.html
+++ b/v0_9_0/search.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/sitemap.xml
----------------------------------------------------------------------
diff --git a/v0_9_0/sitemap.xml b/v0_9_0/sitemap.xml
index ccc02b4..7708e06 100644
--- a/v0_9_0/sitemap.xml
+++ b/v0_9_0/sitemap.xml
@@ -4,7 +4,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/</loc>
-     <lastmod>2016-12-15</lastmod>
+     <lastmod>2016-12-19</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -13,13 +13,13 @@
         
     <url>
      <loc>http://mynewt.apache.org/pages/ble/</loc>
-     <lastmod>2016-12-15</lastmod>
+     <lastmod>2016-12-19</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/pages/securitybullets/</loc>
-     <lastmod>2016-12-15</lastmod>
+     <lastmod>2016-12-19</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -28,7 +28,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/quick-start/</loc>
-     <lastmod>2016-12-15</lastmod>
+     <lastmod>2016-12-19</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -36,7 +36,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/about/</loc>
-     <lastmod>2016-12-15</lastmod>
+     <lastmod>2016-12-19</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -44,7 +44,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/talks/</loc>
-     <lastmod>2016-12-15</lastmod>
+     <lastmod>2016-12-19</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -52,7 +52,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/download/</loc>
-     <lastmod>2016-12-15</lastmod>
+     <lastmod>2016-12-19</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -60,7 +60,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/community/</loc>
-     <lastmod>2016-12-15</lastmod>
+     <lastmod>2016-12-19</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -68,7 +68,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/events/</loc>
-     <lastmod>2016-12-15</lastmod>
+     <lastmod>2016-12-19</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -77,7 +77,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/os/introduction/</loc>
-     <lastmod>2016-12-15</lastmod>
+     <lastmod>2016-12-19</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -89,7 +89,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/os/get_started/vocabulary/</loc>
-     <lastmod>2016-12-15</lastmod>
+     <lastmod>2016-12-19</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -129,13 +129,13 @@
         
     <url>
      <loc>http://mynewt.apache.org/faq/how_to_edit_docs/</loc>
-     <lastmod>2016-12-15</lastmod>
+     <lastmod>2016-12-19</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/faq/answers/</loc>
-     <lastmod>2016-12-15</lastmod>
+     <lastmod>2016-12-19</lastmod>
      <changefreq>daily</changefreq>
     </url>
         

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/talks/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/talks/index.html b/v0_9_0/talks/index.html
index 3140abe..beb51ff 100644
--- a/v0_9_0/talks/index.html
+++ b/v0_9_0/talks/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 


[02/22] incubator-mynewt-site git commit: Added a tutorial to add console to blinky. Updated newt documentation. Added a Latest News button on front page

Posted by ad...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/bootloader/boot_init_flash/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/bootloader/boot_init_flash/index.html b/v0_9_0/os/modules/bootloader/boot_init_flash/index.html
index 480eb85..dc7b194 100644
--- a/v0_9_0/os/modules/bootloader/boot_init_flash/index.html
+++ b/v0_9_0/os/modules/bootloader/boot_init_flash/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/bootloader/boot_move_area/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/bootloader/boot_move_area/index.html b/v0_9_0/os/modules/bootloader/boot_move_area/index.html
index 20b3a71..5a1817e 100644
--- a/v0_9_0/os/modules/bootloader/boot_move_area/index.html
+++ b/v0_9_0/os/modules/bootloader/boot_move_area/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/bootloader/boot_read_image_header/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/bootloader/boot_read_image_header/index.html b/v0_9_0/os/modules/bootloader/boot_read_image_header/index.html
index c76e765..d10b50e 100644
--- a/v0_9_0/os/modules/bootloader/boot_read_image_header/index.html
+++ b/v0_9_0/os/modules/bootloader/boot_read_image_header/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/bootloader/boot_read_image_headers/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/bootloader/boot_read_image_headers/index.html b/v0_9_0/os/modules/bootloader/boot_read_image_headers/index.html
index 3a60388..0b3f982 100644
--- a/v0_9_0/os/modules/bootloader/boot_read_image_headers/index.html
+++ b/v0_9_0/os/modules/bootloader/boot_read_image_headers/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/bootloader/boot_read_status/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/bootloader/boot_read_status/index.html b/v0_9_0/os/modules/bootloader/boot_read_status/index.html
index 1be05fe..3af3a84 100644
--- a/v0_9_0/os/modules/bootloader/boot_read_status/index.html
+++ b/v0_9_0/os/modules/bootloader/boot_read_status/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/bootloader/boot_select_image_slot/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/bootloader/boot_select_image_slot/index.html b/v0_9_0/os/modules/bootloader/boot_select_image_slot/index.html
index 95bc993..d8142e2 100644
--- a/v0_9_0/os/modules/bootloader/boot_select_image_slot/index.html
+++ b/v0_9_0/os/modules/bootloader/boot_select_image_slot/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/bootloader/boot_slot_addr/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/bootloader/boot_slot_addr/index.html b/v0_9_0/os/modules/bootloader/boot_slot_addr/index.html
index da2339f..fa72a3b 100644
--- a/v0_9_0/os/modules/bootloader/boot_slot_addr/index.html
+++ b/v0_9_0/os/modules/bootloader/boot_slot_addr/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/bootloader/boot_slot_to_area_idx/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/bootloader/boot_slot_to_area_idx/index.html b/v0_9_0/os/modules/bootloader/boot_slot_to_area_idx/index.html
index 7124c0d..abe33d3 100644
--- a/v0_9_0/os/modules/bootloader/boot_slot_to_area_idx/index.html
+++ b/v0_9_0/os/modules/bootloader/boot_slot_to_area_idx/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/bootloader/boot_swap_areas/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/bootloader/boot_swap_areas/index.html b/v0_9_0/os/modules/bootloader/boot_swap_areas/index.html
index a21caa1..35f35c5 100644
--- a/v0_9_0/os/modules/bootloader/boot_swap_areas/index.html
+++ b/v0_9_0/os/modules/bootloader/boot_swap_areas/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/bootloader/boot_vect_delete_main/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/bootloader/boot_vect_delete_main/index.html b/v0_9_0/os/modules/bootloader/boot_vect_delete_main/index.html
index 0162beb..de3047e 100644
--- a/v0_9_0/os/modules/bootloader/boot_vect_delete_main/index.html
+++ b/v0_9_0/os/modules/bootloader/boot_vect_delete_main/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/bootloader/boot_vect_delete_test/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/bootloader/boot_vect_delete_test/index.html b/v0_9_0/os/modules/bootloader/boot_vect_delete_test/index.html
index b604126..bf17925 100644
--- a/v0_9_0/os/modules/bootloader/boot_vect_delete_test/index.html
+++ b/v0_9_0/os/modules/bootloader/boot_vect_delete_test/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/bootloader/boot_vect_read_main/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/bootloader/boot_vect_read_main/index.html b/v0_9_0/os/modules/bootloader/boot_vect_read_main/index.html
index 3a7ff8b..98c55a1 100644
--- a/v0_9_0/os/modules/bootloader/boot_vect_read_main/index.html
+++ b/v0_9_0/os/modules/bootloader/boot_vect_read_main/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/bootloader/boot_vect_read_one/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/bootloader/boot_vect_read_one/index.html b/v0_9_0/os/modules/bootloader/boot_vect_read_one/index.html
index df7858c..6c536d9 100644
--- a/v0_9_0/os/modules/bootloader/boot_vect_read_one/index.html
+++ b/v0_9_0/os/modules/bootloader/boot_vect_read_one/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/bootloader/boot_vect_read_test/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/bootloader/boot_vect_read_test/index.html b/v0_9_0/os/modules/bootloader/boot_vect_read_test/index.html
index f829812..33c7faf 100644
--- a/v0_9_0/os/modules/bootloader/boot_vect_read_test/index.html
+++ b/v0_9_0/os/modules/bootloader/boot_vect_read_test/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/bootloader/boot_write_status/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/bootloader/boot_write_status/index.html b/v0_9_0/os/modules/bootloader/boot_write_status/index.html
index a75bf02..cf4d706 100644
--- a/v0_9_0/os/modules/bootloader/boot_write_status/index.html
+++ b/v0_9_0/os/modules/bootloader/boot_write_status/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/bootloader/bootloader/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/bootloader/bootloader/index.html b/v0_9_0/os/modules/bootloader/bootloader/index.html
index f546f3e..084cf68 100644
--- a/v0_9_0/os/modules/bootloader/bootloader/index.html
+++ b/v0_9_0/os/modules/bootloader/bootloader/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/console/console/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/console/console/index.html b/v0_9_0/os/modules/console/console/index.html
index 9d1e55d..e6eef2d 100644
--- a/v0_9_0/os/modules/console/console/index.html
+++ b/v0_9_0/os/modules/console/console/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/console/console_blocking_mode/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/console/console_blocking_mode/index.html b/v0_9_0/os/modules/console/console_blocking_mode/index.html
index 62b69ed..76cfb01 100644
--- a/v0_9_0/os/modules/console/console_blocking_mode/index.html
+++ b/v0_9_0/os/modules/console/console_blocking_mode/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/console/console_echo/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/console/console_echo/index.html b/v0_9_0/os/modules/console/console_echo/index.html
index db71d78..899b2cf 100644
--- a/v0_9_0/os/modules/console/console_echo/index.html
+++ b/v0_9_0/os/modules/console/console_echo/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/console/console_init/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/console/console_init/index.html b/v0_9_0/os/modules/console/console_init/index.html
index 55ca708..696e5e0 100644
--- a/v0_9_0/os/modules/console/console_init/index.html
+++ b/v0_9_0/os/modules/console/console_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/console/console_is_init/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/console/console_is_init/index.html b/v0_9_0/os/modules/console/console_is_init/index.html
index 9fb2e07..d143a8c 100644
--- a/v0_9_0/os/modules/console/console_is_init/index.html
+++ b/v0_9_0/os/modules/console/console_is_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/console/console_printf/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/console/console_printf/index.html b/v0_9_0/os/modules/console/console_printf/index.html
index 4886ccc..8f1c898 100644
--- a/v0_9_0/os/modules/console/console_printf/index.html
+++ b/v0_9_0/os/modules/console/console_printf/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/console/console_read/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/console/console_read/index.html b/v0_9_0/os/modules/console/console_read/index.html
index e1356f6..6d8d3a6 100644
--- a/v0_9_0/os/modules/console/console_read/index.html
+++ b/v0_9_0/os/modules/console/console_read/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/console/console_write/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/console/console_write/index.html b/v0_9_0/os/modules/console/console_write/index.html
index 077bb35..aaef454 100644
--- a/v0_9_0/os/modules/console/console_write/index.html
+++ b/v0_9_0/os/modules/console/console_write/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/elua/elua/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/elua/elua/index.html b/v0_9_0/os/modules/elua/elua/index.html
index a2f5649..8946805 100644
--- a/v0_9_0/os/modules/elua/elua/index.html
+++ b/v0_9_0/os/modules/elua/elua/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/elua/lua_init/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/elua/lua_init/index.html b/v0_9_0/os/modules/elua/lua_init/index.html
index d932a22..fd76b91 100644
--- a/v0_9_0/os/modules/elua/lua_init/index.html
+++ b/v0_9_0/os/modules/elua/lua_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/elua/lua_main/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/elua/lua_main/index.html b/v0_9_0/os/modules/elua/lua_main/index.html
index 955422c..51f86e5 100644
--- a/v0_9_0/os/modules/elua/lua_main/index.html
+++ b/v0_9_0/os/modules/elua/lua_main/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/fs/fs/fs/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/fs/fs/fs/index.html b/v0_9_0/os/modules/fs/fs/fs/index.html
index bfe5731..33b352f 100644
--- a/v0_9_0/os/modules/fs/fs/fs/index.html
+++ b/v0_9_0/os/modules/fs/fs/fs/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/fs/fs/fs_close/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/fs/fs/fs_close/index.html b/v0_9_0/os/modules/fs/fs/fs_close/index.html
index 6675363..07a7efc 100644
--- a/v0_9_0/os/modules/fs/fs/fs_close/index.html
+++ b/v0_9_0/os/modules/fs/fs/fs_close/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/fs/fs/fs_closedir/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/fs/fs/fs_closedir/index.html b/v0_9_0/os/modules/fs/fs/fs_closedir/index.html
index 11d6b2b..920bfda 100644
--- a/v0_9_0/os/modules/fs/fs/fs_closedir/index.html
+++ b/v0_9_0/os/modules/fs/fs/fs_closedir/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/fs/fs/fs_dirent_is_dir/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/fs/fs/fs_dirent_is_dir/index.html b/v0_9_0/os/modules/fs/fs/fs_dirent_is_dir/index.html
index cce18ae..c51c85d 100644
--- a/v0_9_0/os/modules/fs/fs/fs_dirent_is_dir/index.html
+++ b/v0_9_0/os/modules/fs/fs/fs_dirent_is_dir/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/fs/fs/fs_dirent_name/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/fs/fs/fs_dirent_name/index.html b/v0_9_0/os/modules/fs/fs/fs_dirent_name/index.html
index 0c36f41..0301bd0 100644
--- a/v0_9_0/os/modules/fs/fs/fs_dirent_name/index.html
+++ b/v0_9_0/os/modules/fs/fs/fs_dirent_name/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/fs/fs/fs_filelen/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/fs/fs/fs_filelen/index.html b/v0_9_0/os/modules/fs/fs/fs_filelen/index.html
index 5d7298a..38f00d8 100644
--- a/v0_9_0/os/modules/fs/fs/fs_filelen/index.html
+++ b/v0_9_0/os/modules/fs/fs/fs_filelen/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/fs/fs/fs_getpos/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/fs/fs/fs_getpos/index.html b/v0_9_0/os/modules/fs/fs/fs_getpos/index.html
index 860b1e2..ba2433c 100644
--- a/v0_9_0/os/modules/fs/fs/fs_getpos/index.html
+++ b/v0_9_0/os/modules/fs/fs/fs_getpos/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/fs/fs/fs_mkdir/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/fs/fs/fs_mkdir/index.html b/v0_9_0/os/modules/fs/fs/fs_mkdir/index.html
index cae7082..f4704c3 100644
--- a/v0_9_0/os/modules/fs/fs/fs_mkdir/index.html
+++ b/v0_9_0/os/modules/fs/fs/fs_mkdir/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/fs/fs/fs_open/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/fs/fs/fs_open/index.html b/v0_9_0/os/modules/fs/fs/fs_open/index.html
index 2a917ed..bb8378c 100644
--- a/v0_9_0/os/modules/fs/fs/fs_open/index.html
+++ b/v0_9_0/os/modules/fs/fs/fs_open/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/fs/fs/fs_opendir/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/fs/fs/fs_opendir/index.html b/v0_9_0/os/modules/fs/fs/fs_opendir/index.html
index 883bf4f..2f25688 100644
--- a/v0_9_0/os/modules/fs/fs/fs_opendir/index.html
+++ b/v0_9_0/os/modules/fs/fs/fs_opendir/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/fs/fs/fs_ops/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/fs/fs/fs_ops/index.html b/v0_9_0/os/modules/fs/fs/fs_ops/index.html
index 5d0a202..d64e2f0 100644
--- a/v0_9_0/os/modules/fs/fs/fs_ops/index.html
+++ b/v0_9_0/os/modules/fs/fs/fs_ops/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/fs/fs/fs_read/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/fs/fs/fs_read/index.html b/v0_9_0/os/modules/fs/fs/fs_read/index.html
index dfdd478..7476ec5 100644
--- a/v0_9_0/os/modules/fs/fs/fs_read/index.html
+++ b/v0_9_0/os/modules/fs/fs/fs_read/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/fs/fs/fs_readdir/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/fs/fs/fs_readdir/index.html b/v0_9_0/os/modules/fs/fs/fs_readdir/index.html
index 7ef9b90..46f12b4 100644
--- a/v0_9_0/os/modules/fs/fs/fs_readdir/index.html
+++ b/v0_9_0/os/modules/fs/fs/fs_readdir/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/fs/fs/fs_register/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/fs/fs/fs_register/index.html b/v0_9_0/os/modules/fs/fs/fs_register/index.html
index c186696..a86cb60 100644
--- a/v0_9_0/os/modules/fs/fs/fs_register/index.html
+++ b/v0_9_0/os/modules/fs/fs/fs_register/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/fs/fs/fs_rename/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/fs/fs/fs_rename/index.html b/v0_9_0/os/modules/fs/fs/fs_rename/index.html
index 0de792b..dd151f7 100644
--- a/v0_9_0/os/modules/fs/fs/fs_rename/index.html
+++ b/v0_9_0/os/modules/fs/fs/fs_rename/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/fs/fs/fs_return_codes/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/fs/fs/fs_return_codes/index.html b/v0_9_0/os/modules/fs/fs/fs_return_codes/index.html
index aadf30d..c3e2040 100644
--- a/v0_9_0/os/modules/fs/fs/fs_return_codes/index.html
+++ b/v0_9_0/os/modules/fs/fs/fs_return_codes/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/fs/fs/fs_seek/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/fs/fs/fs_seek/index.html b/v0_9_0/os/modules/fs/fs/fs_seek/index.html
index a35b47b..017098f 100644
--- a/v0_9_0/os/modules/fs/fs/fs_seek/index.html
+++ b/v0_9_0/os/modules/fs/fs/fs_seek/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/fs/fs/fs_unlink/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/fs/fs/fs_unlink/index.html b/v0_9_0/os/modules/fs/fs/fs_unlink/index.html
index cff2c5d..bf74ba1 100644
--- a/v0_9_0/os/modules/fs/fs/fs_unlink/index.html
+++ b/v0_9_0/os/modules/fs/fs/fs_unlink/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/fs/fs/fs_write/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/fs/fs/fs_write/index.html b/v0_9_0/os/modules/fs/fs/fs_write/index.html
index 3d9eec1..265d356 100644
--- a/v0_9_0/os/modules/fs/fs/fs_write/index.html
+++ b/v0_9_0/os/modules/fs/fs/fs_write/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/fs/fs/fsutil_read_file/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/fs/fs/fsutil_read_file/index.html b/v0_9_0/os/modules/fs/fs/fsutil_read_file/index.html
index 244778e..c94aaa0 100644
--- a/v0_9_0/os/modules/fs/fs/fsutil_read_file/index.html
+++ b/v0_9_0/os/modules/fs/fs/fsutil_read_file/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/fs/fs/fsutil_write_file/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/fs/fs/fsutil_write_file/index.html b/v0_9_0/os/modules/fs/fs/fsutil_write_file/index.html
index b341f9b..f86cb82 100644
--- a/v0_9_0/os/modules/fs/fs/fsutil_write_file/index.html
+++ b/v0_9_0/os/modules/fs/fs/fsutil_write_file/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/fs/nffs/nffs/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/fs/nffs/nffs/index.html b/v0_9_0/os/modules/fs/nffs/nffs/index.html
index 22125cc..c94f59b 100644
--- a/v0_9_0/os/modules/fs/nffs/nffs/index.html
+++ b/v0_9_0/os/modules/fs/nffs/nffs/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/fs/nffs/nffs_area_desc/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/fs/nffs/nffs_area_desc/index.html b/v0_9_0/os/modules/fs/nffs/nffs_area_desc/index.html
index 5ac1d83..3ce43f5 100644
--- a/v0_9_0/os/modules/fs/nffs/nffs_area_desc/index.html
+++ b/v0_9_0/os/modules/fs/nffs/nffs_area_desc/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/fs/nffs/nffs_config/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/fs/nffs/nffs_config/index.html b/v0_9_0/os/modules/fs/nffs/nffs_config/index.html
index ea51945..7e7505c 100644
--- a/v0_9_0/os/modules/fs/nffs/nffs_config/index.html
+++ b/v0_9_0/os/modules/fs/nffs/nffs_config/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/fs/nffs/nffs_detect/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/fs/nffs/nffs_detect/index.html b/v0_9_0/os/modules/fs/nffs/nffs_detect/index.html
index 22ba227..6f925da 100644
--- a/v0_9_0/os/modules/fs/nffs/nffs_detect/index.html
+++ b/v0_9_0/os/modules/fs/nffs/nffs_detect/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/fs/nffs/nffs_format/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/fs/nffs/nffs_format/index.html b/v0_9_0/os/modules/fs/nffs/nffs_format/index.html
index 9f7df67..748024c 100644
--- a/v0_9_0/os/modules/fs/nffs/nffs_format/index.html
+++ b/v0_9_0/os/modules/fs/nffs/nffs_format/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/fs/nffs/nffs_init/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/fs/nffs/nffs_init/index.html b/v0_9_0/os/modules/fs/nffs/nffs_init/index.html
index a922894..4241a9a 100644
--- a/v0_9_0/os/modules/fs/nffs/nffs_init/index.html
+++ b/v0_9_0/os/modules/fs/nffs/nffs_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/fs/nffs/nffs_internals/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/fs/nffs/nffs_internals/index.html b/v0_9_0/os/modules/fs/nffs/nffs_internals/index.html
index f76adca..a05af3c 100644
--- a/v0_9_0/os/modules/fs/nffs/nffs_internals/index.html
+++ b/v0_9_0/os/modules/fs/nffs/nffs_internals/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/fs/otherfs/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/fs/otherfs/index.html b/v0_9_0/os/modules/fs/otherfs/index.html
index 3f366b0..b2ea5d6 100644
--- a/v0_9_0/os/modules/fs/otherfs/index.html
+++ b/v0_9_0/os/modules/fs/otherfs/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/hal/hal/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/hal/hal/index.html b/v0_9_0/os/modules/hal/hal/index.html
index c378850..9a17654 100644
--- a/v0_9_0/os/modules/hal/hal/index.html
+++ b/v0_9_0/os/modules/hal/hal/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/hal/hal_adc/hal_adc/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/hal/hal_adc/hal_adc/index.html b/v0_9_0/os/modules/hal/hal_adc/hal_adc/index.html
index c8322da..3fc6d29 100644
--- a/v0_9_0/os/modules/hal/hal_adc/hal_adc/index.html
+++ b/v0_9_0/os/modules/hal/hal_adc/hal_adc/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/hal/hal_api/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/hal/hal_api/index.html b/v0_9_0/os/modules/hal/hal_api/index.html
index 1d1d304..3c8f693 100644
--- a/v0_9_0/os/modules/hal/hal_api/index.html
+++ b/v0_9_0/os/modules/hal/hal_api/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/hal/hal_architecture/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/hal/hal_architecture/index.html b/v0_9_0/os/modules/hal/hal_architecture/index.html
index 9270618..eb64581 100644
--- a/v0_9_0/os/modules/hal/hal_architecture/index.html
+++ b/v0_9_0/os/modules/hal/hal_architecture/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/hal/hal_cputime/hal_cpu_timer/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/hal/hal_cputime/hal_cpu_timer/index.html b/v0_9_0/os/modules/hal/hal_cputime/hal_cpu_timer/index.html
index 2d78c71..0292ba8 100644
--- a/v0_9_0/os/modules/hal/hal_cputime/hal_cpu_timer/index.html
+++ b/v0_9_0/os/modules/hal/hal_cputime/hal_cpu_timer/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/hal/hal_creation/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/hal/hal_creation/index.html b/v0_9_0/os/modules/hal/hal_creation/index.html
index 54c986e..7897a6f 100644
--- a/v0_9_0/os/modules/hal/hal_creation/index.html
+++ b/v0_9_0/os/modules/hal/hal_creation/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/hal/hal_dac/hal_dac/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/hal/hal_dac/hal_dac/index.html b/v0_9_0/os/modules/hal/hal_dac/hal_dac/index.html
index b0e25e6..45cbcf6 100644
--- a/v0_9_0/os/modules/hal/hal_dac/hal_dac/index.html
+++ b/v0_9_0/os/modules/hal/hal_dac/hal_dac/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/hal/hal_flash/hal_flash/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/hal/hal_flash/hal_flash/index.html b/v0_9_0/os/modules/hal/hal_flash/hal_flash/index.html
index 2ea5510..0453966 100644
--- a/v0_9_0/os/modules/hal/hal_flash/hal_flash/index.html
+++ b/v0_9_0/os/modules/hal/hal_flash/hal_flash/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/hal/hal_flash/hal_flash_int/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/hal/hal_flash/hal_flash_int/index.html b/v0_9_0/os/modules/hal/hal_flash/hal_flash_int/index.html
index 9869543..9c3f450 100644
--- a/v0_9_0/os/modules/hal/hal_flash/hal_flash_int/index.html
+++ b/v0_9_0/os/modules/hal/hal_flash/hal_flash_int/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/hal/hal_flash/hal_flash_map/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/hal/hal_flash/hal_flash_map/index.html b/v0_9_0/os/modules/hal/hal_flash/hal_flash_map/index.html
index ff5033a..46b08d9 100644
--- a/v0_9_0/os/modules/hal/hal_flash/hal_flash_map/index.html
+++ b/v0_9_0/os/modules/hal/hal_flash/hal_flash_map/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/hal/hal_gpio/hal_gpio/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/hal/hal_gpio/hal_gpio/index.html b/v0_9_0/os/modules/hal/hal_gpio/hal_gpio/index.html
index b3cf7c3..9360954 100644
--- a/v0_9_0/os/modules/hal/hal_gpio/hal_gpio/index.html
+++ b/v0_9_0/os/modules/hal/hal_gpio/hal_gpio/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/hal/hal_i2c/hal_i2c/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/hal/hal_i2c/hal_i2c/index.html b/v0_9_0/os/modules/hal/hal_i2c/hal_i2c/index.html
index c84963b..462350f 100644
--- a/v0_9_0/os/modules/hal/hal_i2c/hal_i2c/index.html
+++ b/v0_9_0/os/modules/hal/hal_i2c/hal_i2c/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/hal/hal_in_libraries/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/hal/hal_in_libraries/index.html b/v0_9_0/os/modules/hal/hal_in_libraries/index.html
index 4dbd00f..6a50a0f 100644
--- a/v0_9_0/os/modules/hal/hal_in_libraries/index.html
+++ b/v0_9_0/os/modules/hal/hal_in_libraries/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/hal/hal_pwm/hal_pwm/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/hal/hal_pwm/hal_pwm/index.html b/v0_9_0/os/modules/hal/hal_pwm/hal_pwm/index.html
index 71d24bd..ed3ff41 100644
--- a/v0_9_0/os/modules/hal/hal_pwm/hal_pwm/index.html
+++ b/v0_9_0/os/modules/hal/hal_pwm/hal_pwm/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/hal/hal_spi/hal_spi/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/hal/hal_spi/hal_spi/index.html b/v0_9_0/os/modules/hal/hal_spi/hal_spi/index.html
index d7098bd..0a76f74 100644
--- a/v0_9_0/os/modules/hal/hal_spi/hal_spi/index.html
+++ b/v0_9_0/os/modules/hal/hal_spi/hal_spi/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/hal/hal_system/hal_sys/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/hal/hal_system/hal_sys/index.html b/v0_9_0/os/modules/hal/hal_system/hal_sys/index.html
index 585bea6..a3b659e 100644
--- a/v0_9_0/os/modules/hal/hal_system/hal_sys/index.html
+++ b/v0_9_0/os/modules/hal/hal_system/hal_sys/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/hal/hal_uart/hal_uart/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/hal/hal_uart/hal_uart/index.html b/v0_9_0/os/modules/hal/hal_uart/hal_uart/index.html
index 707ae73..f98839f 100644
--- a/v0_9_0/os/modules/hal/hal_uart/hal_uart/index.html
+++ b/v0_9_0/os/modules/hal/hal_uart/hal_uart/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/imgmgr/imgmgr/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/imgmgr/imgmgr/index.html b/v0_9_0/os/modules/imgmgr/imgmgr/index.html
index 189be0c..54e177e 100644
--- a/v0_9_0/os/modules/imgmgr/imgmgr/index.html
+++ b/v0_9_0/os/modules/imgmgr/imgmgr/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/imgmgr/imgmgr_module_init/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/imgmgr/imgmgr_module_init/index.html b/v0_9_0/os/modules/imgmgr/imgmgr_module_init/index.html
index 8cc51d6..a1f1260 100644
--- a/v0_9_0/os/modules/imgmgr/imgmgr_module_init/index.html
+++ b/v0_9_0/os/modules/imgmgr/imgmgr_module_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/imgmgr/imgr_ver_parse/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/imgmgr/imgr_ver_parse/index.html b/v0_9_0/os/modules/imgmgr/imgr_ver_parse/index.html
index 246c458..c18cac0 100644
--- a/v0_9_0/os/modules/imgmgr/imgr_ver_parse/index.html
+++ b/v0_9_0/os/modules/imgmgr/imgr_ver_parse/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/imgmgr/imgr_ver_str/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/imgmgr/imgr_ver_str/index.html b/v0_9_0/os/modules/imgmgr/imgr_ver_str/index.html
index 2d8be60..fd5a1ca 100644
--- a/v0_9_0/os/modules/imgmgr/imgr_ver_str/index.html
+++ b/v0_9_0/os/modules/imgmgr/imgr_ver_str/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/json/json/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/json/json/index.html b/v0_9_0/os/modules/json/json/index.html
index 8e3efc1..79a1353 100644
--- a/v0_9_0/os/modules/json/json/index.html
+++ b/v0_9_0/os/modules/json/json/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 



[21/22] incubator-mynewt-site git commit: Added a tutorial to add console to blinky. Updated newt documentation. Added a Latest News button on front page

Posted by ad...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/events/index.html
----------------------------------------------------------------------
diff --git a/develop/events/index.html b/develop/events/index.html
index ae2da31..20a8d39 100644
--- a/develop/events/index.html
+++ b/develop/events/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/faq/answers/index.html
----------------------------------------------------------------------
diff --git a/develop/faq/answers/index.html b/develop/faq/answers/index.html
index f804e9b..55393b6 100644
--- a/develop/faq/answers/index.html
+++ b/develop/faq/answers/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/faq/how_to_edit_docs/index.html
----------------------------------------------------------------------
diff --git a/develop/faq/how_to_edit_docs/index.html b/develop/faq/how_to_edit_docs/index.html
index 1bb9a7a..c3d8f45 100644
--- a/develop/faq/how_to_edit_docs/index.html
+++ b/develop/faq/how_to_edit_docs/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/index.html
----------------------------------------------------------------------
diff --git a/develop/index.html b/develop/index.html
index 1bef8e3..7c0653b 100644
--- a/develop/index.html
+++ b/develop/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/main-banner.html
----------------------------------------------------------------------
diff --git a/develop/main-banner.html b/develop/main-banner.html
index 70ac2da..6ea0f69 100644
--- a/develop/main-banner.html
+++ b/develop/main-banner.html
@@ -1,9 +1,15 @@
 <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/mkdocs/search_index.json
----------------------------------------------------------------------
diff --git a/develop/mkdocs/search_index.json b/develop/mkdocs/search_index.json
index 0885113..6121487 100644
--- a/develop/mkdocs/search_index.json
+++ b/develop/mkdocs/search_index.json
@@ -886,6 +886,61 @@
             "title": "Let's Go!"
         }, 
         {
+            "location": "/os/tutorials/blinky_console/", 
+            "text": "Enabling The Console and Shell for Blinky\n\n\n\n\nThis tutorial explains how to add the Console and Shell task to the blinky app so that you \ncan interact with it over a serial line connection.\n\n\n\n\nPre-Requisites\n\n\n\n\nEnsure you have installed \nnewt\n and that the \nnewt command is in your system path. \n\n\nYou must have Internet connectivity to fetch remote Mynewt components.\n\n\nYou must \ninstall the compiler tools\n to \nsupport native compiling to build the project this tutorial creates.  \n\n\nYou must install the \nSegger JLINK package\n to \nload your project on the board.\n\n\nCable to establish a serial USB connection between the board and the laptop\n\n\n\n\n\n\nUse an existing project\n\n\nSince all we're doing is adding the shell and console capability to blinky, we assume \nthat you have worked through at least some of the other tutorials, and have an existing project.\nFor this example, we'll be modifying the \nblinky on nrf52\n proj
 ect to enable \nthe shell and console connectivity. Feel free to use whatever version of blinky you'd like though.\n\n\n\n\nModify the Dependencies and Configuration\n\n\nThe first thing you'll need to add is a few new dependencies for your app. To add shell support to \nyour app make sure the following \npkg.deps\n are defined in your target's pkg.yml file:\n\n\npkg.deps:\n    - \n@apache-mynewt-core/sys/console/full\n\n    - \n@apache-mynewt-core/sys/shell\n\n    - \n@apache-mynewt-core/sys/sysinit\n\n\n\n\n\n\nThis lets the newt system know that it needs to pull in the code for the console and the shell.\n\n\nNow we'll need to modify the settings for the app to turn on the shell, etc. by modifying the\n\nsyscfg.yml\n file for your target. (Remember, these files are in the targets/\n directory.)\nIf there isn't a \nsyscfg.yml\n file in your target's directory, you will need to create one.\n\n\n# Package: apps/bletiny\n\nsyscfg.vals:\n    # Enable the shell task.\n    SHELL_TASK: 1
 \n    # Enable Console OS Ticks\n    CONSOLE_TICKS: 1\n    # Enable Console Prompt\n    CONSOLE_PROMPT: 1 \n\n\n\n\n\nAdd an Event Queue\n\n\nBlinky is a small app that doesn't make use of tasks or an event queue as many other apps do, so\nwe'll have to modify the source for the app in order to add one. \n\n\n/* System event queue task handler */\n\n\n#define SYSEVQ_PRIO (1)\n\n\n#define SYSEVQ_STACK_SIZE    OS_STACK_ALIGN(512)\n\n\nstatic\n \nstruct\n \nos_task\n \ntask_sysevq\n;\n\nos_stack_t\n \nsysevq_stack\n[\nSYSEVQ_STACK_SIZE\n];\n\n\n/* Event queue for events handled by the system (shell, etc.) */\n\n\nstatic\n \nstruct\n \nos_eventq\n \nsys_evq\n;\n\n\n\n\n\nWe define a new \nos_task\n a task stack (\nsysevq_stack\n) and new system event queue \n(\nsys_evq\n) so that the shell and console will have an event queue to run in.\n\n\nNext we go down to our \ninit_tasks()\n function and initialize it\n\n\nos_task_init\n(\ntask_sysevq\n, \nsysevq\n, \nsysevq_handler\n, \nNULL\n,\n
         \nSYSEVQ_PRIO\n, \nOS_WAIT_FOREVER\n, \nsysevq_stack\n, \nSYSEVQ_STACK_SIZE\n);\n\nos_eventq_init\n(\nsys_evq\n);\n\nos_eventq_dflt_set\n(\nsys_evq\n);\n\n\n\n\n\nThis will initialize the task, initialize the event queue, and then set the new event queue as\nthe default event queue.        \n\n\nBuild targets\n\n\nWe're not going to build the bootloader here since we are assuming that you have already\nbuilt and loaded it during previous tutorials.\n\n\n$ newt build blinky\nArchiving cbmem.a\nCompiling crc16.c\nCompiling crc8.c\nArchiving crc.a\nCompiling mem.c\nArchiving mem.a\nLinking ~/dev/myproj/bin/targets/blinky/app/apps/blinky/blinky.elf\nTarget successfully built: targets/blinky\n\n\n\n\n\n\n\nCreate the app image\n\n\nGenerate a signed application image for the \nblinky\n target. The version number is arbitrary.\n\n\n$ newt create-image blinky 1.0.0\nApp image succesfully generated: ~/dev/myproj/bin/targets/blinky/app/apps/blinky/blinky.img\n\n\n\n\n\n\n\nLoad the i
 mage\n\n\nMake sure the USB connector is in place and the power LED on the board is lit. Use the Power ON/OFF switch to reset the board after loading the image.\n\n\n$ newt load blinky\n\n\n\n\n\n\n\nSet up Serial connection\n\n\nYou'll need a Serial connection to see the output of your program. You can reference the \nSerial Port Setup\n \nTutorial for more information on setting up your serial communications.\n\n\n\n\nConnecting with your app\n\n\nOnce you have a connection set up, you can connect to your device with \nminicom -D /dev/tty.usbmodem\nport\n -b 115200\n to run connect\nto the console of your app. \n\n\nTo test and make sure that the Shell is running, first just hit \n:\n\n\n3534: \n\n\n\n\n\n\nRemember, we turned the CONSOLE_PROMPT and the CONSOLE_TICKS on earlier. You can try some commands now:\n\n\n3609: \n ?\nCommands:\n8841:     echo         ?    prompt     ticks     tasks  mempools\n8843:     date         b\n8844: \n ticks off\n Console Ticks off\n \n prompt off
 \n Prompt now off.\nticks on\n33383: Console Ticks on\n\n33568:\nprompt on\n39108: Prompt now on.\n39108: \n\n\n\n\n\n\nAnd there you have the Console and Shell working in an app that previously had no event queue!", 
+            "title": "Add Console and Shell to Blinky"
+        }, 
+        {
+            "location": "/os/tutorials/blinky_console/#enabling-the-console-and-shell-for-blinky", 
+            "text": "This tutorial explains how to add the Console and Shell task to the blinky app so that you \ncan interact with it over a serial line connection.", 
+            "title": "Enabling The Console and Shell for Blinky"
+        }, 
+        {
+            "location": "/os/tutorials/blinky_console/#pre-requisites", 
+            "text": "Ensure you have installed  newt  and that the \nnewt command is in your system path.   You must have Internet connectivity to fetch remote Mynewt components.  You must  install the compiler tools  to \nsupport native compiling to build the project this tutorial creates.    You must install the  Segger JLINK package  to \nload your project on the board.  Cable to establish a serial USB connection between the board and the laptop", 
+            "title": "Pre-Requisites"
+        }, 
+        {
+            "location": "/os/tutorials/blinky_console/#use-an-existing-project", 
+            "text": "Since all we're doing is adding the shell and console capability to blinky, we assume \nthat you have worked through at least some of the other tutorials, and have an existing project.\nFor this example, we'll be modifying the  blinky on nrf52  project to enable \nthe shell and console connectivity. Feel free to use whatever version of blinky you'd like though.", 
+            "title": "Use an existing project"
+        }, 
+        {
+            "location": "/os/tutorials/blinky_console/#modify-the-dependencies-and-configuration", 
+            "text": "The first thing you'll need to add is a few new dependencies for your app. To add shell support to \nyour app make sure the following  pkg.deps  are defined in your target's pkg.yml file:  pkg.deps:\n    -  @apache-mynewt-core/sys/console/full \n    -  @apache-mynewt-core/sys/shell \n    -  @apache-mynewt-core/sys/sysinit   This lets the newt system know that it needs to pull in the code for the console and the shell.  Now we'll need to modify the settings for the app to turn on the shell, etc. by modifying the syscfg.yml  file for your target. (Remember, these files are in the targets/  directory.)\nIf there isn't a  syscfg.yml  file in your target's directory, you will need to create one.  # Package: apps/bletiny\n\nsyscfg.vals:\n    # Enable the shell task.\n    SHELL_TASK: 1\n    # Enable Console OS Ticks\n    CONSOLE_TICKS: 1\n    # Enable Console Prompt\n    CONSOLE_PROMPT: 1", 
+            "title": "Modify the Dependencies and Configuration"
+        }, 
+        {
+            "location": "/os/tutorials/blinky_console/#add-an-event-queue", 
+            "text": "Blinky is a small app that doesn't make use of tasks or an event queue as many other apps do, so\nwe'll have to modify the source for the app in order to add one.   /* System event queue task handler */  #define SYSEVQ_PRIO (1)  #define SYSEVQ_STACK_SIZE    OS_STACK_ALIGN(512)  static   struct   os_task   task_sysevq ; os_stack_t   sysevq_stack [ SYSEVQ_STACK_SIZE ]; /* Event queue for events handled by the system (shell, etc.) */  static   struct   os_eventq   sys_evq ;  We define a new  os_task  a task stack ( sysevq_stack ) and new system event queue \n( sys_evq ) so that the shell and console will have an event queue to run in.  Next we go down to our  init_tasks()  function and initialize it  os_task_init ( task_sysevq ,  sysevq ,  sysevq_handler ,  NULL ,\n         SYSEVQ_PRIO ,  OS_WAIT_FOREVER ,  sysevq_stack ,  SYSEVQ_STACK_SIZE ); os_eventq_init ( sys_evq ); os_eventq_dflt_set ( sys_evq );  This will initialize the task, initialize the event queue, and
  then set the new event queue as\nthe default event queue.", 
+            "title": "Add an Event Queue"
+        }, 
+        {
+            "location": "/os/tutorials/blinky_console/#build-targets", 
+            "text": "We're not going to build the bootloader here since we are assuming that you have already\nbuilt and loaded it during previous tutorials.  $ newt build blinky\nArchiving cbmem.a\nCompiling crc16.c\nCompiling crc8.c\nArchiving crc.a\nCompiling mem.c\nArchiving mem.a\nLinking ~/dev/myproj/bin/targets/blinky/app/apps/blinky/blinky.elf\nTarget successfully built: targets/blinky", 
+            "title": "Build targets"
+        }, 
+        {
+            "location": "/os/tutorials/blinky_console/#create-the-app-image", 
+            "text": "Generate a signed application image for the  blinky  target. The version number is arbitrary.  $ newt create-image blinky 1.0.0\nApp image succesfully generated: ~/dev/myproj/bin/targets/blinky/app/apps/blinky/blinky.img", 
+            "title": "Create the app image"
+        }, 
+        {
+            "location": "/os/tutorials/blinky_console/#load-the-image", 
+            "text": "Make sure the USB connector is in place and the power LED on the board is lit. Use the Power ON/OFF switch to reset the board after loading the image.  $ newt load blinky", 
+            "title": "Load the image"
+        }, 
+        {
+            "location": "/os/tutorials/blinky_console/#set-up-serial-connection", 
+            "text": "You'll need a Serial connection to see the output of your program. You can reference the  Serial Port Setup  \nTutorial for more information on setting up your serial communications.", 
+            "title": "Set up Serial connection"
+        }, 
+        {
+            "location": "/os/tutorials/blinky_console/#connecting-with-your-app", 
+            "text": "Once you have a connection set up, you can connect to your device with  minicom -D /dev/tty.usbmodem port  -b 115200  to run connect\nto the console of your app.   To test and make sure that the Shell is running, first just hit  :  3534:    Remember, we turned the CONSOLE_PROMPT and the CONSOLE_TICKS on earlier. You can try some commands now:  3609:   ?\nCommands:\n8841:     echo         ?    prompt     ticks     tasks  mempools\n8843:     date         b\n8844:   ticks off\n Console Ticks off\n   prompt off\n Prompt now off.\nticks on\n33383: Console Ticks on\n\n33568:\nprompt on\n39108: Prompt now on.\n39108:    And there you have the Console and Shell working in an app that previously had no event queue!", 
+            "title": "Connecting with your app"
+        }, 
+        {
             "location": "/os/tutorials/repo/add_repos/", 
             "text": "Adding Repositories to your Project\n\n\nWhat is a Repository\n\n\nA repository is a version-ed Mynewt project, which is a collection of Mynewt packages organized in a specific way for redistribution.  \n\n\nWhat differentiates a repository from a Mynewt project is the presence of a\n\nrepository.yml\n file describing the repository. This will be described \nbelow. For a basic understanding of repositories you may read the \nNewt Tool Manual\n and \nHow to create repos\n.\n\n\nNote:\n For the remainder of this document we'll use the term repo as shorthand for a Mynewt repository.\n\n\nRepos are useful because they are an organized way for the community to share Mynewt packages and projects.  In fact, the Mynewt-core is distributed as a repo.\n\n\n\n\nWhy does Mynewt need additional repos?\n\n\nRepos add functionality not included in the Mynewt core.  New repos might be created for several reasons.\n\n\n\n\nExpertise\n.  Individuals or organizations may have expe
 rtise that they want\nto share in the form of repos. For example a chip vendor may\ncreate a repo to hold the Mynewt support for their chips.\n\n\nNon-Core component\n.  Some components, although very useful to Mynewt users\nare not core to all Mynewt users.  These are likely candidates to be held in \ndifferent repos.\n\n\nSoftware licensing\n.  Some software have licenses that make them incompatible\nwith the ASF (Apache Software Foundation) license policies.  These may be \nvaluable components to some Mynewt users, but cannot be contained in the \napache-Mynewt-core\n.\n\n\n\n\n\n\nWhat Repos are in my Project\n\n\nThe list of repos used by your project are contained within the \n\nproject.yml\n file.  An example can be seen by creating a new project:\n\n\n$ mkdir ~/dev\n$ cd ~/dev\n$ newt new myproj\n$ cd myproj\n\n\n\n\n\n\n\nView the \nproject.yml\n section and you will see a line describing the repos:\n\n\nproject.repositories:\n    - apache-Mynewt-core\n\n\n\n\n\n \n\n\nBy d
 efault, this newly created project uses a single repo called \n\napache-Mynewt-core\n.  \n\n\nIf you wish to add additional repos, you would add \nadditional lines to the \nproject.repositories\n variable like this.\n\n\nproject.repositories:\n    - apache-Mynewt-core\n\n    - another_repo_named_x\n\n\n\n\n\n\n\nRepo Descriptors\n\n\nIn addition to the repo name, the \nproject.yml\n file must also contain\na repo descriptor for each repository you include that gives \nnewt\n \ninformation on obtaining the repo.\n\n\nIn the same \nmyproj\n above you will see the following repo descriptor.\n\n\nrepository.apache-Mynewt-core:\n    type: github\n    vers: 0-latest\n    user: apache\n    repo: incubator-mynewt-core\n\n\n\n\n\nA repo descriptor starts with \nrepository.\nname\n.\n.  In this example, the \ndescriptor specifies the information for the \napache-Mynewt-core\n.\n\n\n\n\nThe fields within the descriptor have the following definitions:\n\n\n\n\n\n\ntype\n -- The type of code sto
 rage the repo uses.  The current version\nof \nnewt\n only supports github.  Future versions may support generic git or other\ncode storage mechanisms.\n\n\n\n\n\n\nvers\n -- The version of the repo to use for your project.  A source\ncode repository contains many versions of the source. This field is used to \nspecify the one to use for this project.  See the section on versions below \nfor a detailed description of the format of this field.\n\n\n\n\n\n\nuser\n -- The username for the repo.  On github, this is the name\nafter \ngithub.com\n in the repo path.  Consider the repository \n\nhttps://github.com/apache/incubator-mynewt-core\n. It has username \napache\n.  \n\n\n\n\n\n\nrepo\n -- The name of the repo.  On github, this is the name after\nthe username described above.  Consider the repository \n\nhttps://github.com/apache/incubator-mynewt-core\n. It has path \n\nincubator-mynewt-core\n.  This is a path to the source control\nand should not be confused with the name of the re
 po that you used in the \n\nrepository.\nname\n declaration above.   That name is contained elsewhere\nwithin the repo. See Below.\n\n\n\n\n\n\n\n\nAdding Existing Repos to my Project\n\n\nTo add a new repo to your project, you have to complete two steps.\n\n\n\n\n\n\nEdit the \nproject.yml\n file and add a new repo descriptor.  The previous\nsection includes information on the field required in your repo descriptor.\n\n\n\n\n\n\nEdit the \nproject/yml\n file and add a new line to the \nproject.repositories\n\nvariable with the name of the repo you are adding.  \n\n\n\n\n\n\nAn example of a \nproject.yml\n file with two repositories is shown below:\n\n\nproject.name: \nmy_project\n\n\nproject.repositories:\n    - apache-Mynewt-core\n    - Mynewt_arduino_zero\n\n# Use github\ns distribution mechanism for core ASF libraries.\n# This provides mirroring automatically for us.\n#\nrepository.apache-Mynewt-core:\n    type: github\n    vers: 0-latest\n    user: apache\n    repo: incubator-m
 ynewt-core\n\n# a special repo to hold hardware specific stuff for arduino zero\nrepository.Mynewt_arduino_zero:\n    type: github\n    vers: 0-latest\n    user: runtimeinc\n    repo: Mynewt_arduino_zero\n\n\n\n\n\n\n\nWhat Version of the Repo to use\n\n\nMynewt repos are version-ed artifacts.  They are stored in source control \nsystems like github.  The repo descriptor in your \nproject.yml\n file must\nspecify the version of the repo you will accept into your project.\n\n\nFor now, we are at the beginnings of Mynewt. For testing and evaluation\nplease use \n0-latest\n in the \nvers\n field in your repo descriptor.\n\n\n    vers:0-latest\n\n\n\n\n\nSee \nCreate a Repo\n for a description of the versioning system and all the possible ways to specify a version to use.\n\n\n\n\nIdentifying a Repo\n\n\nA repo contains Mynewt packages organized in a specific way and stored in one of the supported code storage methods described above. In other words, it is a Mynewt project with an addit
 ional file \nrepository.yml\n which describes the repo for use by \nnewt\n (and humans browsing them). It contains a mapping of version numbers to the actual github branches containing the source code.\n\n\nNote that the \nrepository.yml\n file lives only in the master branch of the git\nrepository.  \nNewt\n will always fetch this file from the master branch and then\nuse that to determine the actual branch required depending on the version\nspecified in your \nproject.yml\n file.  Special care should be taken to ensure that this file exists only in the master branch.\n\n\nHere is the \nrepository.yml\n file from the apache-Mynewt-core:\n\n\nrepo.name: apache-mynewt-core\nrepo.versions:\n    \n0.0.0\n: \ndevelop\n\n    \n0.7.9\n: \nmynewt_0_8_0_b2_tag\n\n    \n0.8.0\n: \nmynewt_0_8_0_tag\n\n    \n0.9.0\n: \nmynewt_0_9_0_tag\n\n    \n0.9.1\n: \nmaster\n\n    \n0-latest\n: \n0.9.0\n\n    \n0-dev\n: \n0.9.1\n\n    \n0.8-latest\n: \n0.8.0\n\n    \n0.9-latest\n: \n0.9.0\n\n\n\n\n\n\n\n\
 nIt contains the following:\n\n\n\n\nrepo.name\n The external name that is used to include the library in \nyour \nproject.yml\n file.   This is the name you in include in the \nproject.repositories\n variable when adding this repository to your project.\n\n\nrepo.versions\n A description of what versions to give the user depending \non the settings in their \nproject.yml\n file.  \n\n\n\n\n\n\nRepo Version\n\n\nThe repo version number resolves to an actual git branch depending on the mapping specified in \nrepository.yml\n for that repo. The version field argument in your \nproject.yml\n file supports multiple formats for flexibility:\n\n\nmajor_num\n.\nminor_num\n.\nrevision_num\n\n\n\n\n\n\nor\n\n\nmajor_num\n.\nminor_num\n-\nstability string\n\n\n\n\n\n\nor \n\n\nmajor_num\n-\nstability string\n\n\n\n\n\n\n\n\nThe stability string can be one of 3 pre-defined stability values.\n\n\n\n\nstable -- A stable release version of the repository\n\n\ndev    -- A development version from 
 the repository\n\n\nlatest -- The latest from the repository\n\n\n\n\nIn your \nproject.yml\n file you can specify different combinations of \nthe version number and stability value.  For example:\n\n\n\n\n0-latest\n      -- The latest version with major number 0\n\n\n1.2-stable\n    -- The latest stable version with major and minor number 1.2\n\n\n1.2-dev\n       -- The development version from 1.2\n\n\n1.1.1\n         -- a specific version 1.1.1\n\n\n\n\nYou cannot specify a stability string with a fully numbered version, e.g.\n\n\n1.2.8-stable\n\n\n\n\n\n\n\nRepo Versions Available\n\n\nA \nrepository.yml\n file contains information to match a version request\ninto a git branch to fetch for your project.\n\n\nIt's up to the repository maintainer to map these to branches of the \nrepository.  For example, let's say in a fictitious repository the following are \ndefined.\n\n\nrepo.versions:\n    \n0.8.0\n: \nxxx_branch_0_8_0\n\n    \n1.0.0\n: \nxxx_branch_1_0_0\n\n    \n1.0.2\n: \n
 xxx_branch_1_0_2\n\n    \n1.1.1\n: \nxxx_branch_1_1_0\n\n    \n1.1.2\n: \nxxx_branch_1_1_2\n\n    \n1.2.0\n: \nxxx_branch_1_2_0\n\n    \n1.2.1\n: \nxxx_branch_1_2_1\n\n    \n1.2-dev\n: \n1.2.1\n\n    \n1-dev\n: \n1.2-dev\n\n    \n1.2-stable\n: \n1.2.0\n\n    \n0-latest\n: \n0.8.0\n\n    \n1-latest\n: \n1-dev\n\n    ....\n\n\n\n\n\nWhen the \nproject.yml\n file asks for \n1.2-stable\n it is resolved to version\n\n1.2.0\n (perhaps \n1.2.1\n is not stable yet), which in turn resolves to a specific\nbranch \nxxx_branch_1_2_0\n.  This is the branch that \nnewt\n fetches into \nyour project. \n\n\nNote:\n Make sure a repo version exists in the \nrepository.yml\n file of a repo you wish to add. Otherwise Newt will not be able to resolve the version and will fail to fetch the repo into your project.\n\n\n\n\nHow to find out what Repos are available for Mynewt components\n\n\nCurrently, there is no \nnewt\n command to locate/search Mynewt package \nrepositories.  However, since the \nnewt\n 
 tool supports only github, \nsearching github by keyword is a satisfactory option until a search \ntool is created.\n\n\nWhen searching github, recall that a Mynewt repository must \nhave a \nrepository.yml\n file in its root directory. If you don't see \nthat file, it's not a Mynewt repository and can't be included in your \nproject via the newt tool.  \n\n\nOnce you find a repository, the github URL and \nrepository.yml\n file\nshould give you all the information to add it to your \nproject.yml\n file.", 
             "title": "toc"
@@ -9887,7 +9942,7 @@
         }, 
         {
             "location": "/newt/newt_intro/", 
-            "text": "Newt Tool\n\n\nIntroduction\n\n\nNewt is a smart build and package management system for embedded contexts.  It is a single tool that accomplishes both the following goals:\n\n\n\n\nsource package management \n\n\nbuild, debug and install.\n\n\n\n\nRationale\n\n\nIn order for the Mynewt operating system to work well for constrained environments across the many different types of microcontroller applications (from doorbells to medical devices to power grids), a system is needed that lets you select which packages to install and which packages to build.\n\n\nThe build systems for embedded devices are often fairly complicated and not well served for this purpose.  For example, autoconf is designed for detecting system compatibility issues but not well suited when it comes to tasks like:\n\n\n\n\nBuilding for multiple targets\n\n\nDeciding what to build in and what not to build in\n\n\nManaging dependencies between components\n\n\n\n\nFortunately, solutions addressi
 ng these very issues can be found in source package management systems in higher level languages such as Javascript \n(Node), Go, PHP and Ruby.  We decided to fuse their source management \nsystems with a make system built for embedded systems and create Newt.\n\n\nBuild System\n\n\nA good build system must allow the user to take a few common steps while developing embedded applications:\n\n\n\n\nGenerate full flash images\n\n\nDownload debug images to a target board using a debugger\n\n\nConditionally compile libraries \n code based upon build settings\n\n\n\n\nNewt can read a directory tree, build a dependency tree, and emit the right build artifacts.  An example newt source tree is in incubator-mynewt-blinky/develop:\n\n\n$ tree -L 3 \n.\n\u251c\u2500\u2500 DISCLAIMER\n\u251c\u2500\u2500 LICENSE\n\u251c\u2500\u2500 NOTICE\n\u251c\u2500\u2500 README.md\n\n\u251c\u2500\u2500 apps\n\n\u2502   \u2514\u2500\u2500 blinky\n\u2502       \u251c\u2500\u2500 pkg.yml\n\u2502       \u2514\u25
 00\u2500 src\n\u251c\u2500\u2500 project.yml\n\n\u2514\u2500\u2500 targets\n\n     \u251c\u2500\u2500 my_blinky_sim\n     \u2502   \u251c\u2500\u2500 pkg.yml\n     \u2502   \u2514\u2500\u2500 target.yml\n     \u2514\u2500\u2500 unittest\n         \u251c\u2500\u2500 pkg.yml\n         \u2514\u2500\u2500 target.yml\n\n6 directories, 10 files\n\n\n\n\n\n\n\nWhen Newt sees a directory tree that contains a \"project.yml\" file, it is smart enough to recognize it as the base directory of a project, and \nautomatically builds a package tree. It also recognizes two important package directories in the package tree - \"apps\" and \"targets\". More on these directories in \nNewt Theory of Ops\n.\n\n\nWhen Newt is told to build a project, it recursively resolves all package dependencies and generates artifacts that are placed in the bin/ directory at the top-level of the project. The artifact directory is prefixed by the target name being built - \nmy_blinky_sim\n for example:\n\n\n$ tree bin\n
 bin\n\u2514\u2500\u2500 my_blinky_sim\n    \u251c\u2500\u2500 apps\n    \u2502\u00a0\u00a0 \u2514\u2500\u2500 blinky\n    \u2502\u00a0\u00a0     \u251c\u2500\u2500 blinky.a\n    \u2502\u00a0\u00a0     \u251c\u2500\u2500 blinky.a.cmd\n    \u2502\u00a0\u00a0     \u251c\u2500\u2500 blinky.elf\n    \u2502\u00a0\u00a0     \u251c\u2500\u2500 blinky.elf.cmd\n    \u2502\u00a0\u00a0     \u251c\u2500\u2500 blinky.elf.dSYM\n    \u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u2514\u2500\u2500 Contents\n    \u2502\u00a0\u00a0     \u2502\u00a0\u00a0     \u251c\u2500\u2500 Info.plist\n    \u2502\u00a0\u00a0     \u2502\u00a0\u00a0     \u2514\u2500\u2500 Resources\n    \u2502\u00a0\u00a0     \u2502\u00a0\u00a0         \u2514\u2500\u2500 DWARF\n    \u2502\u00a0\u00a0     \u2502\u00a0\u00a0             \u2514\u2500\u2500 blinky.elf\n    \u2502\u00a0\u00a0     \u251c\u2500\u2500 blinky.elf.lst\n    \u2502\u00a0\u00a0     \u251c\u2500\u2500 main.d\n    \u2502\u00a0\u00a0     \u251c\u2500\u2500 main.o\n    \
 u2502\u00a0\u00a0     \u2514\u2500\u2500 main.o.cmd\n    \u251c\u2500\u2500 hw\n    \u2502\u00a0\u00a0 \u251c\u2500\u2500 bsp\n    \u2502\u00a0\u00a0 \u2502\u00a0\u00a0 \u2514\u2500\u2500 native\n    \u2502\u00a0\u00a0 \u2502\u00a0\u00a0     \u251c\u2500\u2500 hal_bsp.d\n    \u2502\u00a0\u00a0 \u2502\u00a0\u00a0     \u251c\u2500\u2500 hal_bsp.o\n    \u2502\u00a0\u00a0 \u2502\u00a0\u00a0     \u251c\u2500\u2500 hal_bsp.o.cmd\n\nsnip\n\n\n\n\n\n\n\n\nMore operations using Newt\n\n\nOnce a target has been built, Newt allows additional operations on the target.  \n\n\n\n\ndownload\n: Download built target to board\n\n\ndebug\n: Open debugger session to target\n\n\nsize\n: Get size of target components\n\n\ncreate-image\n: Add image header to the binary image\n\n\n\n\nFor more details on how Newt works, go to \nNewt - Theory of Operations\n.\n\n\n\n\nSource Management and Repositories\n\n\nThe other major element of the Newt tool is the ability to create reusable source distributions from
  a collection of code. \nA project can be a reusable container of source code.\n In other words, projects can be versioned and redistributed, not packages. A project bundles together packages that are typically needed to work together in a product e.g. RTOS core, filesystem APIs, and networking stack.\n\n\nA project that has been made redistributable is known as a \nrepository\n. \nRepositories can be added to your local project by adding them into your project.yml file.  Here is an example of the blinky project's yml file which relies on apache-mynewt-core:\n\n\n$ more project.yml\n\nsnip\n\nproject.repositories:\n     - apache-mynewt-core\n\n# Use github\ns distribution mechanism for core ASF libraries.\n# This provides mirroring automatically for us.\n#\nrepository.apache-mynewt-core:\n     type: github\n     vers: 0-latest\n     user: apache\n     repo: incubator-mynewt-core\n\n\n\n\n\n\n\nWhen you specify this repository in the blinky's project file, you can then use the Newt t
 ool to install dependencies:\n\n\n$ newt install\nDownloading repository description for apache-mynewt-core... success!\nDownloading repository incubator-mynewt-core (branch: develop) at \nhttps://github.com/apache/incubator-mynewt-core.git\nCloning into \n\n/var/folders/7l/7b3w9m4n2mg3sqmgw2q1b9p80000gn/T/newt-repo814721459\n...\nremote: Counting objects: 17601, done.\nremote: Compressing objects: 100% (300/300), done.\nremote: Total 17601 (delta 142), reused 0 (delta 0), pack-reused 17284\nReceiving objects: 100% (17601/17601), 6.09 MiB | 3.17 MiB/s, done.\nResolving deltas: 100% (10347/10347), done.\nChecking connectivity... done.\nRepos successfully installed\n\n\n\n\n\n\n\nNewt will install this repository in the \n/repos directory.  In the case of blinky, the directory structure ends up looking like:\n\n\n$ tree -L 2\n.\n\u251c\u2500\u2500 DISCLAIMER\n\u251c\u2500\u2500 LICENSE\n\u251c\u2500\u2500 NOTICE\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 apps\n\u2502   \u2514\u
 2500\u2500 blinky\n\u251c\u2500\u2500 project.state\n\u251c\u2500\u2500 project.yml\n\u251c\u2500\u2500 repos\n\u2502   \u2514\u2500\u2500 apache-mynewt-core\n\u2514\u2500\u2500 targets\n     \u251c\u2500\u2500 my_blinky_sim\n     \u2514\u2500\u2500 unittest\n\n\n\n\n\n\n\nIn order to reference the installed repositories in packages, the \"@\" notation should be specified in the repository specifier.  As an example, the apps/blinky application has the following dependencies in its pkg.yml file. This tells the build system to look in the base directory of repos/apache-mynewt-core for the \nlibs/os\n, \nhw/hal\n, and \nlibs/console/full\n packages.\n\n\n$ more apps/blinky/pkg.yml\n\nsnip\n\npkg.deps:\n     - \n@apache-mynewt-core/libs/os\n\n     - \n@apache-mynewt-core/hw/hal\n\n     - \n@apache-mynewt-core/libs/console/full\n\n\n\n\n\n\n\n\nAutocompletion in Bash\n\n\nNewt has the ability to autocomplete within \nbash\n.  The following instructions allow MAC users to enable autocompl
 ete within \nbash\n.\n\n\n\n\nInstall the autocomplete tools for bash via \nbrew install bash-completion\n\n\nTell your shell to use newt for autocompletion of newt via \ncomplete -C \"newt complete\" newt\n.  You can add this to your .bashrc or other init file to have it automatically set for all bash shells.\n\n\n\n\nNotes:\n\n\n\n\nAutocomplete will give you flag hints, but only if you type a '-'.  \n\n\nAutocomplete will not give you completion hints for the flag arguments (those optional things after the flag like \n-l DEBUG\n)\n\n\nAutocomplete uses newt to parse the project to find targets and libs.", 
+            "text": "Newt Tool\n\n\nIntroduction\n\n\nNewt is a smart build and package management system for embedded contexts.  It is a single tool that accomplishes both the following goals:\n\n\n\n\nsource package management \n\n\nbuild, debug and install.\n\n\n\n\nRationale\n\n\nIn order for the Mynewt operating system to work well for constrained environments across the many different types of microcontroller applications (from doorbells to medical devices to power grids), a system is needed that lets you select which packages to install and which packages to build.\n\n\nThe build systems for embedded devices are often fairly complicated and not well served for this purpose.  For example, autoconf is designed for detecting system compatibility issues but not well suited when it comes to tasks like:\n\n\n\n\nBuilding for multiple targets\n\n\nDeciding what to build in and what not to build in\n\n\nManaging dependencies between components\n\n\n\n\nFortunately, solutions addressi
 ng these very issues can be found in source package management systems in higher level languages such as Javascript \n(Node), Go, PHP and Ruby.  We decided to fuse their source management \nsystems with a make system built for embedded systems and create Newt.\n\n\nBuild System\n\n\nA good build system must allow the user to take a few common steps while developing embedded applications:\n\n\n\n\nGenerate full flash images\n\n\nDownload debug images to a target board using a debugger\n\n\nConditionally compile libraries \n code based upon build settings\n\n\n\n\nNewt can read a directory tree, build a dependency tree, and emit the right build artifacts.  An example newt source tree is in incubator-mynewt-blinky/develop:\n\n\n$ tree -L 3 \n.\n\u251c\u2500\u2500 DISCLAIMER\n\u251c\u2500\u2500 LICENSE\n\u251c\u2500\u2500 NOTICE\n\u251c\u2500\u2500 README.md\n\n\u251c\u2500\u2500 apps\n\n\u2502   \u2514\u2500\u2500 blinky\n\u2502       \u251c\u2500\u2500 pkg.yml\n\u2502       \u2514\u25
 00\u2500 src\n\u251c\u2500\u2500 project.yml\n\n\u2514\u2500\u2500 targets\n\n     \u251c\u2500\u2500 my_blinky_sim\n     \u2502   \u251c\u2500\u2500 pkg.yml\n     \u2502   \u2514\u2500\u2500 target.yml\n     \u2514\u2500\u2500 unittest\n         \u251c\u2500\u2500 pkg.yml\n         \u2514\u2500\u2500 target.yml\n\n6 directories, 10 files\n\n\n\n\n\n\n\nWhen Newt sees a directory tree that contains a \"project.yml\" file, it is smart enough to recognize it as the base directory of a project, and \nautomatically builds a package tree. It also recognizes two important package directories in the package tree - \"apps\" and \"targets\". More on these directories in \nNewt Theory of Ops\n.\n\n\nWhen Newt is told to build a project, it recursively resolves all package dependencies and generates artifacts that are placed in the bin/ directory at the top-level of the project. The artifact directory is prefixed by the target name being built - \nmy_blinky_sim\n for example:\n\n\n$ tree bin\n
 bin\n\u2514\u2500\u2500 my_blinky_sim\n    \u251c\u2500\u2500 apps\n    \u2502\u00a0\u00a0 \u2514\u2500\u2500 blinky\n    \u2502\u00a0\u00a0     \u251c\u2500\u2500 blinky.a\n    \u2502\u00a0\u00a0     \u251c\u2500\u2500 blinky.a.cmd\n    \u2502\u00a0\u00a0     \u251c\u2500\u2500 blinky.elf\n    \u2502\u00a0\u00a0     \u251c\u2500\u2500 blinky.elf.cmd\n    \u2502\u00a0\u00a0     \u251c\u2500\u2500 blinky.elf.dSYM\n    \u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u2514\u2500\u2500 Contents\n    \u2502\u00a0\u00a0     \u2502\u00a0\u00a0     \u251c\u2500\u2500 Info.plist\n    \u2502\u00a0\u00a0     \u2502\u00a0\u00a0     \u2514\u2500\u2500 Resources\n    \u2502\u00a0\u00a0     \u2502\u00a0\u00a0         \u2514\u2500\u2500 DWARF\n    \u2502\u00a0\u00a0     \u2502\u00a0\u00a0             \u2514\u2500\u2500 blinky.elf\n    \u2502\u00a0\u00a0     \u251c\u2500\u2500 blinky.elf.lst\n    \u2502\u00a0\u00a0     \u251c\u2500\u2500 main.d\n    \u2502\u00a0\u00a0     \u251c\u2500\u2500 main.o\n    \
 u2502\u00a0\u00a0     \u2514\u2500\u2500 main.o.cmd\n    \u251c\u2500\u2500 hw\n    \u2502\u00a0\u00a0 \u251c\u2500\u2500 bsp\n    \u2502\u00a0\u00a0 \u2502\u00a0\u00a0 \u2514\u2500\u2500 native\n    \u2502\u00a0\u00a0 \u2502\u00a0\u00a0     \u251c\u2500\u2500 hal_bsp.d\n    \u2502\u00a0\u00a0 \u2502\u00a0\u00a0     \u251c\u2500\u2500 hal_bsp.o\n    \u2502\u00a0\u00a0 \u2502\u00a0\u00a0     \u251c\u2500\u2500 hal_bsp.o.cmd\n\nsnip\n\n\n\n\n\n\n\n\nMore operations using Newt\n\n\nOnce a target has been built, Newt allows additional operations on the target.  \n\n\n\n\nload\n: Download built target to board\n\n\ndebug\n: Open debugger session to target\n\n\nsize\n: Get size of target components\n\n\ncreate-image\n: Add image header to the binary image\n\n\nrun\n: Build, create image, load, and finally open a debug session with the target\n\n\n\n\nFor more details on how Newt works, go to \nNewt - Theory of Operations\n.\n\n\n\n\nSource Management and Repositories\n\n\nThe other major 
 element of the Newt tool is the ability to create reusable source distributions from a collection of code. \nA project can be a reusable container of source code.\n In other words, projects can be versioned and redistributed, not packages. A project bundles together packages that are typically needed to work together in a product e.g. RTOS core, filesystem APIs, and networking stack.\n\n\nA project that has been made redistributable is known as a \nrepository\n. \nRepositories can be added to your local project by adding them into your project.yml file.  Here is an example of the blinky project's yml file which relies on apache-mynewt-core:\n\n\n$ more project.yml\n\nsnip\n\nproject.repositories:\n     - apache-mynewt-core\n\n# Use github\ns distribution mechanism for core ASF libraries.\n# This provides mirroring automatically for us.\n#\nrepository.apache-mynewt-core:\n     type: github\n     vers: 0-latest\n     user: apache\n     repo: incubator-mynewt-core\n\n\n\n\n\n\n\nWhen y
 ou specify this repository in the blinky's project file, you can then use the Newt tool to install dependencies:\n\n\n$ newt install\nDownloading repository description for apache-mynewt-core... success!\nDownloading repository incubator-mynewt-core (branch: develop) at \nhttps://github.com/apache/incubator-mynewt-core.git\nCloning into \n\n/var/folders/7l/7b3w9m4n2mg3sqmgw2q1b9p80000gn/T/newt-repo814721459\n...\nremote: Counting objects: 17601, done.\nremote: Compressing objects: 100% (300/300), done.\nremote: Total 17601 (delta 142), reused 0 (delta 0), pack-reused 17284\nReceiving objects: 100% (17601/17601), 6.09 MiB | 3.17 MiB/s, done.\nResolving deltas: 100% (10347/10347), done.\nChecking connectivity... done.\nRepos successfully installed\n\n\n\n\n\n\n\nNewt will install this repository in the \n/repos directory.  In the case of blinky, the directory structure ends up looking like:\n\n\n$ tree -L 2\n.\n\u251c\u2500\u2500 DISCLAIMER\n\u251c\u2500\u2500 LICENSE\n\u251c\u2500\u2
 500 NOTICE\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 apps\n\u2502   \u2514\u2500\u2500 blinky\n\u251c\u2500\u2500 project.state\n\u251c\u2500\u2500 project.yml\n\u251c\u2500\u2500 repos\n\u2502   \u2514\u2500\u2500 apache-mynewt-core\n\u2514\u2500\u2500 targets\n     \u251c\u2500\u2500 my_blinky_sim\n     \u2514\u2500\u2500 unittest\n\n\n\n\n\n\n\nIn order to reference the installed repositories in packages, the \"@\" notation should be specified in the repository specifier.  As an example, the apps/blinky application has the following dependencies in its pkg.yml file. This tells the build system to look in the base directory of repos/apache-mynewt-core for the \nlibs/os\n, \nhw/hal\n, and \nlibs/console/full\n packages.\n\n\n$ more apps/blinky/pkg.yml\n\nsnip\n\npkg.deps:\n     - \n@apache-mynewt-core/libs/os\n\n     - \n@apache-mynewt-core/hw/hal\n\n     - \n@apache-mynewt-core/libs/console/full\n\n\n\n\n\n\n\n\nAutocompletion in Bash\n\n\nNewt has the ability to autocompl
 ete within \nbash\n.  The following instructions allow MAC users to enable autocomplete within \nbash\n.\n\n\n\n\nInstall the autocomplete tools for bash via \nbrew install bash-completion\n\n\nTell your shell to use newt for autocompletion of newt via \ncomplete -C \"newt complete\" newt\n.  You can add this to your .bashrc or other init file to have it automatically set for all bash shells.\n\n\n\n\nNotes:\n\n\n\n\nAutocomplete will give you flag hints, but only if you type a '-'.  \n\n\nAutocomplete will not give you completion hints for the flag arguments (those optional things after the flag like \n-l DEBUG\n)\n\n\nAutocomplete uses newt to parse the project to find targets and libs.", 
             "title": "toc"
         }, 
         {
@@ -9912,7 +9967,7 @@
         }, 
         {
             "location": "/newt/newt_intro/#more-operations-using-newt", 
-            "text": "Once a target has been built, Newt allows additional operations on the target.     download : Download built target to board  debug : Open debugger session to target  size : Get size of target components  create-image : Add image header to the binary image   For more details on how Newt works, go to  Newt - Theory of Operations .", 
+            "text": "Once a target has been built, Newt allows additional operations on the target.     load : Download built target to board  debug : Open debugger session to target  size : Get size of target components  create-image : Add image header to the binary image  run : Build, create image, load, and finally open a debug session with the target   For more details on how Newt works, go to  Newt - Theory of Operations .", 
             "title": "More operations using Newt"
         }, 
         {
@@ -9927,7 +9982,7 @@
         }, 
         {
             "location": "/newt/newt_operation/", 
-            "text": "Newt Tool - Theory of Operations\n\n\nNewt has a fairly smart package manager that can read a directory tree, build a dependency tree, and emit the right build artifacts.\n\n\nBuilding dependencies\n\n\nNewt can read a directory tree, build a dependency tree, and emit the right build artifacts.  An example newt source tree is in incubator-mynewt-blinky/develop:\n\n\n$ tree -L 3 \n.\n\u251c\u2500\u2500 DISCLAIMER\n\u251c\u2500\u2500 LICENSE\n\u251c\u2500\u2500 NOTICE\n\u251c\u2500\u2500 README.md\n\n\u251c\u2500\u2500 apps\n\n\u2502   \u2514\u2500\u2500 blinky\n\u2502       \u251c\u2500\u2500 pkg.yml\n\u2502       \u2514\u2500\u2500 src\n\u251c\u2500\u2500 project.yml\n\n\u2514\u2500\u2500 targets\n\n     \u251c\u2500\u2500 my_blinky_sim\n     \u2502   \u251c\u2500\u2500 pkg.yml\n     \u2502   \u2514\u2500\u2500 target.yml\n     \u2514\u2500\u2500 unittest\n         \u251c\u2500\u2500 pkg.yml\n         \u2514\u2500\u2500 target.yml\n\n6 directories, 10 files\n\n\
 n\n\n\n\n\nWhen Newt sees a directory tree that contains a \"project.yml\" file it knows that it is in the base directory of a project, and automatically builds a package tree. You can see that there are two essential package directories, \"apps\" and \"targets.\" \n\n\n\n\n\"apps\" Package Directory\n\n\napps\n is where applications are stored, and applications are where the main() function is contained.  Along with the \ntargets\n directory, \napps\n represents the top-level of the build tree, and define the dependencies and features for the rest of the system.\n\n\nThe app definition is contained in a \npkg.yml\n file. An example of blinky's \npkg.yml\n file is:\n\n\n$ more apps/blinky/pkg.yml\n\nsnip\n\npkg.name: apps/blinky\npkg.vers: 0.8.0\npkg.description: Basic example application which blinks an LED.\npkg.author: \nApache Mynewt \ndev@mynewt.incubator.apache.org\n\npkg.homepage: \nhttp://mynewt.apache.org/\n\npkg.repository:\npkg.keywords:\n\npkg.deps:\n     - \n@apache-myn
 ewt-core/libs/os\n\n     - \n@apache-mynewt-core/hw/hal\n\n     - \n@apache-mynewt-core/libs/console/full\n\n\n\n\n\n\n\n\nThis file says that the name of the package is apps/blinky, and it \ndepends on libs/os, hw/hal and libs/console/full packages.\n\n\nNOTE:\n @apache-mynewt-core is a repository descriptor, and this will be \ncovered in the \"repository\" section. \n\n\n\n\n\"targets\" Package Directory\n\n\ntargets\n is where targets are stored, and each target is a collection of parameters that must be passed to Newt in order to generate a reproducible build. Along with the \napps\n directory, \ntargets\n represents the top of the build tree. Any packages or parameters specified at the target level cascades down to all dependencies.\n\n\nMost targets consist of:\n\n\n\n\napp: The application to build\n\n\nbsp: The board support package to combine with that application\n\n\nbuild_profile: Either debug or optimized.\n\n\n\n\nThe \nmy_blinky_sim\n target in the example below has t
 he following settings:\n\n\n$ newt target show\ntargets/my_blinky_sim\n    app=apps/blinky\n    bsp=@apache-mynewt-core/hw/bsp/native\n    build_profile=debug\n$ ls my_blinky_sim/\npkg.yml     target.yml\n\n\n\n\n\nIn general, the three basic parameters of a target (\napp\n, \nbsp\n, and \nbuild_profile\n) are stored in the \ntarget.yml\n file in that target's build directory under \ntargets\n. You will also see a \npkg.yml\n file in the same directory. Since targets are packages, a \npkg.yml\n is expected. It contains typical package descriptors, dependencies, and additional parameters such as the following:\n\n\n\n\nCflags: Any additional compiler flags you might want to specify to the build\n\n\nAflags: Any additional assembler flags you might want to specify to the build\n\n\nLflags: Any additional linker flags you might want to specify to the build\n\n\nfeatures: Any system level features you want to enable.\n\n\n\n\n\n\nResolving dependencies\n\n\nWhen newt is told to build a 
 project, it will:\n\n\n\n\nfind the top-level project.yml file\n\n\nrecurse the packages in the package tree, and build a list of all \nsource packages\n\n\n\n\nNewt then looks at the target that the user set, for example, blinky_sim:\n\n\n$ more targets/my_blinky_sim/\npkg.yml     target.yml\n$ more targets/my_blinky_sim/target.yml\n### Target: targets/my_blinky_sim\ntarget.app: \napps/blinky\n\ntarget.bsp: \n@apache-mynewt-core/hw/bsp/native\n\ntarget.build_profile: \ndebug\n\n\n\n\n\n\n\n\nThe target specifies two major things:\n\n\n\n\nApplication (target.app): The application to build\n\n\nBoard Support Package (target.bsp): The board support package to build \nalong with that application.\n\n\n\n\nNewt goes and builds the dependency tree specified by all the packages. While building this tree, it does a few other things:\n\n\n\n\nAny package that depends on another package, automatically gets the include directories from the package it includes.  Include directories in the\nne
 wt structure must always be prefixed by the package name. For example, libs/os has the following include tree and its include directory files contains the package name \"os\" before any header files.  This is so in order to avoid any header file conflicts.\n\n\n\n\n$ tree\n.\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 include\n\u2502\u00a0\u00a0 \u2514\u2500\u2500 os\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 arch\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u251c\u2500\u2500 cortex_m0\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u2502\u00a0\u00a0 \u2514\u2500\u2500 os\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u2502\u00a0\u00a0     \u2514\u2500\u2500 os_arch.h\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u251c\u2500\u2500 cortex_m4\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u2502\u00a0\u00a0 \u2514\u2500\u2500 os\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u2502\u00a0\u00a0     \u2514\u2500\u2500 os_arch.h\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u2514\u2500\u2500 sim\n\u25
 02\u00a0\u00a0     \u2502\u00a0\u00a0     \u2514\u2500\u2500 os\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0         \u2514\u2500\u2500 os_arch.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 endian.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_callout.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_cfg.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_eventq.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_heap.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_malloc.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_mbuf.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_mempool.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_mutex.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_sanity.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_sched.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_sem.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_task.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_test.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_time.h
 \n\u2502\u00a0\u00a0     \u2514\u2500\u2500 queue.h\n\u251c\u2500\u2500 pkg.yml\n\u2514\u2500\u2500 src\n    \u251c\u2500\u2500 arch\n\nsnip\n\n\n\n\n\n\n\n\n\n\n\n\nAPI requirements are validated.  Packages can export APIs they \nimplement, (i.e. pkg.api: hw-hal-impl), and other packages can require \nthose APIs (i.e. pkg.req_api: hw-hal-impl).\n\n\n\n\n\n\n\"Features\" options are supported.  Packages can change what dependencies \nthey have, or what flags they are using based upon what features are enabled in the system.  As an example, many packages will add additional software, based on whether the shell package is present.  To do this, they can overwrite cflags or deps based upon the shell \"feature.\"\n\n\n\n\n\n\npkg.cflags.SHELL: -DSHELL_PRESENT\n\n\n\n\n\n\n\nIn order to properly resolve all dependencies in the build system, Newt recursively processes the package dependencies until there are no new dependencies or features (because features can add dependencies.)  And it b
 uilds a big list of all the packages that need to be build.\n\n\nNewt then goes through this package list, and builds every package into \nan archive file.\n\n\nNOTE:\n The Newt tool generates compiler dependencies for all of these packages, and only rebuilds the packages whose dependencies have changed. Changes in package \n project dependencies are also taken into account. It is smart, after all!\n\n\nProducing artifacts\n\n\nOnce Newt has built all the archive files, it then links the archive files together.  The linkerscript to use is specified by the board support package (BSP.)\n\n\nNOTE: One common use of the \"features\" option above is to overwrite \nwhich linkerscript is used, based upon whether or not the BSP is being \nbuild for a raw image, bootable image or bootloader itself.\n\n\nThe newt tool places all of it's artifacts into the bin/ directory at \nthe top-level of the project, prefixed by the target name being built, \nfor example:\n\n\n$ tree -L 4 bin/\nbin/\n\u25
 14\u2500\u2500 my_blinky_sim\n     \u251c\u2500\u2500 apps\n     \u2502   \u2514\u2500\u2500 blinky\n     \u2502       \u251c\u2500\u2500 blinky.a\n     \u2502       \u251c\u2500\u2500 blinky.a.cmd\n     \u2502       \u251c\u2500\u2500 blinky.elf\n     \u2502       \u251c\u2500\u2500 blinky.elf.cmd\n     \u2502       \u251c\u2500\u2500 blinky.elf.dSYM\n     \u2502       \u251c\u2500\u2500 blinky.elf.lst\n     \u2502       \u251c\u2500\u2500 main.d\n     \u2502       \u251c\u2500\u2500 main.o\n     \u2502       \u2514\u2500\u2500 main.o.cmd\n     \u251c\u2500\u2500 hw\n     \u2502   \u251c\u2500\u2500 bsp\n     \u2502   \u2502   \u2514\u2500\u2500 native\n     \u2502   \u251c\u2500\u2500 hal\n     \u2502   \u2502   \u251c\u2500\u2500 flash_map.d\n     \u2502   \u2502   \u251c\u2500\u2500 flash_map.o\n\nsnip\n\n\n\n\n\n\n\n\nAs you can see, a number of files are generated:\n\n\n\n\nArchive File\n\n\n*.cmd: The command use to generate the object or archive file\n\n\n*.lst: The list fil
 e where symbols are located\n\n\n*.o The object files that get put into the archive file\n\n\n\n\nDownload/Debug Support\n\n\nOnce a target has been build, there are a number of helper functions \nthat work on the target.  These are:\n\n\n\n\ndownload\n     Download built target to board\n\n\ndebug\n        Open debugger session to target\n\n\nsize         Size of target components\n\n\ncreate-image Add image header to target binary\n\n\n\n\nDownload and debug handles driving GDB and the system debugger.  These \ncommands call out to scripts that are defined by the BSP.\n\n\n$ more repos/apache-mynewt-core/hw/bsp/nrf52pdk/nrf52pdk_debug.sh\n\nsnip\n\n#\nif [ $# -lt 1 ]; then\n     echo \nNeed binary to download\n\n     exit 1\nfi\n\nFILE_NAME=$2.elf\nGDB_CMD_FILE=.gdb_cmds\n\necho \nDebugging\n $FILE_NAME\n\n# Monitor mode. Background process gets it\ns own process group.\nset -m\nJLinkGDBServer -device nRF52 -speed 4000 -if SWD -port 3333 -singlerun \n\nset +m\n\necho \ntarget remo
 te localhost:3333\n \n $GDB_CMD_FILE\n\narm-none-eabi-gdb -x $GDB_CMD_FILE $FILE_NAME\n\nrm $GDB_CMD_FILE\n\n\n\n\n\nThe idea is that every BSP will add support for the debugger environment \nfor that board.  That way common tools can be used across various development boards and kits.\n\n\nNOTE:\n Both for compiler definitions and debugger scripts, the plan is to \ncreate Dockerizable containers of these toolchains.  This should make \nthings much easier to support across Mac OS X, Linux and Windows.  Newt \nwill know how to call out to Docker to perform these processes.", 
+            "text": "Newt Tool - Theory of Operations\n\n\nNewt has a fairly smart package manager that can read a directory tree, build a dependency tree, and emit the right build artifacts.\n\n\nBuilding dependencies\n\n\nNewt can read a directory tree, build a dependency tree, and emit the right build artifacts.  An example newt source tree is in incubator-mynewt-blinky/develop:\n\n\n$ tree -L 3 \n.\n\u251c\u2500\u2500 DISCLAIMER\n\u251c\u2500\u2500 LICENSE\n\u251c\u2500\u2500 NOTICE\n\u251c\u2500\u2500 README.md\n\n\u251c\u2500\u2500 apps\n\n\u2502   \u2514\u2500\u2500 blinky\n\u2502       \u251c\u2500\u2500 pkg.yml\n\u2502       \u2514\u2500\u2500 src\n\u251c\u2500\u2500 project.yml\n\n\u2514\u2500\u2500 targets\n\n     \u251c\u2500\u2500 my_blinky_sim\n     \u2502   \u251c\u2500\u2500 pkg.yml\n     \u2502   \u2514\u2500\u2500 target.yml\n     \u2514\u2500\u2500 unittest\n         \u251c\u2500\u2500 pkg.yml\n         \u2514\u2500\u2500 target.yml\n\n6 directories, 10 files\n\n\
 n\n\n\n\n\nWhen Newt sees a directory tree that contains a \"project.yml\" file it knows that it is in the base directory of a project, and automatically builds a package tree. You can see that there are two essential package directories, \"apps\" and \"targets.\" \n\n\n\n\n\"apps\" Package Directory\n\n\napps\n is where applications are stored, and applications are where the main() function is contained.  The base project directory comes with one simple app called \nblinky\n in the \napps\n directory. The core repository \n@apache-mynewt-core\n comes with many additional sample apps in its \napps\n directory. At the time of this writing, there are several example BLE apps, the boot app, slinky app for using newt manager protocol, and more in that directory.\n\n\n@~/dev/myproj$ ls repos/apache-mynewt-core/apps/\nblecent     bleprph_oic bleuart     ffs2native  slinky_oic  test\nblehci      bletest     boot        ocf_sample  spitest     timtest\nbleprph     bletiny     fat2native  sl
 inky      splitty\n\n\n\n\n\nAlong with the \ntargets\n directory, \napps\n represents the top-level of the build tree for the particular project, and define the dependencies and features for the rest of the system. Mynewt users and developers can add their own apps to the project's \napps\n directory.   \n\n\nThe app definition is contained in a \npkg.yml\n file. For example, blinky's \npkg.yml\n file is:\n\n\n$ more apps/blinky/pkg.yml\n\nsnip\n\npkg.name: apps/blinky\npkg.type: app\npkg.description: Basic example application which blinks an LED.\npkg.author: \nApache Mynewt \ndev@mynewt.incubator.apache.org\n\npkg.homepage: \nhttp://mynewt.apache.org/\n\npkg.keywords:\n\npkg.deps:\n    - \n@apache-mynewt-core/kernel/os\n\n    - \n@apache-mynewt-core/hw/hal\n\n    - \n@apache-mynewt-core/sys/console/full\n\n\n\n\n\n\n\n\nThis file says that the name of the package is apps/blinky, and it \ndepends on kernel/os, hw/hal and sys/console/full packages.\n\n\nNOTE:\n @apache-mynewt-core 
 is a repository descriptor, and this will be \ncovered in the \"repository\" section. \n\n\n\n\n\"targets\" Package Directory\n\n\ntargets\n is where targets are stored, and each target is a collection of parameters that must be passed to Newt in order to generate a reproducible build. Along with the \napps\n directory, \ntargets\n represents the top of the build tree. Any packages or parameters specified at the target level cascades down to all dependencies.\n\n\nMost targets consist of:\n\n\n\n\napp: The application to build\n\n\nbsp: The board support package to combine with that application\n\n\nbuild_profile: Either debug or optimized.\n\n\n\n\nThe \nmy_blinky_sim\n target that is included by default has the following settings:\n\n\n$ newt target show\ntargets/my_blinky_sim\n    app=apps/blinky\n    bsp=@apache-mynewt-core/hw/bsp/native\n    build_profile=debug\n$ ls targets/my_blinky_sim/\npkg.yml     target.yml\n\n\n\n\n\nThere are helper functions to aid the developer specif
 y parameters for a target. \n\n\n\n\nvals\n: Displays all valid values for the specified parameter type (e.g. bsp for a target)\n\n\ntarget show\n: Displays the build artifacts for specified or all targets\n\n\n\n\nIn general, the three basic parameters of a target (\napp\n, \nbsp\n, and \nbuild_profile\n) are stored in the \ntarget.yml\n file in that target's build directory under \ntargets\n. You will also see a \npkg.yml\n file in the same directory. Since targets are packages, a \npkg.yml\n is expected. It contains typical package descriptors, dependencies, and additional parameters such as the following:\n\n\n\n\nCflags: Any additional compiler flags you might want to specify to the build\n\n\nAflags: Any additional assembler flags you might want to specify to the build\n\n\nLflags: Any additional linker flags you might want to specify to the build\n\n\n\n\n\n\nResolving dependencies\n\n\nWhen newt is told to build a project, it will:\n\n\n\n\nfind the top-level project.yml fil
 e\n\n\nrecurse the packages in the package tree, and build a list of all \nsource packages\n\n\n\n\nNewt then looks at the target that the user set, for example, blinky_sim:\n\n\n$ more targets/my_blinky_sim/\npkg.yml     target.yml\n$ more targets/my_blinky_sim/target.yml\n### Target: targets/my_blinky_sim\ntarget.app: \napps/blinky\n\ntarget.bsp: \n@apache-mynewt-core/hw/bsp/native\n\ntarget.build_profile: \ndebug\n\n\n\n\n\n\n\n\nThe target specifies two major things:\n\n\n\n\nApplication (target.app): The application to build\n\n\nBoard Support Package (target.bsp): The board support package to build \nalong with that application.\n\n\n\n\nNewt goes and builds the dependency tree specified by all the packages. While building this tree, it does a few other things:\n\n\n\n\nAny package that depends on another package, automatically gets the include directories from the package it includes.  Include directories in the\nnewt structure must always be prefixed by the package name. For
  example, libs/os has the following include tree and its include directory files contains the package name \"os\" before any header files.  This is so in order to avoid any header file conflicts.\n\n\n\n\n$ tree\n.\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 include\n\u2502\u00a0\u00a0 \u2514\u2500\u2500 os\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 arch\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u251c\u2500\u2500 cortex_m0\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u2502\u00a0\u00a0 \u2514\u2500\u2500 os\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u2502\u00a0\u00a0     \u2514\u2500\u2500 os_arch.h\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u251c\u2500\u2500 cortex_m4\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u2502\u00a0\u00a0 \u2514\u2500\u2500 os\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u2502\u00a0\u00a0     \u2514\u2500\u2500 os_arch.h\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u2514\u2500\u2500 sim\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0     \u2514\u2500\u2500 
 os\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0         \u2514\u2500\u2500 os_arch.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 endian.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_callout.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_cfg.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_eventq.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_heap.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_malloc.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_mbuf.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_mempool.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_mutex.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_sanity.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_sched.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_sem.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_task.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_test.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_time.h\n\u2502\u00a0\u00a0     \u2514\u2500\u2500 queue.h\n\u251c\u
 2500\u2500 pkg.yml\n\u2514\u2500\u2500 src\n    \u251c\u2500\u2500 arch\n\nsnip\n\n\n\n\n\n\n\n\n\n\nAPI requirements are validated.  Packages can export APIs they \nimplement, (i.e. pkg.api: hw-hal-impl), and other packages can require \nthose APIs (i.e. pkg.req_api: hw-hal-impl).\n\n\n\n\nIn order to properly resolve all dependencies in the build system, Newt recursively processes the package dependencies until there are no new dependencies or features (because features can add dependencies.)  And it builds a big list of all the packages that need to be build.\n\n\nNewt then goes through this package list, and builds every package into \nan archive file.\n\n\nNOTE:\n The Newt tool generates compiler dependencies for all of these packages, and only rebuilds the packages whose dependencies have changed. Changes in package \n project dependencies are also taken into account. It is smart, after all!\n\n\nProducing artifacts\n\n\nOnce Newt has built all the archive files, it then links
  the archive files together.  The linkerscript to use is specified by the board support package (BSP.)\n\n\nNOTE: One common use of the \"features\" option above is to overwrite \nwhich linkerscript is used, based upon whether or not the BSP is being \nbuild for a raw image, bootable image or bootloader itself.\n\n\nThe newt tool places all of it's artifacts into the bin/ directory at \nthe top-level of the project, prefixed by the target name being built, \nfor example:\n\n\n$ tree -L 4 bin/\nbin/\n\u2514\u2500\u2500 my_blinky_sim\n     \u251c\u2500\u2500 apps\n     \u2502   \u2514\u2500\u2500 blinky\n     \u2502       \u251c\u2500\u2500 blinky.a\n     \u2502       \u251c\u2500\u2500 blinky.a.cmd\n     \u2502       \u251c\u2500\u2500 blinky.elf\n     \u2502       \u251c\u2500\u2500 blinky.elf.cmd\n     \u2502       \u251c\u2500\u2500 blinky.elf.dSYM\n     \u2502       \u251c\u2500\u2500 blinky.elf.lst\n     \u2502       \u251c\u2500\u2500 main.d\n     \u2502       \u251c\u2500\u250
 0 main.o\n     \u2502       \u2514\u2500\u2500 main.o.cmd\n     \u251c\u2500\u2500 hw\n     \u2502   \u251c\u2500\u2500 bsp\n     \u2502   \u2502   \u2514\u2500\u2500 native\n     \u2502   \u251c\u2500\u2500 hal\n     \u2502   \u2502   \u251c\u2500\u2500 flash_map.d\n     \u2502   \u2502   \u251c\u2500\u2500 flash_map.o\n\nsnip\n\n\n\n\n\n\n\n\nAs you can see, a number of files are generated:\n\n\n\n\nArchive File\n\n\n*.cmd: The command use to generate the object or archive file\n\n\n*.lst: The list file where symbols are located\n\n\n*.o The object files that get put into the archive file\n\n\n\n\nDownload/Debug Support\n\n\nOnce a target has been build, there are a number of helper functions \nthat work on the target.  These are:\n\n\n\n\nload\n     Download built target to board\n\n\ndebug\n        Open debugger session to target\n\n\nsize\n         Size of target components\n\n\ncreate-image\n  Add image header to target binary\n\n\nrun\n  The equivalent of build, create-image,
  load, and debug on specified target\n\n\n\n\nload\n and \ndebug\n handles driving GDB and the system debugger.  These \ncommands call out to scripts that are defined by the BSP.\n\n\n$ more repos/apache-mynewt-core/hw/bsp/nrf52dk/nrf52dk_debug.sh\n\nsnip\n\n. $CORE_PATH/hw/scripts/jlink.sh\n\nFILE_NAME=$BIN_BASENAME.elf\n\nif [ $# -gt 2 ]; then\n    SPLIT_ELF_NAME=$3.elf\n    # TODO -- this magic number 0x42000 is the location of the second image\n    # slot. we should either get this from a flash map file or somehow learn\n    # this from the image itself\n    EXTRA_GDB_CMDS=\nadd-symbol-file $SPLIT_ELF_NAME 0x8000 -readnow\n\nfi\n\nJLINK_DEV=\nnRF52\n\n\njlink_debug\n\n\n\n\n\nThe idea is that every BSP will add support for the debugger environment \nfor that board.  That way common tools can be used across various development boards and kits.", 
             "title": "Newt Theory of Ops"
         }, 
         {
@@ -9942,17 +9997,17 @@
         }, 
         {
             "location": "/newt/newt_operation/#apps-package-directory", 
-            "text": "apps  is where applications are stored, and applications are where the main() function is contained.  Along with the  targets  directory,  apps  represents the top-level of the build tree, and define the dependencies and features for the rest of the system.  The app definition is contained in a  pkg.yml  file. An example of blinky's  pkg.yml  file is:  $ more apps/blinky/pkg.yml snip \npkg.name: apps/blinky\npkg.vers: 0.8.0\npkg.description: Basic example application which blinks an LED.\npkg.author:  Apache Mynewt  dev@mynewt.incubator.apache.org \npkg.homepage:  http://mynewt.apache.org/ \npkg.repository:\npkg.keywords:\n\npkg.deps:\n     -  @apache-mynewt-core/libs/os \n     -  @apache-mynewt-core/hw/hal \n     -  @apache-mynewt-core/libs/console/full    This file says that the name of the package is apps/blinky, and it \ndepends on libs/os, hw/hal and libs/console/full packages.  NOTE:  @apache-mynewt-core is a repository descriptor, and this will be \ncover
 ed in the \"repository\" section.", 
+            "text": "apps  is where applications are stored, and applications are where the main() function is contained.  The base project directory comes with one simple app called  blinky  in the  apps  directory. The core repository  @apache-mynewt-core  comes with many additional sample apps in its  apps  directory. At the time of this writing, there are several example BLE apps, the boot app, slinky app for using newt manager protocol, and more in that directory.  @~/dev/myproj$ ls repos/apache-mynewt-core/apps/\nblecent     bleprph_oic bleuart     ffs2native  slinky_oic  test\nblehci      bletest     boot        ocf_sample  spitest     timtest\nbleprph     bletiny     fat2native  slinky      splitty  Along with the  targets  directory,  apps  represents the top-level of the build tree for the particular project, and define the dependencies and features for the rest of the system. Mynewt users and developers can add their own apps to the project's  apps  directory.     The app
  definition is contained in a  pkg.yml  file. For example, blinky's  pkg.yml  file is:  $ more apps/blinky/pkg.yml snip \npkg.name: apps/blinky\npkg.type: app\npkg.description: Basic example application which blinks an LED.\npkg.author:  Apache Mynewt  dev@mynewt.incubator.apache.org \npkg.homepage:  http://mynewt.apache.org/ \npkg.keywords:\n\npkg.deps:\n    -  @apache-mynewt-core/kernel/os \n    -  @apache-mynewt-core/hw/hal \n    -  @apache-mynewt-core/sys/console/full    This file says that the name of the package is apps/blinky, and it \ndepends on kernel/os, hw/hal and sys/console/full packages.  NOTE:  @apache-mynewt-core is a repository descriptor, and this will be \ncovered in the \"repository\" section.", 
             "title": "\"apps\" Package Directory"
         }, 
         {
             "location": "/newt/newt_operation/#targets-package-directory", 
-            "text": "targets  is where targets are stored, and each target is a collection of parameters that must be passed to Newt in order to generate a reproducible build. Along with the  apps  directory,  targets  represents the top of the build tree. Any packages or parameters specified at the target level cascades down to all dependencies.  Most targets consist of:   app: The application to build  bsp: The board support package to combine with that application  build_profile: Either debug or optimized.   The  my_blinky_sim  target in the example below has the following settings:  $ newt target show\ntargets/my_blinky_sim\n    app=apps/blinky\n    bsp=@apache-mynewt-core/hw/bsp/native\n    build_profile=debug\n$ ls my_blinky_sim/\npkg.yml     target.yml  In general, the three basic parameters of a target ( app ,  bsp , and  build_profile ) are stored in the  target.yml  file in that target's build directory under  targets . You will also see a  pkg.yml  file in the same direct
 ory. Since targets are packages, a  pkg.yml  is expected. It contains typical package descriptors, dependencies, and additional parameters such as the following:   Cflags: Any additional compiler flags you might want to specify to the build  Aflags: Any additional assembler flags you might want to specify to the build  Lflags: Any additional linker flags you might want to specify to the build  features: Any system level features you want to enable.", 
+            "text": "targets  is where targets are stored, and each target is a collection of parameters that must be passed to Newt in order to generate a reproducible build. Along with the  apps  directory,  targets  represents the top of the build tree. Any packages or parameters specified at the target level cascades down to all dependencies.  Most targets consist of:   app: The application to build  bsp: The board support package to combine with that application  build_profile: Either debug or optimized.   The  my_blinky_sim  target that is included by default has the following settings:  $ newt target show\ntargets/my_blinky_sim\n    app=apps/blinky\n    bsp=@apache-mynewt-core/hw/bsp/native\n    build_profile=debug\n$ ls targets/my_blinky_sim/\npkg.yml     target.yml  There are helper functions to aid the developer specify parameters for a target.    vals : Displays all valid values for the specified parameter type (e.g. bsp for a target)  target show : Displays the build art
 ifacts for specified or all targets   In general, the three basic parameters of a target ( app ,  bsp , and  build_profile ) are stored in the  target.yml  file in that target's build directory under  targets . You will also see a  pkg.yml  file in the same directory. Since targets are packages, a  pkg.yml  is expected. It contains typical package descriptors, dependencies, and additional parameters such as the following:   Cflags: Any additional compiler flags you might want to specify to the build  Aflags: Any additional assembler flags you might want to specify to the build  Lflags: Any additional linker flags you might want to specify to the build", 
             "title": "\"targets\" Package Directory"
         }, 
         {
             "location": "/newt/newt_operation/#resolving-dependencies", 
-            "text": "When newt is told to build a project, it will:   find the top-level project.yml file  recurse the packages in the package tree, and build a list of all \nsource packages   Newt then looks at the target that the user set, for example, blinky_sim:  $ more targets/my_blinky_sim/\npkg.yml     target.yml\n$ more targets/my_blinky_sim/target.yml\n### Target: targets/my_blinky_sim\ntarget.app:  apps/blinky \ntarget.bsp:  @apache-mynewt-core/hw/bsp/native \ntarget.build_profile:  debug    The target specifies two major things:   Application (target.app): The application to build  Board Support Package (target.bsp): The board support package to build \nalong with that application.   Newt goes and builds the dependency tree specified by all the packages. While building this tree, it does a few other things:   Any package that depends on another package, automatically gets the include directories from the package it includes.  Include directories in the\nnewt structure mus
 t always be prefixed by the package name. For example, libs/os has the following include tree and its include directory files contains the package name \"os\" before any header files.  This is so in order to avoid any header file conflicts.   $ tree\n.\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 include\n\u2502\u00a0\u00a0 \u2514\u2500\u2500 os\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 arch\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u251c\u2500\u2500 cortex_m0\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u2502\u00a0\u00a0 \u2514\u2500\u2500 os\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u2502\u00a0\u00a0     \u2514\u2500\u2500 os_arch.h\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u251c\u2500\u2500 cortex_m4\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u2502\u00a0\u00a0 \u2514\u2500\u2500 os\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u2502\u00a0\u00a0     \u2514\u2500\u2500 os_arch.h\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u2514\u2500\u2500 sim\n\u2502\u00a0\u00a0     \u25
 02\u00a0\u00a0     \u2514\u2500\u2500 os\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0         \u2514\u2500\u2500 os_arch.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 endian.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_callout.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_cfg.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_eventq.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_heap.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_malloc.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_mbuf.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_mempool.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_mutex.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_sanity.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_sched.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_sem.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_task.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_test.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_time.h\n\u2502\u00a0\u00a0   
   \u2514\u2500\u2500 queue.h\n\u251c\u2500\u2500 pkg.yml\n\u2514\u2500\u2500 src\n    \u251c\u2500\u2500 arch snip      API requirements are validated.  Packages can export APIs they \nimplement, (i.e. pkg.api: hw-hal-impl), and other packages can require \nthose APIs (i.e. pkg.req_api: hw-hal-impl).    \"Features\" options are supported.  Packages can change what dependencies \nthey have, or what flags they are using based upon what features are enabled in the system.  As an example, many packages will add additional software, based on whether the shell package is present.  To do this, they can overwrite cflags or deps based upon the shell \"feature.\"    pkg.cflags.SHELL: -DSHELL_PRESENT   In order to properly resolve all dependencies in the build system, Newt recursively processes the package dependencies until there are no new dependencies or features (because features can add dependencies.)  And it builds a big list of all the packages that need to be build.  Newt then goes thr
 ough this package list, and builds every package into \nan archive file.  NOTE:  The Newt tool generates compiler dependencies for all of these packages, and only rebuilds the packages whose dependencies have changed. Changes in package   project dependencies are also taken into account. It is smart, after all!", 
+            "text": "When newt is told to build a project, it will:   find the top-level project.yml file  recurse the packages in the package tree, and build a list of all \nsource packages   Newt then looks at the target that the user set, for example, blinky_sim:  $ more targets/my_blinky_sim/\npkg.yml     target.yml\n$ more targets/my_blinky_sim/target.yml\n### Target: targets/my_blinky_sim\ntarget.app:  apps/blinky \ntarget.bsp:  @apache-mynewt-core/hw/bsp/native \ntarget.build_profile:  debug    The target specifies two major things:   Application (target.app): The application to build  Board Support Package (target.bsp): The board support package to build \nalong with that application.   Newt goes and builds the dependency tree specified by all the packages. While building this tree, it does a few other things:   Any package that depends on another package, automatically gets the include directories from the package it includes.  Include directories in the\nnewt structure mus
 t always be prefixed by the package name. For example, libs/os has the following include tree and its include directory files contains the package name \"os\" before any header files.  This is so in order to avoid any header file conflicts.   $ tree\n.\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 include\n\u2502\u00a0\u00a0 \u2514\u2500\u2500 os\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 arch\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u251c\u2500\u2500 cortex_m0\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u2502\u00a0\u00a0 \u2514\u2500\u2500 os\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u2502\u00a0\u00a0     \u2514\u2500\u2500 os_arch.h\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u251c\u2500\u2500 cortex_m4\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u2502\u00a0\u00a0 \u2514\u2500\u2500 os\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u2502\u00a0\u00a0     \u2514\u2500\u2500 os_arch.h\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u2514\u2500\u2500 sim\n\u2502\u00a0\u00a0     \u25
 02\u00a0\u00a0     \u2514\u2500\u2500 os\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0         \u2514\u2500\u2500 os_arch.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 endian.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_callout.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_cfg.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_eventq.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_heap.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_malloc.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_mbuf.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_mempool.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_mutex.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_sanity.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_sched.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_sem.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_task.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_test.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_time.h\n\u2502\u00a0\u00a0   
   \u2514\u2500\u2500 queue.h\n\u251c\u2500\u2500 pkg.yml\n\u2514\u2500\u2500 src\n    \u251c\u2500\u2500 arch snip     API requirements are validated.  Packages can export APIs they \nimplement, (i.e. pkg.api: hw-hal-impl), and other packages can require \nthose APIs (i.e. pkg.req_api: hw-hal-impl).   In order to properly resolve all dependencies in the build system, Newt recursively processes the package dependencies until there are no new dependencies or features (because features can add dependencies.)  And it builds a big list of all the packages that need to be build.  Newt then goes through this package list, and builds every package into \nan archive file.  NOTE:  The Newt tool generates compiler dependencies for all of these packages, and only rebuilds the packages whose dependencies have changed. Changes in package   project dependencies are also taken into account. It is smart, after all!", 
             "title": "Resolving dependencies"
         }, 
         {
@@ -9962,7 +10017,7 @@
         }, 
         {
             "location": "/newt/newt_operation/#downloaddebug-support", 
-            "text": "Once a target has been build, there are a number of helper functions \nthat work on the target.  These are:   download      Download built target to board  debug         Open debugger session to target  size         Size of target components  create-image Add image header to target binary   Download and debug handles driving GDB and the system debugger.  These \ncommands call out to scripts that are defined by the BSP.  $ more repos/apache-mynewt-core/hw/bsp/nrf52pdk/nrf52pdk_debug.sh snip \n#\nif [ $# -lt 1 ]; then\n     echo  Need binary to download \n     exit 1\nfi\n\nFILE_NAME=$2.elf\nGDB_CMD_FILE=.gdb_cmds\n\necho  Debugging  $FILE_NAME\n\n# Monitor mode. Background process gets it s own process group.\nset -m\nJLinkGDBServer -device nRF52 -speed 4000 -if SWD -port 3333 -singlerun  \nset +m\n\necho  target remote localhost:3333    $GDB_CMD_FILE\n\narm-none-eabi-gdb -x $GDB_CMD_FILE $FILE_NAME\n\nrm $GDB_CMD_FILE  The idea is that every BSP will add support
  for the debugger environment \nfor that board.  That way common tools can be used across various development boards and kits.  NOTE:  Both for compiler definitions and debugger scripts, the plan is to \ncreate Dockerizable containers of these toolchains.  This should make \nthings much easier to support across Mac OS X, Linux and Windows.  Newt \nwill know how to call out to Docker to perform these processes.", 
+            "text": "Once a target has been build, there are a number of helper functions \nthat work on the target.  These are:   load      Download built target to board  debug         Open debugger session to target  size          Size of target components  create-image   Add image header to target binary  run   The equivalent of build, create-image, load, and debug on specified target   load  and  debug  handles driving GDB and the system debugger.  These \ncommands call out to scripts that are defined by the BSP.  $ more repos/apache-mynewt-core/hw/bsp/nrf52dk/nrf52dk_debug.sh snip \n. $CORE_PATH/hw/scripts/jlink.sh\n\nFILE_NAME=$BIN_BASENAME.elf\n\nif [ $# -gt 2 ]; then\n    SPLIT_ELF_NAME=$3.elf\n    # TODO -- this magic number 0x42000 is the location of the second image\n    # slot. we should either get this from a flash map file or somehow learn\n    # this from the image itself\n    EXTRA_GDB_CMDS= add-symbol-file $SPLIT_ELF_NAME 0x8000 -readnow \nfi\n\nJLINK_DEV= nRF52 \n
 \njlink_debug  The idea is that every BSP will add support for the debugger environment \nfor that board.  That way common tools can be used across various development boards and kits.", 
             "title": "Download/Debug Support"
         }, 
         {

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_att/ble_att/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_att/ble_att/index.html b/develop/network/ble/ble_hs/ble_att/ble_att/index.html
index 6f3a67d..fc359a6 100644
--- a/develop/network/ble/ble_hs/ble_att/ble_att/index.html
+++ b/develop/network/ble/ble_hs/ble_att/ble_att/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_att/functions/ble_att_mtu/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_att/functions/ble_att_mtu/index.html b/develop/network/ble/ble_hs/ble_att/functions/ble_att_mtu/index.html
index 8fb86ce..c8714e2 100644
--- a/develop/network/ble/ble_hs/ble_att/functions/ble_att_mtu/index.html
+++ b/develop/network/ble/ble_hs/ble_att/functions/ble_att_mtu/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 



[19/22] incubator-mynewt-site git commit: Added a tutorial to add console to blinky. Updated newt documentation. Added a Latest News button on front page

Posted by ad...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/other/functions/ble_uuid_128_to_16/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/other/functions/ble_uuid_128_to_16/index.html b/develop/network/ble/ble_hs/other/functions/ble_uuid_128_to_16/index.html
index 06db44c..87b4015 100644
--- a/develop/network/ble/ble_hs/other/functions/ble_uuid_128_to_16/index.html
+++ b/develop/network/ble/ble_hs/other/functions/ble_uuid_128_to_16/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/other/functions/ble_uuid_16_to_128/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/other/functions/ble_uuid_16_to_128/index.html b/develop/network/ble/ble_hs/other/functions/ble_uuid_16_to_128/index.html
index 2dbf7e9..ee3766a 100644
--- a/develop/network/ble/ble_hs/other/functions/ble_uuid_16_to_128/index.html
+++ b/develop/network/ble/ble_hs/other/functions/ble_uuid_16_to_128/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/other/other/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/other/other/index.html b/develop/network/ble/ble_hs/other/other/index.html
index 72c940e..3d0fcd6 100644
--- a/develop/network/ble/ble_hs/other/other/index.html
+++ b/develop/network/ble/ble_hs/other/other/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_intro/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_intro/index.html b/develop/network/ble/ble_intro/index.html
index aebd344..50c6ea1 100644
--- a/develop/network/ble/ble_intro/index.html
+++ b/develop/network/ble/ble_intro/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_sec/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_sec/index.html b/develop/network/ble/ble_sec/index.html
index b0d164f..8a582c5 100644
--- a/develop/network/ble/ble_sec/index.html
+++ b/develop/network/ble/ble_sec/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/bletiny/bletiny_GAP/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/bletiny/bletiny_GAP/index.html b/develop/network/ble/bletiny/bletiny_GAP/index.html
index 9f07ec8..ba07000 100644
--- a/develop/network/ble/bletiny/bletiny_GAP/index.html
+++ b/develop/network/ble/bletiny/bletiny_GAP/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/bletiny/bletiny_GATT/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/bletiny/bletiny_GATT/index.html b/develop/network/ble/bletiny/bletiny_GATT/index.html
index a4ab588..c59a58e 100644
--- a/develop/network/ble/bletiny/bletiny_GATT/index.html
+++ b/develop/network/ble/bletiny/bletiny_GATT/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/bletiny/bletiny_advdata/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/bletiny/bletiny_advdata/index.html b/develop/network/ble/bletiny/bletiny_advdata/index.html
index d0146fb..845ff80 100644
--- a/develop/network/ble/bletiny/bletiny_advdata/index.html
+++ b/develop/network/ble/bletiny/bletiny_advdata/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/bletiny/bletiny_api/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/bletiny/bletiny_api/index.html b/develop/network/ble/bletiny/bletiny_api/index.html
index c6ab737..5dfc6d2 100644
--- a/develop/network/ble/bletiny/bletiny_api/index.html
+++ b/develop/network/ble/bletiny/bletiny_api/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ini_stack/ble_add_cpu/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ini_stack/ble_add_cpu/index.html b/develop/network/ble/ini_stack/ble_add_cpu/index.html
index f1a66bf..8d93a9d 100644
--- a/develop/network/ble/ini_stack/ble_add_cpu/index.html
+++ b/develop/network/ble/ini_stack/ble_add_cpu/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ini_stack/ble_consolepkg/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ini_stack/ble_consolepkg/index.html b/develop/network/ble/ini_stack/ble_consolepkg/index.html
index 55ecacd..e53e820 100644
--- a/develop/network/ble/ini_stack/ble_consolepkg/index.html
+++ b/develop/network/ble/ini_stack/ble_consolepkg/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ini_stack/ble_controller_ini/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ini_stack/ble_controller_ini/index.html b/develop/network/ble/ini_stack/ble_controller_ini/index.html
index 99ae24f..bcf3752 100644
--- a/develop/network/ble/ini_stack/ble_controller_ini/index.html
+++ b/develop/network/ble/ini_stack/ble_controller_ini/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ini_stack/ble_devadd/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ini_stack/ble_devadd/index.html b/develop/network/ble/ini_stack/ble_devadd/index.html
index 249b3b9..80583d6 100644
--- a/develop/network/ble/ini_stack/ble_devadd/index.html
+++ b/develop/network/ble/ini_stack/ble_devadd/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ini_stack/ble_host_ini/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ini_stack/ble_host_ini/index.html b/develop/network/ble/ini_stack/ble_host_ini/index.html
index b545760..d4412ad 100644
--- a/develop/network/ble/ini_stack/ble_host_ini/index.html
+++ b/develop/network/ble/ini_stack/ble_host_ini/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ini_stack/ble_ini_intro/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ini_stack/ble_ini_intro/index.html b/develop/network/ble/ini_stack/ble_ini_intro/index.html
index 0c34f9e..c2637b8 100644
--- a/develop/network/ble/ini_stack/ble_ini_intro/index.html
+++ b/develop/network/ble/ini_stack/ble_ini_intro/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ini_stack/ble_mempool/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ini_stack/ble_mempool/index.html b/develop/network/ble/ini_stack/ble_mempool/index.html
index 84b1d4f..5fe0dc3 100644
--- a/develop/network/ble/ini_stack/ble_mempool/index.html
+++ b/develop/network/ble/ini_stack/ble_mempool/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ini_stack/ble_parent_ini/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ini_stack/ble_parent_ini/index.html b/develop/network/ble/ini_stack/ble_parent_ini/index.html
index 87a2e75..fdac53b 100644
--- a/develop/network/ble/ini_stack/ble_parent_ini/index.html
+++ b/develop/network/ble/ini_stack/ble_parent_ini/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ini_stack/ble_statpkg/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ini_stack/ble_statpkg/index.html b/develop/network/ble/ini_stack/ble_statpkg/index.html
index ca0bde3..bddc07e 100644
--- a/develop/network/ble/ini_stack/ble_statpkg/index.html
+++ b/develop/network/ble/ini_stack/ble_statpkg/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/nimble_setup/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/nimble_setup/index.html b/develop/network/ble/nimble_setup/index.html
index 7cf74e3..8af6535 100644
--- a/develop/network/ble/nimble_setup/index.html
+++ b/develop/network/ble/nimble_setup/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/newt/command_list/newt_build/index.html
----------------------------------------------------------------------
diff --git a/develop/newt/command_list/newt_build/index.html b/develop/newt/command_list/newt_build/index.html
index 52901a6..ca2b95e 100644
--- a/develop/newt/command_list/newt_build/index.html
+++ b/develop/newt/command_list/newt_build/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/newt/command_list/newt_clean/index.html
----------------------------------------------------------------------
diff --git a/develop/newt/command_list/newt_clean/index.html b/develop/newt/command_list/newt_clean/index.html
index 6f62195..f904320 100644
--- a/develop/newt/command_list/newt_clean/index.html
+++ b/develop/newt/command_list/newt_clean/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/newt/command_list/newt_create_image/index.html
----------------------------------------------------------------------
diff --git a/develop/newt/command_list/newt_create_image/index.html b/develop/newt/command_list/newt_create_image/index.html
index f3d4bfc..f86c628 100644
--- a/develop/newt/command_list/newt_create_image/index.html
+++ b/develop/newt/command_list/newt_create_image/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/newt/command_list/newt_debug/index.html
----------------------------------------------------------------------
diff --git a/develop/newt/command_list/newt_debug/index.html b/develop/newt/command_list/newt_debug/index.html
index 088a23a..2e4a1dd 100644
--- a/develop/newt/command_list/newt_debug/index.html
+++ b/develop/newt/command_list/newt_debug/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/newt/command_list/newt_help/index.html
----------------------------------------------------------------------
diff --git a/develop/newt/command_list/newt_help/index.html b/develop/newt/command_list/newt_help/index.html
index f8178a3..a933c4e 100644
--- a/develop/newt/command_list/newt_help/index.html
+++ b/develop/newt/command_list/newt_help/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/newt/command_list/newt_info/index.html
----------------------------------------------------------------------
diff --git a/develop/newt/command_list/newt_info/index.html b/develop/newt/command_list/newt_info/index.html
index 651f5df..939c82a 100644
--- a/develop/newt/command_list/newt_info/index.html
+++ b/develop/newt/command_list/newt_info/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/newt/command_list/newt_install/index.html
----------------------------------------------------------------------
diff --git a/develop/newt/command_list/newt_install/index.html b/develop/newt/command_list/newt_install/index.html
index 97db1bd..3f1da92 100644
--- a/develop/newt/command_list/newt_install/index.html
+++ b/develop/newt/command_list/newt_install/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/newt/command_list/newt_load/index.html
----------------------------------------------------------------------
diff --git a/develop/newt/command_list/newt_load/index.html b/develop/newt/command_list/newt_load/index.html
index c1bbc4e..f9cb2aa 100644
--- a/develop/newt/command_list/newt_load/index.html
+++ b/develop/newt/command_list/newt_load/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/newt/command_list/newt_new/index.html
----------------------------------------------------------------------
diff --git a/develop/newt/command_list/newt_new/index.html b/develop/newt/command_list/newt_new/index.html
index 4cd718f..a587011 100644
--- a/develop/newt/command_list/newt_new/index.html
+++ b/develop/newt/command_list/newt_new/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/newt/command_list/newt_run/index.html
----------------------------------------------------------------------
diff --git a/develop/newt/command_list/newt_run/index.html b/develop/newt/command_list/newt_run/index.html
index 8958060..f6b25d2 100644
--- a/develop/newt/command_list/newt_run/index.html
+++ b/develop/newt/command_list/newt_run/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/newt/command_list/newt_size/index.html
----------------------------------------------------------------------
diff --git a/develop/newt/command_list/newt_size/index.html b/develop/newt/command_list/newt_size/index.html
index 4d39166..b0faab6 100644
--- a/develop/newt/command_list/newt_size/index.html
+++ b/develop/newt/command_list/newt_size/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/newt/command_list/newt_target/index.html
----------------------------------------------------------------------
diff --git a/develop/newt/command_list/newt_target/index.html b/develop/newt/command_list/newt_target/index.html
index 0ebb22d..baf4a74 100644
--- a/develop/newt/command_list/newt_target/index.html
+++ b/develop/newt/command_list/newt_target/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/newt/command_list/newt_test/index.html
----------------------------------------------------------------------
diff --git a/develop/newt/command_list/newt_test/index.html b/develop/newt/command_list/newt_test/index.html
index 046f535..3d9b6cc 100644
--- a/develop/newt/command_list/newt_test/index.html
+++ b/develop/newt/command_list/newt_test/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/newt/command_list/newt_upgrade/index.html
----------------------------------------------------------------------
diff --git a/develop/newt/command_list/newt_upgrade/index.html b/develop/newt/command_list/newt_upgrade/index.html
index af88dab..9cf2d9a 100644
--- a/develop/newt/command_list/newt_upgrade/index.html
+++ b/develop/newt/command_list/newt_upgrade/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/newt/command_list/newt_version/index.html
----------------------------------------------------------------------
diff --git a/develop/newt/command_list/newt_version/index.html b/develop/newt/command_list/newt_version/index.html
index 052ca3e..9afe099 100644
--- a/develop/newt/command_list/newt_version/index.html
+++ b/develop/newt/command_list/newt_version/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/newt/install/newt_linux/index.html
----------------------------------------------------------------------
diff --git a/develop/newt/install/newt_linux/index.html b/develop/newt/install/newt_linux/index.html
index 121be7c..71b87f2 100644
--- a/develop/newt/install/newt_linux/index.html
+++ b/develop/newt/install/newt_linux/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/newt/install/newt_mac/index.html
----------------------------------------------------------------------
diff --git a/develop/newt/install/newt_mac/index.html b/develop/newt/install/newt_mac/index.html
index 0d70e31..02c01ba 100644
--- a/develop/newt/install/newt_mac/index.html
+++ b/develop/newt/install/newt_mac/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/newt/newt_intro/index.html
----------------------------------------------------------------------
diff --git a/develop/newt/newt_intro/index.html b/develop/newt/newt_intro/index.html
index 1672160..be0af38 100644
--- a/develop/newt/newt_intro/index.html
+++ b/develop/newt/newt_intro/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 
@@ -423,10 +429,11 @@ bin
 <h3 id="more-operations-using-newt">More operations using Newt</h3>
 <p>Once a target has been built, Newt allows additional operations on the target.  </p>
 <ul>
-<li><strong>download</strong>: Download built target to board</li>
+<li><strong>load</strong>: Download built target to board</li>
 <li><strong>debug</strong>: Open debugger session to target</li>
 <li><strong>size</strong>: Get size of target components</li>
 <li><strong>create-image</strong>: Add image header to the binary image</li>
+<li><strong>run</strong>: Build, create image, load, and finally open a debug session with the target</li>
 </ul>
 <p>For more details on how Newt works, go to <a href="../newt_operation/">Newt - Theory of Operations</a>.</p>
 <p><br></p>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/newt/newt_operation/index.html
----------------------------------------------------------------------
diff --git a/develop/newt/newt_operation/index.html b/develop/newt/newt_operation/index.html
index 88f9541..91211c8 100644
--- a/develop/newt/newt_operation/index.html
+++ b/develop/newt/newt_operation/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 
@@ -370,28 +376,35 @@
 <p>When Newt sees a directory tree that contains a "project.yml" file it knows that it is in the base directory of a project, and automatically builds a package tree. You can see that there are two essential package directories, "apps" and "targets." </p>
 <p><br></p>
 <h4 id="apps-package-directory">"apps" Package Directory</h4>
-<p><code>apps</code> is where applications are stored, and applications are where the main() function is contained.  Along with the <code>targets</code> directory, <code>apps</code> represents the top-level of the build tree, and define the dependencies and features for the rest of the system.</p>
-<p>The app definition is contained in a <code>pkg.yml</code> file. An example of blinky's <code>pkg.yml</code> file is:</p>
+<p><code>apps</code> is where applications are stored, and applications are where the main() function is contained.  The base project directory comes with one simple app called <code>blinky</code> in the <code>apps</code> directory. The core repository <code>@apache-mynewt-core</code> comes with many additional sample apps in its <code>apps</code> directory. At the time of this writing, there are several example BLE apps, the boot app, slinky app for using newt manager protocol, and more in that directory.</p>
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">@~/dev/myproj$ ls repos/apache-mynewt-core/apps/
+blecent     bleprph_oic bleuart     ffs2native  slinky_oic  test
+blehci      bletest     boot        ocf_sample  spitest     timtest
+bleprph     bletiny     fat2native  slinky      splitty
+</pre></div>
+
+
+<p>Along with the <code>targets</code> directory, <code>apps</code> represents the top-level of the build tree for the particular project, and define the dependencies and features for the rest of the system. Mynewt users and developers can add their own apps to the project's <code>apps</code> directory.   </p>
+<p>The app definition is contained in a <code>pkg.yml</code> file. For example, blinky's <code>pkg.yml</code> file is:</p>
 <div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">$ more apps/blinky/pkg.yml
 &lt;snip&gt;
 pkg.name: apps/blinky
-pkg.vers: 0.8.0
+pkg.type: app
 pkg.description: Basic example application which blinks an LED.
 pkg.author: &quot;Apache Mynewt &lt;dev@mynewt.incubator.apache.org&gt;&quot;
 pkg.homepage: &quot;http://mynewt.apache.org/&quot;
-pkg.repository:
 pkg.keywords:
 
 pkg.deps:
-     - &quot;@apache-mynewt-core/libs/os&quot;
-     - &quot;@apache-mynewt-core/hw/hal&quot;
-     - &quot;@apache-mynewt-core/libs/console/full&quot;
+    - &quot;@apache-mynewt-core/kernel/os&quot;
+    - &quot;@apache-mynewt-core/hw/hal&quot;
+    - &quot;@apache-mynewt-core/sys/console/full&quot;
 </pre></div>
 
 
 <p><br></p>
 <p>This file says that the name of the package is apps/blinky, and it 
-depends on libs/os, hw/hal and libs/console/full packages.</p>
+depends on kernel/os, hw/hal and sys/console/full packages.</p>
 <p><strong>NOTE:</strong> @apache-mynewt-core is a repository descriptor, and this will be 
 covered in the "repository" section. </p>
 <p><br></p>
@@ -403,23 +416,27 @@ covered in the "repository" section. </p>
 <li>bsp: The board support package to combine with that application</li>
 <li>build_profile: Either debug or optimized.</li>
 </ul>
-<p>The <code>my_blinky_sim</code> target in the example below has the following settings:</p>
+<p>The <code>my_blinky_sim</code> target that is included by default has the following settings:</p>
 <div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">$ newt target show
 targets/my_blinky_sim
     app=apps/blinky
     bsp=@apache-mynewt-core/hw/bsp/native
     build_profile=debug
-$ ls my_blinky_sim/
+$ ls targets/my_blinky_sim/
 pkg.yml     target.yml
 </pre></div>
 
 
+<p>There are helper functions to aid the developer specify parameters for a target. </p>
+<ul>
+<li><strong>vals</strong>: Displays all valid values for the specified parameter type (e.g. bsp for a target)</li>
+<li><strong>target show</strong>: Displays the build artifacts for specified or all targets</li>
+</ul>
 <p>In general, the three basic parameters of a target (<code>app</code>, <code>bsp</code>, and <code>build_profile</code>) are stored in the <code>target.yml</code> file in that target's build directory under <code>targets</code>. You will also see a <code>pkg.yml</code> file in the same directory. Since targets are packages, a <code>pkg.yml</code> is expected. It contains typical package descriptors, dependencies, and additional parameters such as the following:</p>
 <ul>
 <li>Cflags: Any additional compiler flags you might want to specify to the build</li>
 <li>Aflags: Any additional assembler flags you might want to specify to the build</li>
 <li>Lflags: Any additional linker flags you might want to specify to the build</li>
-<li>features: Any system level features you want to enable.</li>
 </ul>
 <p><br></p>
 <h3 id="resolving-dependencies">Resolving dependencies</h3>
@@ -493,21 +510,10 @@ newt structure must always be prefixed by the package name. For example, libs/os
 
 <p><br></p>
 <ul>
-<li>
-<p>API requirements are validated.  Packages can export APIs they 
+<li>API requirements are validated.  Packages can export APIs they 
 implement, (i.e. pkg.api: hw-hal-impl), and other packages can require 
-those APIs (i.e. pkg.req_api: hw-hal-impl).</p>
-</li>
-<li>
-<p>"Features" options are supported.  Packages can change what dependencies 
-they have, or what flags they are using based upon what features are enabled in the system.  As an example, many packages will add additional software, based on whether the shell package is present.  To do this, they can overwrite cflags or deps based upon the shell "feature."</p>
-</li>
+those APIs (i.e. pkg.req_api: hw-hal-impl).</li>
 </ul>
-<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">pkg.cflags.SHELL: -DSHELL_PRESENT
-</pre></div>
-
-
-<p><br></p>
 <p>In order to properly resolve all dependencies in the build system, Newt recursively processes the package dependencies until there are no new dependencies or features (because features can add dependencies.)  And it builds a big list of all the packages that need to be build.</p>
 <p>Newt then goes through this package list, and builds every package into 
 an archive file.</p>
@@ -556,45 +562,36 @@ bin/
 <p>Once a target has been build, there are a number of helper functions 
 that work on the target.  These are:</p>
 <ul>
-<li><strong>download</strong>     Download built target to board</li>
+<li><strong>load</strong>     Download built target to board</li>
 <li><strong>debug</strong>        Open debugger session to target</li>
-<li>size         Size of target components</li>
-<li>create-image Add image header to target binary</li>
+<li><strong>size</strong>         Size of target components</li>
+<li><strong>create-image</strong>  Add image header to target binary</li>
+<li><strong>run</strong>  The equivalent of build, create-image, load, and debug on specified target</li>
 </ul>
-<p>Download and debug handles driving GDB and the system debugger.  These 
+<p><code>load</code> and <code>debug</code> handles driving GDB and the system debugger.  These 
 commands call out to scripts that are defined by the BSP.</p>
-<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">$ more repos/apache-mynewt-core/hw/bsp/nrf52pdk/nrf52pdk_debug.sh
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">$ more repos/apache-mynewt-core/hw/bsp/nrf52dk/nrf52dk_debug.sh
 &lt;snip&gt;
-#
-if [ $# -lt 1 ]; then
-     echo &quot;Need binary to download&quot;
-     exit 1
-fi
-
-FILE_NAME=$2.elf
-GDB_CMD_FILE=.gdb_cmds
+. $CORE_PATH/hw/scripts/jlink.sh
 
-echo &quot;Debugging&quot; $FILE_NAME
+FILE_NAME=$BIN_BASENAME.elf
 
-# Monitor mode. Background process gets it&#39;s own process group.
-set -m
-JLinkGDBServer -device nRF52 -speed 4000 -if SWD -port 3333 -singlerun &amp;
-set +m
-
-echo &quot;target remote localhost:3333&quot; &gt; $GDB_CMD_FILE
+if [ $# -gt 2 ]; then
+    SPLIT_ELF_NAME=$3.elf
+    # TODO -- this magic number 0x42000 is the location of the second image
+    # slot. we should either get this from a flash map file or somehow learn
+    # this from the image itself
+    EXTRA_GDB_CMDS=&quot;add-symbol-file $SPLIT_ELF_NAME 0x8000 -readnow&quot;
+fi
 
-arm-none-eabi-gdb -x $GDB_CMD_FILE $FILE_NAME
+JLINK_DEV=&quot;nRF52&quot;
 
-rm $GDB_CMD_FILE
+jlink_debug
 </pre></div>
 
 
 <p>The idea is that every BSP will add support for the debugger environment 
 for that board.  That way common tools can be used across various development boards and kits.</p>
-<p><strong>NOTE:</strong> Both for compiler definitions and debugger scripts, the plan is to 
-create Dockerizable containers of these toolchains.  This should make 
-things much easier to support across Mac OS X, Linux and Windows.  Newt 
-will know how to call out to Docker to perform these processes.</p>
                         
                         <div class="row">
                             

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/newt/newt_ops/index.html
----------------------------------------------------------------------
diff --git a/develop/newt/newt_ops/index.html b/develop/newt/newt_ops/index.html
index 5fb51b6..3c6deb1 100644
--- a/develop/newt/newt_ops/index.html
+++ b/develop/newt/newt_ops/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/newtmgr/installing/index.html
----------------------------------------------------------------------
diff --git a/develop/newtmgr/installing/index.html b/develop/newtmgr/installing/index.html
index 91766c9..d252da3 100644
--- a/develop/newtmgr/installing/index.html
+++ b/develop/newtmgr/installing/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/newtmgr/overview/index.html
----------------------------------------------------------------------
diff --git a/develop/newtmgr/overview/index.html b/develop/newtmgr/overview/index.html
index 60bce79..70ee014 100644
--- a/develop/newtmgr/overview/index.html
+++ b/develop/newtmgr/overview/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/callout/callout/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/callout/callout/index.html b/develop/os/core_os/callout/callout/index.html
index 79c2095..a9176a6 100644
--- a/develop/os/core_os/callout/callout/index.html
+++ b/develop/os/core_os/callout/callout/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/callout/os_callout_func_init/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/callout/os_callout_func_init/index.html b/develop/os/core_os/callout/os_callout_func_init/index.html
index 2f5af65..f8633d1 100644
--- a/develop/os/core_os/callout/os_callout_func_init/index.html
+++ b/develop/os/core_os/callout/os_callout_func_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/callout/os_callout_init/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/callout/os_callout_init/index.html b/develop/os/core_os/callout/os_callout_init/index.html
index 0f10aaa..300f401 100644
--- a/develop/os/core_os/callout/os_callout_init/index.html
+++ b/develop/os/core_os/callout/os_callout_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/callout/os_callout_queued/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/callout/os_callout_queued/index.html b/develop/os/core_os/callout/os_callout_queued/index.html
index 32b42ef..8091fbb 100644
--- a/develop/os/core_os/callout/os_callout_queued/index.html
+++ b/develop/os/core_os/callout/os_callout_queued/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/callout/os_callout_reset/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/callout/os_callout_reset/index.html b/develop/os/core_os/callout/os_callout_reset/index.html
index 9c669f9..1bd9f90 100644
--- a/develop/os/core_os/callout/os_callout_reset/index.html
+++ b/develop/os/core_os/callout/os_callout_reset/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/callout/os_callout_stop/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/callout/os_callout_stop/index.html b/develop/os/core_os/callout/os_callout_stop/index.html
index df29497..dfdd822 100644
--- a/develop/os/core_os/callout/os_callout_stop/index.html
+++ b/develop/os/core_os/callout/os_callout_stop/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/context_switch/context_switch/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/context_switch/context_switch/index.html b/develop/os/core_os/context_switch/context_switch/index.html
index c47856f..0268ab7 100644
--- a/develop/os/core_os/context_switch/context_switch/index.html
+++ b/develop/os/core_os/context_switch/context_switch/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/context_switch/os_arch_ctx_sw/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/context_switch/os_arch_ctx_sw/index.html b/develop/os/core_os/context_switch/os_arch_ctx_sw/index.html
index 4e7248c..80b5f3a 100644
--- a/develop/os/core_os/context_switch/os_arch_ctx_sw/index.html
+++ b/develop/os/core_os/context_switch/os_arch_ctx_sw/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/context_switch/os_sched/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/context_switch/os_sched/index.html b/develop/os/core_os/context_switch/os_sched/index.html
index 86bff23..7587e1e 100644
--- a/develop/os/core_os/context_switch/os_sched/index.html
+++ b/develop/os/core_os/context_switch/os_sched/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/context_switch/os_sched_ctx_sw_hook/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/context_switch/os_sched_ctx_sw_hook/index.html b/develop/os/core_os/context_switch/os_sched_ctx_sw_hook/index.html
index 341f7dc..2ac0c6c 100644
--- a/develop/os/core_os/context_switch/os_sched_ctx_sw_hook/index.html
+++ b/develop/os/core_os/context_switch/os_sched_ctx_sw_hook/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/context_switch/os_sched_get_current_task/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/context_switch/os_sched_get_current_task/index.html b/develop/os/core_os/context_switch/os_sched_get_current_task/index.html
index 162bbcf..39e6bba 100644
--- a/develop/os/core_os/context_switch/os_sched_get_current_task/index.html
+++ b/develop/os/core_os/context_switch/os_sched_get_current_task/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/context_switch/os_sched_insert/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/context_switch/os_sched_insert/index.html b/develop/os/core_os/context_switch/os_sched_insert/index.html
index e2e9570..3a1d5f4 100644
--- a/develop/os/core_os/context_switch/os_sched_insert/index.html
+++ b/develop/os/core_os/context_switch/os_sched_insert/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/context_switch/os_sched_next_task/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/context_switch/os_sched_next_task/index.html b/develop/os/core_os/context_switch/os_sched_next_task/index.html
index 5f05453..4d7a3a5 100644
--- a/develop/os/core_os/context_switch/os_sched_next_task/index.html
+++ b/develop/os/core_os/context_switch/os_sched_next_task/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/context_switch/os_sched_os_timer_exp/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/context_switch/os_sched_os_timer_exp/index.html b/develop/os/core_os/context_switch/os_sched_os_timer_exp/index.html
index 6457dbd..e4b98de 100644
--- a/develop/os/core_os/context_switch/os_sched_os_timer_exp/index.html
+++ b/develop/os/core_os/context_switch/os_sched_os_timer_exp/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/context_switch/os_sched_resort/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/context_switch/os_sched_resort/index.html b/develop/os/core_os/context_switch/os_sched_resort/index.html
index 9f6bc90..33a73f9 100644
--- a/develop/os/core_os/context_switch/os_sched_resort/index.html
+++ b/develop/os/core_os/context_switch/os_sched_resort/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/context_switch/os_sched_set_current_task/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/context_switch/os_sched_set_current_task/index.html b/develop/os/core_os/context_switch/os_sched_set_current_task/index.html
index a281548..996ce6f 100644
--- a/develop/os/core_os/context_switch/os_sched_set_current_task/index.html
+++ b/develop/os/core_os/context_switch/os_sched_set_current_task/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/context_switch/os_sched_sleep/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/context_switch/os_sched_sleep/index.html b/develop/os/core_os/context_switch/os_sched_sleep/index.html
index daf5317..54ab9d3 100644
--- a/develop/os/core_os/context_switch/os_sched_sleep/index.html
+++ b/develop/os/core_os/context_switch/os_sched_sleep/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/context_switch/os_sched_wakeup/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/context_switch/os_sched_wakeup/index.html b/develop/os/core_os/context_switch/os_sched_wakeup/index.html
index 3694021..79c760a 100644
--- a/develop/os/core_os/context_switch/os_sched_wakeup/index.html
+++ b/develop/os/core_os/context_switch/os_sched_wakeup/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/event_queue/event_queue/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/event_queue/event_queue/index.html b/develop/os/core_os/event_queue/event_queue/index.html
index cc06ef7..a0297ca 100644
--- a/develop/os/core_os/event_queue/event_queue/index.html
+++ b/develop/os/core_os/event_queue/event_queue/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/event_queue/os_eventq_dflt_get/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/event_queue/os_eventq_dflt_get/index.html b/develop/os/core_os/event_queue/os_eventq_dflt_get/index.html
index fde1758..29d22b3 100644
--- a/develop/os/core_os/event_queue/os_eventq_dflt_get/index.html
+++ b/develop/os/core_os/event_queue/os_eventq_dflt_get/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/event_queue/os_eventq_dflt_set/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/event_queue/os_eventq_dflt_set/index.html b/develop/os/core_os/event_queue/os_eventq_dflt_set/index.html
index 998c228..e447660 100644
--- a/develop/os/core_os/event_queue/os_eventq_dflt_set/index.html
+++ b/develop/os/core_os/event_queue/os_eventq_dflt_set/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/event_queue/os_eventq_get/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/event_queue/os_eventq_get/index.html b/develop/os/core_os/event_queue/os_eventq_get/index.html
index 50fac05..c1f7bc0 100644
--- a/develop/os/core_os/event_queue/os_eventq_get/index.html
+++ b/develop/os/core_os/event_queue/os_eventq_get/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/event_queue/os_eventq_init/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/event_queue/os_eventq_init/index.html b/develop/os/core_os/event_queue/os_eventq_init/index.html
index 2f78997..f21bea0 100644
--- a/develop/os/core_os/event_queue/os_eventq_init/index.html
+++ b/develop/os/core_os/event_queue/os_eventq_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/event_queue/os_eventq_inited/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/event_queue/os_eventq_inited/index.html b/develop/os/core_os/event_queue/os_eventq_inited/index.html
index 6a7627c..a2cdef2 100644
--- a/develop/os/core_os/event_queue/os_eventq_inited/index.html
+++ b/develop/os/core_os/event_queue/os_eventq_inited/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/event_queue/os_eventq_put/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/event_queue/os_eventq_put/index.html b/develop/os/core_os/event_queue/os_eventq_put/index.html
index 0e6ebec..a0f896b 100644
--- a/develop/os/core_os/event_queue/os_eventq_put/index.html
+++ b/develop/os/core_os/event_queue/os_eventq_put/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/event_queue/os_eventq_remove/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/event_queue/os_eventq_remove/index.html b/develop/os/core_os/event_queue/os_eventq_remove/index.html
index b3a3282..a6d635c 100644
--- a/develop/os/core_os/event_queue/os_eventq_remove/index.html
+++ b/develop/os/core_os/event_queue/os_eventq_remove/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/heap/heap/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/heap/heap/index.html b/develop/os/core_os/heap/heap/index.html
index 4a203a8..d092469 100644
--- a/develop/os/core_os/heap/heap/index.html
+++ b/develop/os/core_os/heap/heap/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 



[05/22] incubator-mynewt-site git commit: Added a tutorial to add console to blinky. Updated newt documentation. Added a Latest News button on front page

Posted by ad...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/hal/hal_api/index.html
----------------------------------------------------------------------
diff --git a/os/modules/hal/hal_api/index.html b/os/modules/hal/hal_api/index.html
index afbd471..69e47f1 100644
--- a/os/modules/hal/hal_api/index.html
+++ b/os/modules/hal/hal_api/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/hal/hal_architecture/index.html
----------------------------------------------------------------------
diff --git a/os/modules/hal/hal_architecture/index.html b/os/modules/hal/hal_architecture/index.html
index 8177661..94cdf3b 100644
--- a/os/modules/hal/hal_architecture/index.html
+++ b/os/modules/hal/hal_architecture/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/hal/hal_cputime/hal_cpu_timer/index.html
----------------------------------------------------------------------
diff --git a/os/modules/hal/hal_cputime/hal_cpu_timer/index.html b/os/modules/hal/hal_cputime/hal_cpu_timer/index.html
index 8794c61..c6a9962 100644
--- a/os/modules/hal/hal_cputime/hal_cpu_timer/index.html
+++ b/os/modules/hal/hal_cputime/hal_cpu_timer/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/hal/hal_creation/index.html
----------------------------------------------------------------------
diff --git a/os/modules/hal/hal_creation/index.html b/os/modules/hal/hal_creation/index.html
index ddec047..7f79a18 100644
--- a/os/modules/hal/hal_creation/index.html
+++ b/os/modules/hal/hal_creation/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/hal/hal_dac/hal_dac/index.html
----------------------------------------------------------------------
diff --git a/os/modules/hal/hal_dac/hal_dac/index.html b/os/modules/hal/hal_dac/hal_dac/index.html
index 61c3fc6..b5c3b17 100644
--- a/os/modules/hal/hal_dac/hal_dac/index.html
+++ b/os/modules/hal/hal_dac/hal_dac/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/hal/hal_flash/hal_flash/index.html
----------------------------------------------------------------------
diff --git a/os/modules/hal/hal_flash/hal_flash/index.html b/os/modules/hal/hal_flash/hal_flash/index.html
index d7bc62a..79b715a 100644
--- a/os/modules/hal/hal_flash/hal_flash/index.html
+++ b/os/modules/hal/hal_flash/hal_flash/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/hal/hal_flash/hal_flash_int/index.html
----------------------------------------------------------------------
diff --git a/os/modules/hal/hal_flash/hal_flash_int/index.html b/os/modules/hal/hal_flash/hal_flash_int/index.html
index e3a590e..531269f 100644
--- a/os/modules/hal/hal_flash/hal_flash_int/index.html
+++ b/os/modules/hal/hal_flash/hal_flash_int/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/hal/hal_flash/hal_flash_map/index.html
----------------------------------------------------------------------
diff --git a/os/modules/hal/hal_flash/hal_flash_map/index.html b/os/modules/hal/hal_flash/hal_flash_map/index.html
index 35b95ce..fd516cc 100644
--- a/os/modules/hal/hal_flash/hal_flash_map/index.html
+++ b/os/modules/hal/hal_flash/hal_flash_map/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/hal/hal_gpio/hal_gpio/index.html
----------------------------------------------------------------------
diff --git a/os/modules/hal/hal_gpio/hal_gpio/index.html b/os/modules/hal/hal_gpio/hal_gpio/index.html
index 94d0fe3..4b76ab7 100644
--- a/os/modules/hal/hal_gpio/hal_gpio/index.html
+++ b/os/modules/hal/hal_gpio/hal_gpio/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/hal/hal_i2c/hal_i2c/index.html
----------------------------------------------------------------------
diff --git a/os/modules/hal/hal_i2c/hal_i2c/index.html b/os/modules/hal/hal_i2c/hal_i2c/index.html
index 07423c4..838d461 100644
--- a/os/modules/hal/hal_i2c/hal_i2c/index.html
+++ b/os/modules/hal/hal_i2c/hal_i2c/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/hal/hal_in_libraries/index.html
----------------------------------------------------------------------
diff --git a/os/modules/hal/hal_in_libraries/index.html b/os/modules/hal/hal_in_libraries/index.html
index 2eabd0f..4f3f4ad 100644
--- a/os/modules/hal/hal_in_libraries/index.html
+++ b/os/modules/hal/hal_in_libraries/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/hal/hal_pwm/hal_pwm/index.html
----------------------------------------------------------------------
diff --git a/os/modules/hal/hal_pwm/hal_pwm/index.html b/os/modules/hal/hal_pwm/hal_pwm/index.html
index a8897f7..53c9c1e 100644
--- a/os/modules/hal/hal_pwm/hal_pwm/index.html
+++ b/os/modules/hal/hal_pwm/hal_pwm/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/hal/hal_spi/hal_spi/index.html
----------------------------------------------------------------------
diff --git a/os/modules/hal/hal_spi/hal_spi/index.html b/os/modules/hal/hal_spi/hal_spi/index.html
index 267dcb6..27fea41 100644
--- a/os/modules/hal/hal_spi/hal_spi/index.html
+++ b/os/modules/hal/hal_spi/hal_spi/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/hal/hal_system/hal_sys/index.html
----------------------------------------------------------------------
diff --git a/os/modules/hal/hal_system/hal_sys/index.html b/os/modules/hal/hal_system/hal_sys/index.html
index 64cca2f..52c5609 100644
--- a/os/modules/hal/hal_system/hal_sys/index.html
+++ b/os/modules/hal/hal_system/hal_sys/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/hal/hal_uart/hal_uart/index.html
----------------------------------------------------------------------
diff --git a/os/modules/hal/hal_uart/hal_uart/index.html b/os/modules/hal/hal_uart/hal_uart/index.html
index 6af3030..8ec0089 100644
--- a/os/modules/hal/hal_uart/hal_uart/index.html
+++ b/os/modules/hal/hal_uart/hal_uart/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/imgmgr/imgmgr/index.html
----------------------------------------------------------------------
diff --git a/os/modules/imgmgr/imgmgr/index.html b/os/modules/imgmgr/imgmgr/index.html
index b352d1b..a4338b5 100644
--- a/os/modules/imgmgr/imgmgr/index.html
+++ b/os/modules/imgmgr/imgmgr/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/imgmgr/imgmgr_module_init/index.html
----------------------------------------------------------------------
diff --git a/os/modules/imgmgr/imgmgr_module_init/index.html b/os/modules/imgmgr/imgmgr_module_init/index.html
index a64053d..11ec4a1 100644
--- a/os/modules/imgmgr/imgmgr_module_init/index.html
+++ b/os/modules/imgmgr/imgmgr_module_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/imgmgr/imgr_ver_parse/index.html
----------------------------------------------------------------------
diff --git a/os/modules/imgmgr/imgr_ver_parse/index.html b/os/modules/imgmgr/imgr_ver_parse/index.html
index c1f16ac..0ac1397 100644
--- a/os/modules/imgmgr/imgr_ver_parse/index.html
+++ b/os/modules/imgmgr/imgr_ver_parse/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/imgmgr/imgr_ver_str/index.html
----------------------------------------------------------------------
diff --git a/os/modules/imgmgr/imgr_ver_str/index.html b/os/modules/imgmgr/imgr_ver_str/index.html
index 1fdff1b..f272d75 100644
--- a/os/modules/imgmgr/imgr_ver_str/index.html
+++ b/os/modules/imgmgr/imgr_ver_str/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/json/json/index.html
----------------------------------------------------------------------
diff --git a/os/modules/json/json/index.html b/os/modules/json/json/index.html
index faed05d..0875d8e 100644
--- a/os/modules/json/json/index.html
+++ b/os/modules/json/json/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/json/json_encode_object_entry/index.html
----------------------------------------------------------------------
diff --git a/os/modules/json/json_encode_object_entry/index.html b/os/modules/json/json_encode_object_entry/index.html
index 34d96cf..afd1844 100644
--- a/os/modules/json/json_encode_object_entry/index.html
+++ b/os/modules/json/json_encode_object_entry/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/json/json_encode_object_finish/index.html
----------------------------------------------------------------------
diff --git a/os/modules/json/json_encode_object_finish/index.html b/os/modules/json/json_encode_object_finish/index.html
index f219cc0..47b2a55 100644
--- a/os/modules/json/json_encode_object_finish/index.html
+++ b/os/modules/json/json_encode_object_finish/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/json/json_encode_object_key/index.html
----------------------------------------------------------------------
diff --git a/os/modules/json/json_encode_object_key/index.html b/os/modules/json/json_encode_object_key/index.html
index bcf9126..6c0de38 100644
--- a/os/modules/json/json_encode_object_key/index.html
+++ b/os/modules/json/json_encode_object_key/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/json/json_encode_object_start/index.html
----------------------------------------------------------------------
diff --git a/os/modules/json/json_encode_object_start/index.html b/os/modules/json/json_encode_object_start/index.html
index e830cfc..bd13a93 100644
--- a/os/modules/json/json_encode_object_start/index.html
+++ b/os/modules/json/json_encode_object_start/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/json/json_read_object/index.html
----------------------------------------------------------------------
diff --git a/os/modules/json/json_read_object/index.html b/os/modules/json/json_read_object/index.html
index 1f26d3f..c10e0ef 100644
--- a/os/modules/json/json_read_object/index.html
+++ b/os/modules/json/json_read_object/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/logs/logs/index.html
----------------------------------------------------------------------
diff --git a/os/modules/logs/logs/index.html b/os/modules/logs/logs/index.html
index 5ae9172..1474c14 100644
--- a/os/modules/logs/logs/index.html
+++ b/os/modules/logs/logs/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/shell/shell/index.html
----------------------------------------------------------------------
diff --git a/os/modules/shell/shell/index.html b/os/modules/shell/shell/index.html
index 5c84f99..424541b 100644
--- a/os/modules/shell/shell/index.html
+++ b/os/modules/shell/shell/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/shell/shell_cmd_register/index.html
----------------------------------------------------------------------
diff --git a/os/modules/shell/shell_cmd_register/index.html b/os/modules/shell/shell_cmd_register/index.html
index eec0c7f..fff1e61 100644
--- a/os/modules/shell/shell_cmd_register/index.html
+++ b/os/modules/shell/shell_cmd_register/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/shell/shell_nlip_input_register/index.html
----------------------------------------------------------------------
diff --git a/os/modules/shell/shell_nlip_input_register/index.html b/os/modules/shell/shell_nlip_input_register/index.html
index 417b77d..22e81df 100644
--- a/os/modules/shell/shell_nlip_input_register/index.html
+++ b/os/modules/shell/shell_nlip_input_register/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/shell/shell_nlip_output/index.html
----------------------------------------------------------------------
diff --git a/os/modules/shell/shell_nlip_output/index.html b/os/modules/shell/shell_nlip_output/index.html
index a2fe458..8b2597e 100644
--- a/os/modules/shell/shell_nlip_output/index.html
+++ b/os/modules/shell/shell_nlip_output/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/shell/shell_task_init/index.html
----------------------------------------------------------------------
diff --git a/os/modules/shell/shell_task_init/index.html b/os/modules/shell/shell_task_init/index.html
index 8d13e9b..0c9b9e9 100644
--- a/os/modules/shell/shell_task_init/index.html
+++ b/os/modules/shell/shell_task_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/stats/stats/index.html
----------------------------------------------------------------------
diff --git a/os/modules/stats/stats/index.html b/os/modules/stats/stats/index.html
index f18a353..ceda922 100644
--- a/os/modules/stats/stats/index.html
+++ b/os/modules/stats/stats/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/testutil/test_assert/index.html
----------------------------------------------------------------------
diff --git a/os/modules/testutil/test_assert/index.html b/os/modules/testutil/test_assert/index.html
index 00c252c..2ffa800 100644
--- a/os/modules/testutil/test_assert/index.html
+++ b/os/modules/testutil/test_assert/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/testutil/test_case/index.html
----------------------------------------------------------------------
diff --git a/os/modules/testutil/test_case/index.html b/os/modules/testutil/test_case/index.html
index ccc6eb9..c66a440 100644
--- a/os/modules/testutil/test_case/index.html
+++ b/os/modules/testutil/test_case/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/testutil/test_decl/index.html
----------------------------------------------------------------------
diff --git a/os/modules/testutil/test_decl/index.html b/os/modules/testutil/test_decl/index.html
index 22a6177..d4aae76 100644
--- a/os/modules/testutil/test_decl/index.html
+++ b/os/modules/testutil/test_decl/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/testutil/test_pass/index.html
----------------------------------------------------------------------
diff --git a/os/modules/testutil/test_pass/index.html b/os/modules/testutil/test_pass/index.html
index f15d911..387f27c 100644
--- a/os/modules/testutil/test_pass/index.html
+++ b/os/modules/testutil/test_pass/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/testutil/test_suite/index.html
----------------------------------------------------------------------
diff --git a/os/modules/testutil/test_suite/index.html b/os/modules/testutil/test_suite/index.html
index 8d34f14..6993f91 100644
--- a/os/modules/testutil/test_suite/index.html
+++ b/os/modules/testutil/test_suite/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/testutil/testutil/index.html
----------------------------------------------------------------------
diff --git a/os/modules/testutil/testutil/index.html b/os/modules/testutil/testutil/index.html
index 6ed0805..29e49d2 100644
--- a/os/modules/testutil/testutil/index.html
+++ b/os/modules/testutil/testutil/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/testutil/tu_init/index.html
----------------------------------------------------------------------
diff --git a/os/modules/testutil/tu_init/index.html b/os/modules/testutil/tu_init/index.html
index ee33ac8..c1bd067 100644
--- a/os/modules/testutil/tu_init/index.html
+++ b/os/modules/testutil/tu_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/testutil/tu_restart/index.html
----------------------------------------------------------------------
diff --git a/os/modules/testutil/tu_restart/index.html b/os/modules/testutil/tu_restart/index.html
index 9e3e530..749d072 100644
--- a/os/modules/testutil/tu_restart/index.html
+++ b/os/modules/testutil/tu_restart/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/os_user_guide/index.html
----------------------------------------------------------------------
diff --git a/os/os_user_guide/index.html b/os/os_user_guide/index.html
index f0d2fda..1239556 100644
--- a/os/os_user_guide/index.html
+++ b/os/os_user_guide/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/tutorials/STM32F303/index.html
----------------------------------------------------------------------
diff --git a/os/tutorials/STM32F303/index.html b/os/tutorials/STM32F303/index.html
index 48824bb..721e137 100644
--- a/os/tutorials/STM32F303/index.html
+++ b/os/tutorials/STM32F303/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/tutorials/air_quality_sensor/index.html
----------------------------------------------------------------------
diff --git a/os/tutorials/air_quality_sensor/index.html b/os/tutorials/air_quality_sensor/index.html
index 6c425d6..2b47b7d 100644
--- a/os/tutorials/air_quality_sensor/index.html
+++ b/os/tutorials/air_quality_sensor/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/tutorials/arduino_zero/index.html
----------------------------------------------------------------------
diff --git a/os/tutorials/arduino_zero/index.html b/os/tutorials/arduino_zero/index.html
index 5b461e2..f16a7dd 100644
--- a/os/tutorials/arduino_zero/index.html
+++ b/os/tutorials/arduino_zero/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/tutorials/blehci_project/index.html
----------------------------------------------------------------------
diff --git a/os/tutorials/blehci_project/index.html b/os/tutorials/blehci_project/index.html
index 2a4f0b2..a820cf3 100644
--- a/os/tutorials/blehci_project/index.html
+++ b/os/tutorials/blehci_project/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/tutorials/bleprph/bleprph-adv/index.html
----------------------------------------------------------------------
diff --git a/os/tutorials/bleprph/bleprph-adv/index.html b/os/tutorials/bleprph/bleprph-adv/index.html
index 577f3a7..8181959 100644
--- a/os/tutorials/bleprph/bleprph-adv/index.html
+++ b/os/tutorials/bleprph/bleprph-adv/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/tutorials/bleprph/bleprph-chr-access/index.html
----------------------------------------------------------------------
diff --git a/os/tutorials/bleprph/bleprph-chr-access/index.html b/os/tutorials/bleprph/bleprph-chr-access/index.html
index 5061886..47da5ad 100644
--- a/os/tutorials/bleprph/bleprph-chr-access/index.html
+++ b/os/tutorials/bleprph/bleprph-chr-access/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/tutorials/bleprph/bleprph-conn/index.html
----------------------------------------------------------------------
diff --git a/os/tutorials/bleprph/bleprph-conn/index.html b/os/tutorials/bleprph/bleprph-conn/index.html
index 11100da..d2728e5 100644
--- a/os/tutorials/bleprph/bleprph-conn/index.html
+++ b/os/tutorials/bleprph/bleprph-conn/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/tutorials/bleprph/bleprph-intro/index.html
----------------------------------------------------------------------
diff --git a/os/tutorials/bleprph/bleprph-intro/index.html b/os/tutorials/bleprph/bleprph-intro/index.html
index ec7334b..14a65da 100644
--- a/os/tutorials/bleprph/bleprph-intro/index.html
+++ b/os/tutorials/bleprph/bleprph-intro/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/tutorials/bleprph/bleprph-svc-reg/index.html
----------------------------------------------------------------------
diff --git a/os/tutorials/bleprph/bleprph-svc-reg/index.html b/os/tutorials/bleprph/bleprph-svc-reg/index.html
index 675b74f..20ead96 100644
--- a/os/tutorials/bleprph/bleprph-svc-reg/index.html
+++ b/os/tutorials/bleprph/bleprph-svc-reg/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/tutorials/bletiny_project/index.html
----------------------------------------------------------------------
diff --git a/os/tutorials/bletiny_project/index.html b/os/tutorials/bletiny_project/index.html
index 6b40716..6615ec6 100644
--- a/os/tutorials/bletiny_project/index.html
+++ b/os/tutorials/bletiny_project/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/tutorials/blinky_primo/index.html
----------------------------------------------------------------------
diff --git a/os/tutorials/blinky_primo/index.html b/os/tutorials/blinky_primo/index.html
index d6aea42..6afbd2e 100644
--- a/os/tutorials/blinky_primo/index.html
+++ b/os/tutorials/blinky_primo/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/tutorials/blinky_sram_olimex/index.html
----------------------------------------------------------------------
diff --git a/os/tutorials/blinky_sram_olimex/index.html b/os/tutorials/blinky_sram_olimex/index.html
index 9b2cead..4e9ad5d 100644
--- a/os/tutorials/blinky_sram_olimex/index.html
+++ b/os/tutorials/blinky_sram_olimex/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/tutorials/event_queue/index.html
----------------------------------------------------------------------
diff --git a/os/tutorials/event_queue/index.html b/os/tutorials/event_queue/index.html
index 79212ee..9367836 100644
--- a/os/tutorials/event_queue/index.html
+++ b/os/tutorials/event_queue/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/tutorials/ibeacon/index.html
----------------------------------------------------------------------
diff --git a/os/tutorials/ibeacon/index.html b/os/tutorials/ibeacon/index.html
index 1bf74ea..ac6cec4 100644
--- a/os/tutorials/ibeacon/index.html
+++ b/os/tutorials/ibeacon/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/tutorials/nRF52/index.html
----------------------------------------------------------------------
diff --git a/os/tutorials/nRF52/index.html b/os/tutorials/nRF52/index.html
index 7f3d386..6fda390 100644
--- a/os/tutorials/nRF52/index.html
+++ b/os/tutorials/nRF52/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/tutorials/olimex/index.html
----------------------------------------------------------------------
diff --git a/os/tutorials/olimex/index.html b/os/tutorials/olimex/index.html
index eb4b719..120d62b 100644
--- a/os/tutorials/olimex/index.html
+++ b/os/tutorials/olimex/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/tutorials/pin-wheel-mods/index.html
----------------------------------------------------------------------
diff --git a/os/tutorials/pin-wheel-mods/index.html b/os/tutorials/pin-wheel-mods/index.html
index 1a070e1..f5e90c7 100644
--- a/os/tutorials/pin-wheel-mods/index.html
+++ b/os/tutorials/pin-wheel-mods/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/tutorials/project-slinky/index.html
----------------------------------------------------------------------
diff --git a/os/tutorials/project-slinky/index.html b/os/tutorials/project-slinky/index.html
index 66f1cd1..7cf542d 100644
--- a/os/tutorials/project-slinky/index.html
+++ b/os/tutorials/project-slinky/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/tutorials/project-target-slinky/index.html
----------------------------------------------------------------------
diff --git a/os/tutorials/project-target-slinky/index.html b/os/tutorials/project-target-slinky/index.html
index f785d54..57cf907 100644
--- a/os/tutorials/project-target-slinky/index.html
+++ b/os/tutorials/project-target-slinky/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/tutorials/repo/add_repos/index.html
----------------------------------------------------------------------
diff --git a/os/tutorials/repo/add_repos/index.html b/os/tutorials/repo/add_repos/index.html
index 27abc01..745fb43 100644
--- a/os/tutorials/repo/add_repos/index.html
+++ b/os/tutorials/repo/add_repos/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/tutorials/repo/create_repo/index.html
----------------------------------------------------------------------
diff --git a/os/tutorials/repo/create_repo/index.html b/os/tutorials/repo/create_repo/index.html
index e035e70..b21016d 100644
--- a/os/tutorials/repo/create_repo/index.html
+++ b/os/tutorials/repo/create_repo/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/tutorials/repo/upgrade_repo/index.html
----------------------------------------------------------------------
diff --git a/os/tutorials/repo/upgrade_repo/index.html b/os/tutorials/repo/upgrade_repo/index.html
index 55ebb4e..015cdc6 100644
--- a/os/tutorials/repo/upgrade_repo/index.html
+++ b/os/tutorials/repo/upgrade_repo/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/tutorials/tutorials/index.html
----------------------------------------------------------------------
diff --git a/os/tutorials/tutorials/index.html b/os/tutorials/tutorials/index.html
index f8d82dc..40845a8 100644
--- a/os/tutorials/tutorials/index.html
+++ b/os/tutorials/tutorials/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/tutorials/unit_test/index.html
----------------------------------------------------------------------
diff --git a/os/tutorials/unit_test/index.html b/os/tutorials/unit_test/index.html
index eafbb4a..e1281a5 100644
--- a/os/tutorials/unit_test/index.html
+++ b/os/tutorials/unit_test/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/pages/ble/index.html
----------------------------------------------------------------------
diff --git a/pages/ble/index.html b/pages/ble/index.html
index 0b9c247..b95be7e 100644
--- a/pages/ble/index.html
+++ b/pages/ble/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/pages/securitybullets/index.html
----------------------------------------------------------------------
diff --git a/pages/securitybullets/index.html b/pages/securitybullets/index.html
index 92bae43..4502812 100644
--- a/pages/securitybullets/index.html
+++ b/pages/securitybullets/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/quick-start/index.html
----------------------------------------------------------------------
diff --git a/quick-start/index.html b/quick-start/index.html
index ad7088d..724b75c 100644
--- a/quick-start/index.html
+++ b/quick-start/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/search.html
----------------------------------------------------------------------
diff --git a/search.html b/search.html
index f5797d1..0e60b89 100644
--- a/search.html
+++ b/search.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/sitemap.xml
----------------------------------------------------------------------
diff --git a/sitemap.xml b/sitemap.xml
index ccc02b4..7708e06 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -4,7 +4,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/</loc>
-     <lastmod>2016-12-15</lastmod>
+     <lastmod>2016-12-19</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -13,13 +13,13 @@
         
     <url>
      <loc>http://mynewt.apache.org/pages/ble/</loc>
-     <lastmod>2016-12-15</lastmod>
+     <lastmod>2016-12-19</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/pages/securitybullets/</loc>
-     <lastmod>2016-12-15</lastmod>
+     <lastmod>2016-12-19</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -28,7 +28,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/quick-start/</loc>
-     <lastmod>2016-12-15</lastmod>
+     <lastmod>2016-12-19</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -36,7 +36,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/about/</loc>
-     <lastmod>2016-12-15</lastmod>
+     <lastmod>2016-12-19</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -44,7 +44,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/talks/</loc>
-     <lastmod>2016-12-15</lastmod>
+     <lastmod>2016-12-19</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -52,7 +52,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/download/</loc>
-     <lastmod>2016-12-15</lastmod>
+     <lastmod>2016-12-19</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -60,7 +60,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/community/</loc>
-     <lastmod>2016-12-15</lastmod>
+     <lastmod>2016-12-19</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -68,7 +68,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/events/</loc>
-     <lastmod>2016-12-15</lastmod>
+     <lastmod>2016-12-19</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -77,7 +77,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/os/introduction/</loc>
-     <lastmod>2016-12-15</lastmod>
+     <lastmod>2016-12-19</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -89,7 +89,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/os/get_started/vocabulary/</loc>
-     <lastmod>2016-12-15</lastmod>
+     <lastmod>2016-12-19</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -129,13 +129,13 @@
         
     <url>
      <loc>http://mynewt.apache.org/faq/how_to_edit_docs/</loc>
-     <lastmod>2016-12-15</lastmod>
+     <lastmod>2016-12-19</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/faq/answers/</loc>
-     <lastmod>2016-12-15</lastmod>
+     <lastmod>2016-12-19</lastmod>
      <changefreq>daily</changefreq>
     </url>
         

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/talks/index.html
----------------------------------------------------------------------
diff --git a/talks/index.html b/talks/index.html
index 3140abe..beb51ff 100644
--- a/talks/index.html
+++ b/talks/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/about/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/about/index.html b/v0_9_0/about/index.html
index 0db0e1f..627c3e0 100644
--- a/v0_9_0/about/index.html
+++ b/v0_9_0/about/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/community/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/community/index.html b/v0_9_0/community/index.html
index 01cc6d1..29413e1 100644
--- a/v0_9_0/community/index.html
+++ b/v0_9_0/community/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/css/v2.css
----------------------------------------------------------------------
diff --git a/v0_9_0/css/v2.css b/v0_9_0/css/v2.css
index 6451517..676a1fd 100644
--- a/v0_9_0/css/v2.css
+++ b/v0_9_0/css/v2.css
@@ -1,28 +1,62 @@
+.v2-main-banner {
+    display: flex;
+    justify-content: space-between;
+    flex-flow: row;
+}
+
+@media all and (max-width: 800px) {
+    .v2-main-banner {
+        justify-content: flex-start;
+        flex-flow: column;
+    }
+}
+
+.v2-main-banner .logo-cell {
+    flex-grow: 0;
+}
 
 .v2-main-banner .logo {
     height: 220px;
     /* reduce the image to reduce whitespace */
     margin-top: -35px;
     margin-bottom: -35px;
+    margin-left: 20px;
+    margin-right: 20px;
 }
 
-.v2-main-banner .tagline {
+.v2-main-banner .tagline-cell {
+    flex-grow: 2;
+    flex-basis: 500px;
     margin-left: 20px;
-    margin-bottom: 36px;  /* align with logo text */
-    display: inline-block;
-    vertical-align: bottom;
+    margin-right: 20px;
+    align-self: flex-end;
+    margin-bottom: 25px;
 }
 
-.v2-main-banner .news {
-    margin-left: 40px;
+@media all and (max-width: 800px) {
+    .v2-main-banner .tagline-cell {
+        align-self: flex-start;
+        margin-bottom: 0;
+    }
+}
+
+.v2-main-banner .news-cell {
+    flex-grow: 1;
+    flex-basis: 200px;
+    margin-top: 15px;
+    margin-left: 20px;
+    margin-right: 20px;
+}
+
+.v2-main-banner .well {
     padding: 10px;
-    border-radius: 5px;
 }
 
-.v2-vcenter {
-    display: inline-block;
-    vertical-align: middle;
-    float: none;
+@media all and (max-width: 800px) {
+    .v2-main-banner .logo-cell, .v2-main-banner .tagline-cell, .v2-main-banner .news-cell {
+        flex-grow: 0;
+        flex-basis: 0;
+    }
 }
 
 .v2-landing .tagline {

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/download/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/download/index.html b/v0_9_0/download/index.html
index 5001624..4b50627 100644
--- a/v0_9_0/download/index.html
+++ b/v0_9_0/download/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/events/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/events/index.html b/v0_9_0/events/index.html
index ebe24d1..51da136 100644
--- a/v0_9_0/events/index.html
+++ b/v0_9_0/events/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/faq/answers/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/faq/answers/index.html b/v0_9_0/faq/answers/index.html
index 0531fcf..6915001 100644
--- a/v0_9_0/faq/answers/index.html
+++ b/v0_9_0/faq/answers/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/faq/how_to_edit_docs/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/faq/how_to_edit_docs/index.html b/v0_9_0/faq/how_to_edit_docs/index.html
index 0ff0639..ed65cd1 100644
--- a/v0_9_0/faq/how_to_edit_docs/index.html
+++ b/v0_9_0/faq/how_to_edit_docs/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/index.html b/v0_9_0/index.html
index e9c758f..59ee189 100644
--- a/v0_9_0/index.html
+++ b/v0_9_0/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 



[06/22] incubator-mynewt-site git commit: Added a tutorial to add console to blinky. Updated newt documentation. Added a Latest News button on front page

Posted by ad...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/time/os_time_tick/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/time/os_time_tick/index.html b/os/core_os/time/os_time_tick/index.html
index 302ac4c..5e2b229 100644
--- a/os/core_os/time/os_time_tick/index.html
+++ b/os/core_os/time/os_time_tick/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/get_started/cross_tools/index.html
----------------------------------------------------------------------
diff --git a/os/get_started/cross_tools/index.html b/os/get_started/cross_tools/index.html
index 88234a9..929b0a4 100644
--- a/os/get_started/cross_tools/index.html
+++ b/os/get_started/cross_tools/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/get_started/docker/index.html
----------------------------------------------------------------------
diff --git a/os/get_started/docker/index.html b/os/get_started/docker/index.html
index c699dec..79c33ce 100644
--- a/os/get_started/docker/index.html
+++ b/os/get_started/docker/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/get_started/get_started/index.html
----------------------------------------------------------------------
diff --git a/os/get_started/get_started/index.html b/os/get_started/get_started/index.html
index c30be51..2cbf1d5 100644
--- a/os/get_started/get_started/index.html
+++ b/os/get_started/get_started/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/get_started/native_tools/index.html
----------------------------------------------------------------------
diff --git a/os/get_started/native_tools/index.html b/os/get_started/native_tools/index.html
index 420c5a7..8f6b74e 100644
--- a/os/get_started/native_tools/index.html
+++ b/os/get_started/native_tools/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/get_started/project_create/index.html
----------------------------------------------------------------------
diff --git a/os/get_started/project_create/index.html b/os/get_started/project_create/index.html
index f470127..84f06d2 100644
--- a/os/get_started/project_create/index.html
+++ b/os/get_started/project_create/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/get_started/vocabulary/index.html
----------------------------------------------------------------------
diff --git a/os/get_started/vocabulary/index.html b/os/get_started/vocabulary/index.html
index ef2bdf0..39203de 100644
--- a/os/get_started/vocabulary/index.html
+++ b/os/get_started/vocabulary/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/introduction/index.html
----------------------------------------------------------------------
diff --git a/os/introduction/index.html b/os/introduction/index.html
index 9ea5cba..51fcf32 100644
--- a/os/introduction/index.html
+++ b/os/introduction/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/baselibc/index.html
----------------------------------------------------------------------
diff --git a/os/modules/baselibc/index.html b/os/modules/baselibc/index.html
index 77544f5..5c1e52d 100644
--- a/os/modules/baselibc/index.html
+++ b/os/modules/baselibc/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/bootloader/boot_build_status/index.html
----------------------------------------------------------------------
diff --git a/os/modules/bootloader/boot_build_status/index.html b/os/modules/bootloader/boot_build_status/index.html
index bcba398..e38380b 100644
--- a/os/modules/bootloader/boot_build_status/index.html
+++ b/os/modules/bootloader/boot_build_status/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/bootloader/boot_build_status_one/index.html
----------------------------------------------------------------------
diff --git a/os/modules/bootloader/boot_build_status_one/index.html b/os/modules/bootloader/boot_build_status_one/index.html
index ed0c3c1..1da4cc5 100644
--- a/os/modules/bootloader/boot_build_status_one/index.html
+++ b/os/modules/bootloader/boot_build_status_one/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/bootloader/boot_clear_status/index.html
----------------------------------------------------------------------
diff --git a/os/modules/bootloader/boot_clear_status/index.html b/os/modules/bootloader/boot_clear_status/index.html
index 9d14180..c3db3b7 100644
--- a/os/modules/bootloader/boot_clear_status/index.html
+++ b/os/modules/bootloader/boot_clear_status/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/bootloader/boot_copy_area/index.html
----------------------------------------------------------------------
diff --git a/os/modules/bootloader/boot_copy_area/index.html b/os/modules/bootloader/boot_copy_area/index.html
index e0573a8..5c978c3 100644
--- a/os/modules/bootloader/boot_copy_area/index.html
+++ b/os/modules/bootloader/boot_copy_area/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/bootloader/boot_copy_image/index.html
----------------------------------------------------------------------
diff --git a/os/modules/bootloader/boot_copy_image/index.html b/os/modules/bootloader/boot_copy_image/index.html
index 8234e13..9b198d2 100644
--- a/os/modules/bootloader/boot_copy_image/index.html
+++ b/os/modules/bootloader/boot_copy_image/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/bootloader/boot_erase_area/index.html
----------------------------------------------------------------------
diff --git a/os/modules/bootloader/boot_erase_area/index.html b/os/modules/bootloader/boot_erase_area/index.html
index 3cdac1b..07458ff 100644
--- a/os/modules/bootloader/boot_erase_area/index.html
+++ b/os/modules/bootloader/boot_erase_area/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/bootloader/boot_fill_slot/index.html
----------------------------------------------------------------------
diff --git a/os/modules/bootloader/boot_fill_slot/index.html b/os/modules/bootloader/boot_fill_slot/index.html
index d13ca48..165d275 100644
--- a/os/modules/bootloader/boot_fill_slot/index.html
+++ b/os/modules/bootloader/boot_fill_slot/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/bootloader/boot_find_image_area_idx/index.html
----------------------------------------------------------------------
diff --git a/os/modules/bootloader/boot_find_image_area_idx/index.html b/os/modules/bootloader/boot_find_image_area_idx/index.html
index d9a7fc8..01e0b49 100644
--- a/os/modules/bootloader/boot_find_image_area_idx/index.html
+++ b/os/modules/bootloader/boot_find_image_area_idx/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/bootloader/boot_find_image_part/index.html
----------------------------------------------------------------------
diff --git a/os/modules/bootloader/boot_find_image_part/index.html b/os/modules/bootloader/boot_find_image_part/index.html
index bc17abf..49c9f73 100644
--- a/os/modules/bootloader/boot_find_image_part/index.html
+++ b/os/modules/bootloader/boot_find_image_part/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/bootloader/boot_find_image_slot/index.html
----------------------------------------------------------------------
diff --git a/os/modules/bootloader/boot_find_image_slot/index.html b/os/modules/bootloader/boot_find_image_slot/index.html
index 6380ab9..2c8abfd 100644
--- a/os/modules/bootloader/boot_find_image_slot/index.html
+++ b/os/modules/bootloader/boot_find_image_slot/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/bootloader/boot_go/index.html
----------------------------------------------------------------------
diff --git a/os/modules/bootloader/boot_go/index.html b/os/modules/bootloader/boot_go/index.html
index dbd5c5d..d5ad44f 100644
--- a/os/modules/bootloader/boot_go/index.html
+++ b/os/modules/bootloader/boot_go/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/bootloader/boot_init_flash/index.html
----------------------------------------------------------------------
diff --git a/os/modules/bootloader/boot_init_flash/index.html b/os/modules/bootloader/boot_init_flash/index.html
index 1507b16..e00cc9c 100644
--- a/os/modules/bootloader/boot_init_flash/index.html
+++ b/os/modules/bootloader/boot_init_flash/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/bootloader/boot_move_area/index.html
----------------------------------------------------------------------
diff --git a/os/modules/bootloader/boot_move_area/index.html b/os/modules/bootloader/boot_move_area/index.html
index 139bf4c..695dd9c 100644
--- a/os/modules/bootloader/boot_move_area/index.html
+++ b/os/modules/bootloader/boot_move_area/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/bootloader/boot_read_image_header/index.html
----------------------------------------------------------------------
diff --git a/os/modules/bootloader/boot_read_image_header/index.html b/os/modules/bootloader/boot_read_image_header/index.html
index 5036b2b..1017a0c 100644
--- a/os/modules/bootloader/boot_read_image_header/index.html
+++ b/os/modules/bootloader/boot_read_image_header/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/bootloader/boot_read_image_headers/index.html
----------------------------------------------------------------------
diff --git a/os/modules/bootloader/boot_read_image_headers/index.html b/os/modules/bootloader/boot_read_image_headers/index.html
index 145f8dd..d5b8281 100644
--- a/os/modules/bootloader/boot_read_image_headers/index.html
+++ b/os/modules/bootloader/boot_read_image_headers/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/bootloader/boot_read_status/index.html
----------------------------------------------------------------------
diff --git a/os/modules/bootloader/boot_read_status/index.html b/os/modules/bootloader/boot_read_status/index.html
index 9c3489c..0fc6cee 100644
--- a/os/modules/bootloader/boot_read_status/index.html
+++ b/os/modules/bootloader/boot_read_status/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/bootloader/boot_select_image_slot/index.html
----------------------------------------------------------------------
diff --git a/os/modules/bootloader/boot_select_image_slot/index.html b/os/modules/bootloader/boot_select_image_slot/index.html
index 5d800b9..3958b41 100644
--- a/os/modules/bootloader/boot_select_image_slot/index.html
+++ b/os/modules/bootloader/boot_select_image_slot/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/bootloader/boot_slot_addr/index.html
----------------------------------------------------------------------
diff --git a/os/modules/bootloader/boot_slot_addr/index.html b/os/modules/bootloader/boot_slot_addr/index.html
index 0fde2e4..1e99596 100644
--- a/os/modules/bootloader/boot_slot_addr/index.html
+++ b/os/modules/bootloader/boot_slot_addr/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/bootloader/boot_slot_to_area_idx/index.html
----------------------------------------------------------------------
diff --git a/os/modules/bootloader/boot_slot_to_area_idx/index.html b/os/modules/bootloader/boot_slot_to_area_idx/index.html
index 8567a8f..3d8338c 100644
--- a/os/modules/bootloader/boot_slot_to_area_idx/index.html
+++ b/os/modules/bootloader/boot_slot_to_area_idx/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/bootloader/boot_swap_areas/index.html
----------------------------------------------------------------------
diff --git a/os/modules/bootloader/boot_swap_areas/index.html b/os/modules/bootloader/boot_swap_areas/index.html
index b52b001..878f5d5 100644
--- a/os/modules/bootloader/boot_swap_areas/index.html
+++ b/os/modules/bootloader/boot_swap_areas/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/bootloader/boot_vect_delete_main/index.html
----------------------------------------------------------------------
diff --git a/os/modules/bootloader/boot_vect_delete_main/index.html b/os/modules/bootloader/boot_vect_delete_main/index.html
index 77f51fb..f4c3887 100644
--- a/os/modules/bootloader/boot_vect_delete_main/index.html
+++ b/os/modules/bootloader/boot_vect_delete_main/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/bootloader/boot_vect_delete_test/index.html
----------------------------------------------------------------------
diff --git a/os/modules/bootloader/boot_vect_delete_test/index.html b/os/modules/bootloader/boot_vect_delete_test/index.html
index e0694bc..32aa9ce 100644
--- a/os/modules/bootloader/boot_vect_delete_test/index.html
+++ b/os/modules/bootloader/boot_vect_delete_test/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/bootloader/boot_vect_read_main/index.html
----------------------------------------------------------------------
diff --git a/os/modules/bootloader/boot_vect_read_main/index.html b/os/modules/bootloader/boot_vect_read_main/index.html
index 899f48d..b0c8fb8 100644
--- a/os/modules/bootloader/boot_vect_read_main/index.html
+++ b/os/modules/bootloader/boot_vect_read_main/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/bootloader/boot_vect_read_one/index.html
----------------------------------------------------------------------
diff --git a/os/modules/bootloader/boot_vect_read_one/index.html b/os/modules/bootloader/boot_vect_read_one/index.html
index 181dcd1..751e11f 100644
--- a/os/modules/bootloader/boot_vect_read_one/index.html
+++ b/os/modules/bootloader/boot_vect_read_one/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/bootloader/boot_vect_read_test/index.html
----------------------------------------------------------------------
diff --git a/os/modules/bootloader/boot_vect_read_test/index.html b/os/modules/bootloader/boot_vect_read_test/index.html
index 87ba54e..b3da3a9 100644
--- a/os/modules/bootloader/boot_vect_read_test/index.html
+++ b/os/modules/bootloader/boot_vect_read_test/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/bootloader/boot_write_status/index.html
----------------------------------------------------------------------
diff --git a/os/modules/bootloader/boot_write_status/index.html b/os/modules/bootloader/boot_write_status/index.html
index 7fc2d96..2dc3c0d 100644
--- a/os/modules/bootloader/boot_write_status/index.html
+++ b/os/modules/bootloader/boot_write_status/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/bootloader/bootloader/index.html
----------------------------------------------------------------------
diff --git a/os/modules/bootloader/bootloader/index.html b/os/modules/bootloader/bootloader/index.html
index cf532af..4f7397e 100644
--- a/os/modules/bootloader/bootloader/index.html
+++ b/os/modules/bootloader/bootloader/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/console/console/index.html
----------------------------------------------------------------------
diff --git a/os/modules/console/console/index.html b/os/modules/console/console/index.html
index 7180f51..3df0fd9 100644
--- a/os/modules/console/console/index.html
+++ b/os/modules/console/console/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/console/console_blocking_mode/index.html
----------------------------------------------------------------------
diff --git a/os/modules/console/console_blocking_mode/index.html b/os/modules/console/console_blocking_mode/index.html
index 746791c..445d685 100644
--- a/os/modules/console/console_blocking_mode/index.html
+++ b/os/modules/console/console_blocking_mode/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/console/console_echo/index.html
----------------------------------------------------------------------
diff --git a/os/modules/console/console_echo/index.html b/os/modules/console/console_echo/index.html
index ee792f2..db8d3b6 100644
--- a/os/modules/console/console_echo/index.html
+++ b/os/modules/console/console_echo/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/console/console_init/index.html
----------------------------------------------------------------------
diff --git a/os/modules/console/console_init/index.html b/os/modules/console/console_init/index.html
index 00152c1..8334ba9 100644
--- a/os/modules/console/console_init/index.html
+++ b/os/modules/console/console_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/console/console_is_init/index.html
----------------------------------------------------------------------
diff --git a/os/modules/console/console_is_init/index.html b/os/modules/console/console_is_init/index.html
index 9ae5920..28862f1 100644
--- a/os/modules/console/console_is_init/index.html
+++ b/os/modules/console/console_is_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/console/console_printf/index.html
----------------------------------------------------------------------
diff --git a/os/modules/console/console_printf/index.html b/os/modules/console/console_printf/index.html
index a6ed7e0..ef04496 100644
--- a/os/modules/console/console_printf/index.html
+++ b/os/modules/console/console_printf/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/console/console_read/index.html
----------------------------------------------------------------------
diff --git a/os/modules/console/console_read/index.html b/os/modules/console/console_read/index.html
index ab743b9..056c308 100644
--- a/os/modules/console/console_read/index.html
+++ b/os/modules/console/console_read/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/console/console_write/index.html
----------------------------------------------------------------------
diff --git a/os/modules/console/console_write/index.html b/os/modules/console/console_write/index.html
index 273e514..e1c4263 100644
--- a/os/modules/console/console_write/index.html
+++ b/os/modules/console/console_write/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/devmgmt/newtmgr/index.html
----------------------------------------------------------------------
diff --git a/os/modules/devmgmt/newtmgr/index.html b/os/modules/devmgmt/newtmgr/index.html
index c143745..15210f9 100644
--- a/os/modules/devmgmt/newtmgr/index.html
+++ b/os/modules/devmgmt/newtmgr/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/devmgmt/oicmgr/index.html
----------------------------------------------------------------------
diff --git a/os/modules/devmgmt/oicmgr/index.html b/os/modules/devmgmt/oicmgr/index.html
index dfae0cb..2bf9c25 100644
--- a/os/modules/devmgmt/oicmgr/index.html
+++ b/os/modules/devmgmt/oicmgr/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/elua/elua/index.html
----------------------------------------------------------------------
diff --git a/os/modules/elua/elua/index.html b/os/modules/elua/elua/index.html
index 56035ad..a679d98 100644
--- a/os/modules/elua/elua/index.html
+++ b/os/modules/elua/elua/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/elua/lua_init/index.html
----------------------------------------------------------------------
diff --git a/os/modules/elua/lua_init/index.html b/os/modules/elua/lua_init/index.html
index 04abb5a..f0ee650 100644
--- a/os/modules/elua/lua_init/index.html
+++ b/os/modules/elua/lua_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/elua/lua_main/index.html
----------------------------------------------------------------------
diff --git a/os/modules/elua/lua_main/index.html b/os/modules/elua/lua_main/index.html
index 8f22964..4ee06f6 100644
--- a/os/modules/elua/lua_main/index.html
+++ b/os/modules/elua/lua_main/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/fs/fs/fs/index.html
----------------------------------------------------------------------
diff --git a/os/modules/fs/fs/fs/index.html b/os/modules/fs/fs/fs/index.html
index 3c0bd51..ac23a90 100644
--- a/os/modules/fs/fs/fs/index.html
+++ b/os/modules/fs/fs/fs/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/fs/fs/fs_close/index.html
----------------------------------------------------------------------
diff --git a/os/modules/fs/fs/fs_close/index.html b/os/modules/fs/fs/fs_close/index.html
index 8f336f4..992b3aa 100644
--- a/os/modules/fs/fs/fs_close/index.html
+++ b/os/modules/fs/fs/fs_close/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/fs/fs/fs_closedir/index.html
----------------------------------------------------------------------
diff --git a/os/modules/fs/fs/fs_closedir/index.html b/os/modules/fs/fs/fs_closedir/index.html
index 9c2163a..12e6167 100644
--- a/os/modules/fs/fs/fs_closedir/index.html
+++ b/os/modules/fs/fs/fs_closedir/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/fs/fs/fs_dirent_is_dir/index.html
----------------------------------------------------------------------
diff --git a/os/modules/fs/fs/fs_dirent_is_dir/index.html b/os/modules/fs/fs/fs_dirent_is_dir/index.html
index e5fe126..a32dd87 100644
--- a/os/modules/fs/fs/fs_dirent_is_dir/index.html
+++ b/os/modules/fs/fs/fs_dirent_is_dir/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/fs/fs/fs_dirent_name/index.html
----------------------------------------------------------------------
diff --git a/os/modules/fs/fs/fs_dirent_name/index.html b/os/modules/fs/fs/fs_dirent_name/index.html
index 15eb080..9a348aa 100644
--- a/os/modules/fs/fs/fs_dirent_name/index.html
+++ b/os/modules/fs/fs/fs_dirent_name/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/fs/fs/fs_filelen/index.html
----------------------------------------------------------------------
diff --git a/os/modules/fs/fs/fs_filelen/index.html b/os/modules/fs/fs/fs_filelen/index.html
index d4e3f67..d75c64a 100644
--- a/os/modules/fs/fs/fs_filelen/index.html
+++ b/os/modules/fs/fs/fs_filelen/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/fs/fs/fs_getpos/index.html
----------------------------------------------------------------------
diff --git a/os/modules/fs/fs/fs_getpos/index.html b/os/modules/fs/fs/fs_getpos/index.html
index c359b41..187c00c 100644
--- a/os/modules/fs/fs/fs_getpos/index.html
+++ b/os/modules/fs/fs/fs_getpos/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/fs/fs/fs_mkdir/index.html
----------------------------------------------------------------------
diff --git a/os/modules/fs/fs/fs_mkdir/index.html b/os/modules/fs/fs/fs_mkdir/index.html
index 90ec47f..3fde68b 100644
--- a/os/modules/fs/fs/fs_mkdir/index.html
+++ b/os/modules/fs/fs/fs_mkdir/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/fs/fs/fs_open/index.html
----------------------------------------------------------------------
diff --git a/os/modules/fs/fs/fs_open/index.html b/os/modules/fs/fs/fs_open/index.html
index 4f4d7e9..7d9d06a 100644
--- a/os/modules/fs/fs/fs_open/index.html
+++ b/os/modules/fs/fs/fs_open/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/fs/fs/fs_opendir/index.html
----------------------------------------------------------------------
diff --git a/os/modules/fs/fs/fs_opendir/index.html b/os/modules/fs/fs/fs_opendir/index.html
index c341938..97cea4f 100644
--- a/os/modules/fs/fs/fs_opendir/index.html
+++ b/os/modules/fs/fs/fs_opendir/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/fs/fs/fs_ops/index.html
----------------------------------------------------------------------
diff --git a/os/modules/fs/fs/fs_ops/index.html b/os/modules/fs/fs/fs_ops/index.html
index 59a6f73..7a85b8b 100644
--- a/os/modules/fs/fs/fs_ops/index.html
+++ b/os/modules/fs/fs/fs_ops/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/fs/fs/fs_read/index.html
----------------------------------------------------------------------
diff --git a/os/modules/fs/fs/fs_read/index.html b/os/modules/fs/fs/fs_read/index.html
index 83ef789..490f54a 100644
--- a/os/modules/fs/fs/fs_read/index.html
+++ b/os/modules/fs/fs/fs_read/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/fs/fs/fs_readdir/index.html
----------------------------------------------------------------------
diff --git a/os/modules/fs/fs/fs_readdir/index.html b/os/modules/fs/fs/fs_readdir/index.html
index c74684a..edc932e 100644
--- a/os/modules/fs/fs/fs_readdir/index.html
+++ b/os/modules/fs/fs/fs_readdir/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/fs/fs/fs_register/index.html
----------------------------------------------------------------------
diff --git a/os/modules/fs/fs/fs_register/index.html b/os/modules/fs/fs/fs_register/index.html
index 555a729..dd71bde 100644
--- a/os/modules/fs/fs/fs_register/index.html
+++ b/os/modules/fs/fs/fs_register/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/fs/fs/fs_rename/index.html
----------------------------------------------------------------------
diff --git a/os/modules/fs/fs/fs_rename/index.html b/os/modules/fs/fs/fs_rename/index.html
index ba162a9..1f53e9d 100644
--- a/os/modules/fs/fs/fs_rename/index.html
+++ b/os/modules/fs/fs/fs_rename/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/fs/fs/fs_return_codes/index.html
----------------------------------------------------------------------
diff --git a/os/modules/fs/fs/fs_return_codes/index.html b/os/modules/fs/fs/fs_return_codes/index.html
index 028ed10..f57230d 100644
--- a/os/modules/fs/fs/fs_return_codes/index.html
+++ b/os/modules/fs/fs/fs_return_codes/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/fs/fs/fs_seek/index.html
----------------------------------------------------------------------
diff --git a/os/modules/fs/fs/fs_seek/index.html b/os/modules/fs/fs/fs_seek/index.html
index dd96460..7bd3091 100644
--- a/os/modules/fs/fs/fs_seek/index.html
+++ b/os/modules/fs/fs/fs_seek/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/fs/fs/fs_unlink/index.html
----------------------------------------------------------------------
diff --git a/os/modules/fs/fs/fs_unlink/index.html b/os/modules/fs/fs/fs_unlink/index.html
index 8dfa822..7e70f21 100644
--- a/os/modules/fs/fs/fs_unlink/index.html
+++ b/os/modules/fs/fs/fs_unlink/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/fs/fs/fs_write/index.html
----------------------------------------------------------------------
diff --git a/os/modules/fs/fs/fs_write/index.html b/os/modules/fs/fs/fs_write/index.html
index 3632c1b..37f1792 100644
--- a/os/modules/fs/fs/fs_write/index.html
+++ b/os/modules/fs/fs/fs_write/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/fs/fs/fsutil_read_file/index.html
----------------------------------------------------------------------
diff --git a/os/modules/fs/fs/fsutil_read_file/index.html b/os/modules/fs/fs/fsutil_read_file/index.html
index 5b9282e..4cb51ee 100644
--- a/os/modules/fs/fs/fsutil_read_file/index.html
+++ b/os/modules/fs/fs/fsutil_read_file/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/fs/fs/fsutil_write_file/index.html
----------------------------------------------------------------------
diff --git a/os/modules/fs/fs/fsutil_write_file/index.html b/os/modules/fs/fs/fsutil_write_file/index.html
index 9feafd3..0b49fa5 100644
--- a/os/modules/fs/fs/fsutil_write_file/index.html
+++ b/os/modules/fs/fs/fsutil_write_file/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/fs/nffs/nffs/index.html
----------------------------------------------------------------------
diff --git a/os/modules/fs/nffs/nffs/index.html b/os/modules/fs/nffs/nffs/index.html
index 6a34d4f..7acc602 100644
--- a/os/modules/fs/nffs/nffs/index.html
+++ b/os/modules/fs/nffs/nffs/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/fs/nffs/nffs_area_desc/index.html
----------------------------------------------------------------------
diff --git a/os/modules/fs/nffs/nffs_area_desc/index.html b/os/modules/fs/nffs/nffs_area_desc/index.html
index 0cc1d2b..251da9b 100644
--- a/os/modules/fs/nffs/nffs_area_desc/index.html
+++ b/os/modules/fs/nffs/nffs_area_desc/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/fs/nffs/nffs_config/index.html
----------------------------------------------------------------------
diff --git a/os/modules/fs/nffs/nffs_config/index.html b/os/modules/fs/nffs/nffs_config/index.html
index 534600d..4f37b3a 100644
--- a/os/modules/fs/nffs/nffs_config/index.html
+++ b/os/modules/fs/nffs/nffs_config/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/fs/nffs/nffs_detect/index.html
----------------------------------------------------------------------
diff --git a/os/modules/fs/nffs/nffs_detect/index.html b/os/modules/fs/nffs/nffs_detect/index.html
index 96cc286..4bb7420 100644
--- a/os/modules/fs/nffs/nffs_detect/index.html
+++ b/os/modules/fs/nffs/nffs_detect/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/fs/nffs/nffs_format/index.html
----------------------------------------------------------------------
diff --git a/os/modules/fs/nffs/nffs_format/index.html b/os/modules/fs/nffs/nffs_format/index.html
index 4ca57a4..2197015 100644
--- a/os/modules/fs/nffs/nffs_format/index.html
+++ b/os/modules/fs/nffs/nffs_format/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/fs/nffs/nffs_init/index.html
----------------------------------------------------------------------
diff --git a/os/modules/fs/nffs/nffs_init/index.html b/os/modules/fs/nffs/nffs_init/index.html
index 75620b1..331d593 100644
--- a/os/modules/fs/nffs/nffs_init/index.html
+++ b/os/modules/fs/nffs/nffs_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/fs/nffs/nffs_internals/index.html
----------------------------------------------------------------------
diff --git a/os/modules/fs/nffs/nffs_internals/index.html b/os/modules/fs/nffs/nffs_internals/index.html
index 299d068..139afac 100644
--- a/os/modules/fs/nffs/nffs_internals/index.html
+++ b/os/modules/fs/nffs/nffs_internals/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/fs/otherfs/index.html
----------------------------------------------------------------------
diff --git a/os/modules/fs/otherfs/index.html b/os/modules/fs/otherfs/index.html
index b99bbe6..84f7741 100644
--- a/os/modules/fs/otherfs/index.html
+++ b/os/modules/fs/otherfs/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/hal/hal/index.html
----------------------------------------------------------------------
diff --git a/os/modules/hal/hal/index.html b/os/modules/hal/hal/index.html
index 0718927..34f70d8 100644
--- a/os/modules/hal/hal/index.html
+++ b/os/modules/hal/hal/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/modules/hal/hal_adc/hal_adc/index.html
----------------------------------------------------------------------
diff --git a/os/modules/hal/hal_adc/hal_adc/index.html b/os/modules/hal/hal_adc/hal_adc/index.html
index 81b398e..80b3f2f 100644
--- a/os/modules/hal/hal_adc/hal_adc/index.html
+++ b/os/modules/hal/hal_adc/hal_adc/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 



[18/22] incubator-mynewt-site git commit: Added a tutorial to add console to blinky. Updated newt documentation. Added a Latest News button on front page

Posted by ad...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/heap/os_free/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/heap/os_free/index.html b/develop/os/core_os/heap/os_free/index.html
index 0f296fa..d8c0d93 100644
--- a/develop/os/core_os/heap/os_free/index.html
+++ b/develop/os/core_os/heap/os_free/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/heap/os_malloc/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/heap/os_malloc/index.html b/develop/os/core_os/heap/os_malloc/index.html
index 034eccf..56793f0 100644
--- a/develop/os/core_os/heap/os_malloc/index.html
+++ b/develop/os/core_os/heap/os_malloc/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/heap/os_realloc/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/heap/os_realloc/index.html b/develop/os/core_os/heap/os_realloc/index.html
index d83213f..31c7a00 100644
--- a/develop/os/core_os/heap/os_realloc/index.html
+++ b/develop/os/core_os/heap/os_realloc/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/mbuf/OS_MBUF_DATA/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mbuf/OS_MBUF_DATA/index.html b/develop/os/core_os/mbuf/OS_MBUF_DATA/index.html
index dcdc426..b545026 100644
--- a/develop/os/core_os/mbuf/OS_MBUF_DATA/index.html
+++ b/develop/os/core_os/mbuf/OS_MBUF_DATA/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/mbuf/OS_MBUF_LEADINGSPACE/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mbuf/OS_MBUF_LEADINGSPACE/index.html b/develop/os/core_os/mbuf/OS_MBUF_LEADINGSPACE/index.html
index b8c00e6..c8813df 100644
--- a/develop/os/core_os/mbuf/OS_MBUF_LEADINGSPACE/index.html
+++ b/develop/os/core_os/mbuf/OS_MBUF_LEADINGSPACE/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/mbuf/OS_MBUF_PKTHDR/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mbuf/OS_MBUF_PKTHDR/index.html b/develop/os/core_os/mbuf/OS_MBUF_PKTHDR/index.html
index f0022f4..b1f2585 100644
--- a/develop/os/core_os/mbuf/OS_MBUF_PKTHDR/index.html
+++ b/develop/os/core_os/mbuf/OS_MBUF_PKTHDR/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/mbuf/OS_MBUF_PKTHDR_TO_MBUF/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mbuf/OS_MBUF_PKTHDR_TO_MBUF/index.html b/develop/os/core_os/mbuf/OS_MBUF_PKTHDR_TO_MBUF/index.html
index 418c5b0..d14710a 100644
--- a/develop/os/core_os/mbuf/OS_MBUF_PKTHDR_TO_MBUF/index.html
+++ b/develop/os/core_os/mbuf/OS_MBUF_PKTHDR_TO_MBUF/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/mbuf/OS_MBUF_PKTLEN/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mbuf/OS_MBUF_PKTLEN/index.html b/develop/os/core_os/mbuf/OS_MBUF_PKTLEN/index.html
index da50b27..f24e341 100644
--- a/develop/os/core_os/mbuf/OS_MBUF_PKTLEN/index.html
+++ b/develop/os/core_os/mbuf/OS_MBUF_PKTLEN/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/mbuf/OS_MBUF_TRAILINGSPACE/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mbuf/OS_MBUF_TRAILINGSPACE/index.html b/develop/os/core_os/mbuf/OS_MBUF_TRAILINGSPACE/index.html
index 49aec98..9b9d0b2 100644
--- a/develop/os/core_os/mbuf/OS_MBUF_TRAILINGSPACE/index.html
+++ b/develop/os/core_os/mbuf/OS_MBUF_TRAILINGSPACE/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/mbuf/OS_MBUF_USRHDR/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mbuf/OS_MBUF_USRHDR/index.html b/develop/os/core_os/mbuf/OS_MBUF_USRHDR/index.html
index 2cdc015..ab9ddac 100644
--- a/develop/os/core_os/mbuf/OS_MBUF_USRHDR/index.html
+++ b/develop/os/core_os/mbuf/OS_MBUF_USRHDR/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/mbuf/OS_MBUF_USRHDR_LEN/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mbuf/OS_MBUF_USRHDR_LEN/index.html b/develop/os/core_os/mbuf/OS_MBUF_USRHDR_LEN/index.html
index a3f9f51..9852862 100644
--- a/develop/os/core_os/mbuf/OS_MBUF_USRHDR_LEN/index.html
+++ b/develop/os/core_os/mbuf/OS_MBUF_USRHDR_LEN/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/mbuf/mbuf/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mbuf/mbuf/index.html b/develop/os/core_os/mbuf/mbuf/index.html
index d13f371..3574c49 100644
--- a/develop/os/core_os/mbuf/mbuf/index.html
+++ b/develop/os/core_os/mbuf/mbuf/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/mbuf/os_mbuf_adj/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mbuf/os_mbuf_adj/index.html b/develop/os/core_os/mbuf/os_mbuf_adj/index.html
index 98023ee..aa482a0 100644
--- a/develop/os/core_os/mbuf/os_mbuf_adj/index.html
+++ b/develop/os/core_os/mbuf/os_mbuf_adj/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/mbuf/os_mbuf_append/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mbuf/os_mbuf_append/index.html b/develop/os/core_os/mbuf/os_mbuf_append/index.html
index e236816..65630e9 100644
--- a/develop/os/core_os/mbuf/os_mbuf_append/index.html
+++ b/develop/os/core_os/mbuf/os_mbuf_append/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/mbuf/os_mbuf_concat/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mbuf/os_mbuf_concat/index.html b/develop/os/core_os/mbuf/os_mbuf_concat/index.html
index b2e4d97..c782852 100644
--- a/develop/os/core_os/mbuf/os_mbuf_concat/index.html
+++ b/develop/os/core_os/mbuf/os_mbuf_concat/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/mbuf/os_mbuf_copydata/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mbuf/os_mbuf_copydata/index.html b/develop/os/core_os/mbuf/os_mbuf_copydata/index.html
index f9424a3..a6f320e 100644
--- a/develop/os/core_os/mbuf/os_mbuf_copydata/index.html
+++ b/develop/os/core_os/mbuf/os_mbuf_copydata/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/mbuf/os_mbuf_copyinto/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mbuf/os_mbuf_copyinto/index.html b/develop/os/core_os/mbuf/os_mbuf_copyinto/index.html
index f950a1c..b73fe34 100644
--- a/develop/os/core_os/mbuf/os_mbuf_copyinto/index.html
+++ b/develop/os/core_os/mbuf/os_mbuf_copyinto/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/mbuf/os_mbuf_dup/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mbuf/os_mbuf_dup/index.html b/develop/os/core_os/mbuf/os_mbuf_dup/index.html
index 906cfc8..3401cda 100644
--- a/develop/os/core_os/mbuf/os_mbuf_dup/index.html
+++ b/develop/os/core_os/mbuf/os_mbuf_dup/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/mbuf/os_mbuf_extend/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mbuf/os_mbuf_extend/index.html b/develop/os/core_os/mbuf/os_mbuf_extend/index.html
index 3c0ffdc..a11826d 100644
--- a/develop/os/core_os/mbuf/os_mbuf_extend/index.html
+++ b/develop/os/core_os/mbuf/os_mbuf_extend/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/mbuf/os_mbuf_free_chain/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mbuf/os_mbuf_free_chain/index.html b/develop/os/core_os/mbuf/os_mbuf_free_chain/index.html
index a338d97..24ae725 100644
--- a/develop/os/core_os/mbuf/os_mbuf_free_chain/index.html
+++ b/develop/os/core_os/mbuf/os_mbuf_free_chain/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/mbuf/os_mbuf_get/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mbuf/os_mbuf_get/index.html b/develop/os/core_os/mbuf/os_mbuf_get/index.html
index 27989eb..9fab2ef 100644
--- a/develop/os/core_os/mbuf/os_mbuf_get/index.html
+++ b/develop/os/core_os/mbuf/os_mbuf_get/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/mbuf/os_mbuf_get_pkthdr/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mbuf/os_mbuf_get_pkthdr/index.html b/develop/os/core_os/mbuf/os_mbuf_get_pkthdr/index.html
index a61ca8a..e4d85ac 100644
--- a/develop/os/core_os/mbuf/os_mbuf_get_pkthdr/index.html
+++ b/develop/os/core_os/mbuf/os_mbuf_get_pkthdr/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/mbuf/os_mbuf_memcmp/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mbuf/os_mbuf_memcmp/index.html b/develop/os/core_os/mbuf/os_mbuf_memcmp/index.html
index 81afc3f..ffa8b32 100644
--- a/develop/os/core_os/mbuf/os_mbuf_memcmp/index.html
+++ b/develop/os/core_os/mbuf/os_mbuf_memcmp/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/mbuf/os_mbuf_off/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mbuf/os_mbuf_off/index.html b/develop/os/core_os/mbuf/os_mbuf_off/index.html
index 1e20cd8..5998e72 100644
--- a/develop/os/core_os/mbuf/os_mbuf_off/index.html
+++ b/develop/os/core_os/mbuf/os_mbuf_off/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/mbuf/os_mbuf_pool_init/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mbuf/os_mbuf_pool_init/index.html b/develop/os/core_os/mbuf/os_mbuf_pool_init/index.html
index 67f90b6..d98aea0 100644
--- a/develop/os/core_os/mbuf/os_mbuf_pool_init/index.html
+++ b/develop/os/core_os/mbuf/os_mbuf_pool_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/mbuf/os_mbuf_prepend/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mbuf/os_mbuf_prepend/index.html b/develop/os/core_os/mbuf/os_mbuf_prepend/index.html
index a3f17ff..b809310 100644
--- a/develop/os/core_os/mbuf/os_mbuf_prepend/index.html
+++ b/develop/os/core_os/mbuf/os_mbuf_prepend/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/mbuf/os_mbuf_pullup/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mbuf/os_mbuf_pullup/index.html b/develop/os/core_os/mbuf/os_mbuf_pullup/index.html
index 0721baa..8437b17 100644
--- a/develop/os/core_os/mbuf/os_mbuf_pullup/index.html
+++ b/develop/os/core_os/mbuf/os_mbuf_pullup/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/memory_pool/OS_MEMPOOL_BYTES/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/memory_pool/OS_MEMPOOL_BYTES/index.html b/develop/os/core_os/memory_pool/OS_MEMPOOL_BYTES/index.html
index 5389648..206a979 100644
--- a/develop/os/core_os/memory_pool/OS_MEMPOOL_BYTES/index.html
+++ b/develop/os/core_os/memory_pool/OS_MEMPOOL_BYTES/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/memory_pool/OS_MEMPOOL_SIZE/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/memory_pool/OS_MEMPOOL_SIZE/index.html b/develop/os/core_os/memory_pool/OS_MEMPOOL_SIZE/index.html
index b18a479..0953ec6 100644
--- a/develop/os/core_os/memory_pool/OS_MEMPOOL_SIZE/index.html
+++ b/develop/os/core_os/memory_pool/OS_MEMPOOL_SIZE/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/memory_pool/memory_pool/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/memory_pool/memory_pool/index.html b/develop/os/core_os/memory_pool/memory_pool/index.html
index 5dfc5c9..960fef5 100644
--- a/develop/os/core_os/memory_pool/memory_pool/index.html
+++ b/develop/os/core_os/memory_pool/memory_pool/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/memory_pool/os_memblock_get/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/memory_pool/os_memblock_get/index.html b/develop/os/core_os/memory_pool/os_memblock_get/index.html
index 068ec05..9a8b561 100644
--- a/develop/os/core_os/memory_pool/os_memblock_get/index.html
+++ b/develop/os/core_os/memory_pool/os_memblock_get/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/memory_pool/os_memblock_put/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/memory_pool/os_memblock_put/index.html b/develop/os/core_os/memory_pool/os_memblock_put/index.html
index 9018fd8..28cf384 100644
--- a/develop/os/core_os/memory_pool/os_memblock_put/index.html
+++ b/develop/os/core_os/memory_pool/os_memblock_put/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/memory_pool/os_mempool_init/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/memory_pool/os_mempool_init/index.html b/develop/os/core_os/memory_pool/os_mempool_init/index.html
index b78b023..05984aa 100644
--- a/develop/os/core_os/memory_pool/os_mempool_init/index.html
+++ b/develop/os/core_os/memory_pool/os_mempool_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/mqueue/mqueue/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mqueue/mqueue/index.html b/develop/os/core_os/mqueue/mqueue/index.html
index eedecac..da7693d 100644
--- a/develop/os/core_os/mqueue/mqueue/index.html
+++ b/develop/os/core_os/mqueue/mqueue/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/mqueue/os_mqueue_get/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mqueue/os_mqueue_get/index.html b/develop/os/core_os/mqueue/os_mqueue_get/index.html
index a4fc0b1..b3e026d 100644
--- a/develop/os/core_os/mqueue/os_mqueue_get/index.html
+++ b/develop/os/core_os/mqueue/os_mqueue_get/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/mqueue/os_mqueue_init/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mqueue/os_mqueue_init/index.html b/develop/os/core_os/mqueue/os_mqueue_init/index.html
index b292c0a..52734e6 100644
--- a/develop/os/core_os/mqueue/os_mqueue_init/index.html
+++ b/develop/os/core_os/mqueue/os_mqueue_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/mqueue/os_mqueue_put/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mqueue/os_mqueue_put/index.html b/develop/os/core_os/mqueue/os_mqueue_put/index.html
index a3f60fc..76f6716 100644
--- a/develop/os/core_os/mqueue/os_mqueue_put/index.html
+++ b/develop/os/core_os/mqueue/os_mqueue_put/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/msys/msys/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/msys/msys/index.html b/develop/os/core_os/msys/msys/index.html
index c94a2f0..b7ba4c9 100644
--- a/develop/os/core_os/msys/msys/index.html
+++ b/develop/os/core_os/msys/msys/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/msys/os_msys_get/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/msys/os_msys_get/index.html b/develop/os/core_os/msys/os_msys_get/index.html
index 3ae3a91..60f1706 100644
--- a/develop/os/core_os/msys/os_msys_get/index.html
+++ b/develop/os/core_os/msys/os_msys_get/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/msys/os_msys_get_pkthdr/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/msys/os_msys_get_pkthdr/index.html b/develop/os/core_os/msys/os_msys_get_pkthdr/index.html
index 7382ed4..734538d 100644
--- a/develop/os/core_os/msys/os_msys_get_pkthdr/index.html
+++ b/develop/os/core_os/msys/os_msys_get_pkthdr/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/msys/os_msys_register/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/msys/os_msys_register/index.html b/develop/os/core_os/msys/os_msys_register/index.html
index ae44e4a..2535242 100644
--- a/develop/os/core_os/msys/os_msys_register/index.html
+++ b/develop/os/core_os/msys/os_msys_register/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/msys/os_msys_reset/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/msys/os_msys_reset/index.html b/develop/os/core_os/msys/os_msys_reset/index.html
index dfbb642..fe15a8a 100644
--- a/develop/os/core_os/msys/os_msys_reset/index.html
+++ b/develop/os/core_os/msys/os_msys_reset/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/mutex/mutex/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mutex/mutex/index.html b/develop/os/core_os/mutex/mutex/index.html
index f75b7d4..0a433ec 100644
--- a/develop/os/core_os/mutex/mutex/index.html
+++ b/develop/os/core_os/mutex/mutex/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/mutex/os_mutex_init/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mutex/os_mutex_init/index.html b/develop/os/core_os/mutex/os_mutex_init/index.html
index 33d3bad..186cda5 100644
--- a/develop/os/core_os/mutex/os_mutex_init/index.html
+++ b/develop/os/core_os/mutex/os_mutex_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/mutex/os_mutex_pend/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mutex/os_mutex_pend/index.html b/develop/os/core_os/mutex/os_mutex_pend/index.html
index 0f763ce..b5af31f 100644
--- a/develop/os/core_os/mutex/os_mutex_pend/index.html
+++ b/develop/os/core_os/mutex/os_mutex_pend/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/mutex/os_mutex_release/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mutex/os_mutex_release/index.html b/develop/os/core_os/mutex/os_mutex_release/index.html
index d1865f4..a399b99 100644
--- a/develop/os/core_os/mutex/os_mutex_release/index.html
+++ b/develop/os/core_os/mutex/os_mutex_release/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/mynewt_os/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/mynewt_os/index.html b/develop/os/core_os/mynewt_os/index.html
index 418cbcb..518ea95 100644
--- a/develop/os/core_os/mynewt_os/index.html
+++ b/develop/os/core_os/mynewt_os/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/os_init/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/os_init/index.html b/develop/os/core_os/os_init/index.html
index 375c7da..e6b67fd 100644
--- a/develop/os/core_os/os_init/index.html
+++ b/develop/os/core_os/os_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/os_start/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/os_start/index.html b/develop/os/core_os/os_start/index.html
index 9d911c3..4e3b76b 100644
--- a/develop/os/core_os/os_start/index.html
+++ b/develop/os/core_os/os_start/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/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 b94a814..0cff7b4 100644
--- a/develop/os/core_os/os_started/index.html
+++ b/develop/os/core_os/os_started/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/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 6e5d861..775b9e3 100644
--- a/develop/os/core_os/porting/port_bsp/index.html
+++ b/develop/os/core_os/porting/port_bsp/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/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 6da7f9e..adecec4 100644
--- a/develop/os/core_os/porting/port_cpu/index.html
+++ b/develop/os/core_os/porting/port_cpu/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/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 4d1bda6..e8c303c 100644
--- a/develop/os/core_os/porting/port_mcu/index.html
+++ b/develop/os/core_os/porting/port_mcu/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/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 2f489db..420ba48 100644
--- a/develop/os/core_os/porting/port_os/index.html
+++ b/develop/os/core_os/porting/port_os/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/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 8e82d62..c53a79f 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
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/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 7cc9482..536822b 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
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/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 09b480f..132437e 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
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/sanity/os_sanity_task_checkin/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/sanity/os_sanity_task_checkin/index.html b/develop/os/core_os/sanity/os_sanity_task_checkin/index.html
index bbf6bb5..e91563d 100644
--- a/develop/os/core_os/sanity/os_sanity_task_checkin/index.html
+++ b/develop/os/core_os/sanity/os_sanity_task_checkin/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/sanity/os_sanity_task_init/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/sanity/os_sanity_task_init/index.html b/develop/os/core_os/sanity/os_sanity_task_init/index.html
index 6e6c930..859b3bb 100644
--- a/develop/os/core_os/sanity/os_sanity_task_init/index.html
+++ b/develop/os/core_os/sanity/os_sanity_task_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/sanity/sanity/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/sanity/sanity/index.html b/develop/os/core_os/sanity/sanity/index.html
index 7eae7e7..5b72688 100644
--- a/develop/os/core_os/sanity/sanity/index.html
+++ b/develop/os/core_os/sanity/sanity/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/semaphore/os_sem_init/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/semaphore/os_sem_init/index.html b/develop/os/core_os/semaphore/os_sem_init/index.html
index d91c188..edbb0ad 100644
--- a/develop/os/core_os/semaphore/os_sem_init/index.html
+++ b/develop/os/core_os/semaphore/os_sem_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/semaphore/os_sem_pend/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/semaphore/os_sem_pend/index.html b/develop/os/core_os/semaphore/os_sem_pend/index.html
index 291a17d..232e13f 100644
--- a/develop/os/core_os/semaphore/os_sem_pend/index.html
+++ b/develop/os/core_os/semaphore/os_sem_pend/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/semaphore/os_sem_release/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/semaphore/os_sem_release/index.html b/develop/os/core_os/semaphore/os_sem_release/index.html
index 74b440c..179b81b 100644
--- a/develop/os/core_os/semaphore/os_sem_release/index.html
+++ b/develop/os/core_os/semaphore/os_sem_release/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/semaphore/semaphore/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/semaphore/semaphore/index.html b/develop/os/core_os/semaphore/semaphore/index.html
index e073734..cb7665e 100644
--- a/develop/os/core_os/semaphore/semaphore/index.html
+++ b/develop/os/core_os/semaphore/semaphore/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/task/os_task_count/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/task/os_task_count/index.html b/develop/os/core_os/task/os_task_count/index.html
index 65c1497..9e51e47 100644
--- a/develop/os/core_os/task/os_task_count/index.html
+++ b/develop/os/core_os/task/os_task_count/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/task/os_task_info_get_next/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/task/os_task_info_get_next/index.html b/develop/os/core_os/task/os_task_info_get_next/index.html
index 4f9cb55..50ef100 100644
--- a/develop/os/core_os/task/os_task_info_get_next/index.html
+++ b/develop/os/core_os/task/os_task_info_get_next/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/task/os_task_init/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/task/os_task_init/index.html b/develop/os/core_os/task/os_task_init/index.html
index 7320bb1..a8f2fda 100644
--- a/develop/os/core_os/task/os_task_init/index.html
+++ b/develop/os/core_os/task/os_task_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/task/task/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/task/task/index.html b/develop/os/core_os/task/task/index.html
index bb4de84..9f6f3d9 100644
--- a/develop/os/core_os/task/task/index.html
+++ b/develop/os/core_os/task/task/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/time/os_gettimeofday/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/time/os_gettimeofday/index.html b/develop/os/core_os/time/os_gettimeofday/index.html
index e5bc4b6..36abf0c 100644
--- a/develop/os/core_os/time/os_gettimeofday/index.html
+++ b/develop/os/core_os/time/os_gettimeofday/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/time/os_settimeofday/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/time/os_settimeofday/index.html b/develop/os/core_os/time/os_settimeofday/index.html
index dc32ba6..324974a 100644
--- a/develop/os/core_os/time/os_settimeofday/index.html
+++ b/develop/os/core_os/time/os_settimeofday/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/time/os_time/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/time/os_time/index.html b/develop/os/core_os/time/os_time/index.html
index e565b6f..3afac32 100644
--- a/develop/os/core_os/time/os_time/index.html
+++ b/develop/os/core_os/time/os_time/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/time/os_time_delay/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/time/os_time_delay/index.html b/develop/os/core_os/time/os_time_delay/index.html
index c10ce68..05a1684 100644
--- a/develop/os/core_os/time/os_time_delay/index.html
+++ b/develop/os/core_os/time/os_time_delay/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/time/os_time_get/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/time/os_time_get/index.html b/develop/os/core_os/time/os_time_get/index.html
index 75a6a1f..b5e7d7d 100644
--- a/develop/os/core_os/time/os_time_get/index.html
+++ b/develop/os/core_os/time/os_time_get/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/core_os/time/os_time_tick/index.html
----------------------------------------------------------------------
diff --git a/develop/os/core_os/time/os_time_tick/index.html b/develop/os/core_os/time/os_time_tick/index.html
index 4166f4d..410791a 100644
--- a/develop/os/core_os/time/os_time_tick/index.html
+++ b/develop/os/core_os/time/os_time_tick/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/get_started/cross_tools/index.html
----------------------------------------------------------------------
diff --git a/develop/os/get_started/cross_tools/index.html b/develop/os/get_started/cross_tools/index.html
index e04fc17..310a04f 100644
--- a/develop/os/get_started/cross_tools/index.html
+++ b/develop/os/get_started/cross_tools/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/get_started/docker/index.html
----------------------------------------------------------------------
diff --git a/develop/os/get_started/docker/index.html b/develop/os/get_started/docker/index.html
index 36fb747..f2ea3d2 100644
--- a/develop/os/get_started/docker/index.html
+++ b/develop/os/get_started/docker/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/get_started/get_started/index.html
----------------------------------------------------------------------
diff --git a/develop/os/get_started/get_started/index.html b/develop/os/get_started/get_started/index.html
index d4b9ca6..dff0598 100644
--- a/develop/os/get_started/get_started/index.html
+++ b/develop/os/get_started/get_started/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/get_started/native_tools/index.html
----------------------------------------------------------------------
diff --git a/develop/os/get_started/native_tools/index.html b/develop/os/get_started/native_tools/index.html
index 1fd1f91..fc5581b 100644
--- a/develop/os/get_started/native_tools/index.html
+++ b/develop/os/get_started/native_tools/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 



[12/22] incubator-mynewt-site git commit: Added a tutorial to add console to blinky. Updated newt documentation. Added a Latest News button on front page

Posted by ad...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/bletiny/bletiny_GAP/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/bletiny/bletiny_GAP/index.html b/latest/network/ble/bletiny/bletiny_GAP/index.html
index 0b526dc..f17612d 100644
--- a/latest/network/ble/bletiny/bletiny_GAP/index.html
+++ b/latest/network/ble/bletiny/bletiny_GAP/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/bletiny/bletiny_GATT/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/bletiny/bletiny_GATT/index.html b/latest/network/ble/bletiny/bletiny_GATT/index.html
index 3350e7c..506fa44 100644
--- a/latest/network/ble/bletiny/bletiny_GATT/index.html
+++ b/latest/network/ble/bletiny/bletiny_GATT/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/bletiny/bletiny_advdata/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/bletiny/bletiny_advdata/index.html b/latest/network/ble/bletiny/bletiny_advdata/index.html
index a560f86..222e0c1 100644
--- a/latest/network/ble/bletiny/bletiny_advdata/index.html
+++ b/latest/network/ble/bletiny/bletiny_advdata/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/bletiny/bletiny_api/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/bletiny/bletiny_api/index.html b/latest/network/ble/bletiny/bletiny_api/index.html
index 2ada054..1d2e3cc 100644
--- a/latest/network/ble/bletiny/bletiny_api/index.html
+++ b/latest/network/ble/bletiny/bletiny_api/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ini_stack/ble_add_cpu/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ini_stack/ble_add_cpu/index.html b/latest/network/ble/ini_stack/ble_add_cpu/index.html
index 54def12..9221e79 100644
--- a/latest/network/ble/ini_stack/ble_add_cpu/index.html
+++ b/latest/network/ble/ini_stack/ble_add_cpu/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ini_stack/ble_consolepkg/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ini_stack/ble_consolepkg/index.html b/latest/network/ble/ini_stack/ble_consolepkg/index.html
index 27d45f9..8cfaf7c 100644
--- a/latest/network/ble/ini_stack/ble_consolepkg/index.html
+++ b/latest/network/ble/ini_stack/ble_consolepkg/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ini_stack/ble_controller_ini/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ini_stack/ble_controller_ini/index.html b/latest/network/ble/ini_stack/ble_controller_ini/index.html
index b805055..c3dfd14 100644
--- a/latest/network/ble/ini_stack/ble_controller_ini/index.html
+++ b/latest/network/ble/ini_stack/ble_controller_ini/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ini_stack/ble_devadd/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ini_stack/ble_devadd/index.html b/latest/network/ble/ini_stack/ble_devadd/index.html
index f2fc027..24e177b 100644
--- a/latest/network/ble/ini_stack/ble_devadd/index.html
+++ b/latest/network/ble/ini_stack/ble_devadd/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ini_stack/ble_host_ini/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ini_stack/ble_host_ini/index.html b/latest/network/ble/ini_stack/ble_host_ini/index.html
index af01368..16a4262 100644
--- a/latest/network/ble/ini_stack/ble_host_ini/index.html
+++ b/latest/network/ble/ini_stack/ble_host_ini/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ini_stack/ble_ini_intro/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ini_stack/ble_ini_intro/index.html b/latest/network/ble/ini_stack/ble_ini_intro/index.html
index 6263dd9..c1105a1 100644
--- a/latest/network/ble/ini_stack/ble_ini_intro/index.html
+++ b/latest/network/ble/ini_stack/ble_ini_intro/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ini_stack/ble_mempool/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ini_stack/ble_mempool/index.html b/latest/network/ble/ini_stack/ble_mempool/index.html
index deb1eb7..a35fda4 100644
--- a/latest/network/ble/ini_stack/ble_mempool/index.html
+++ b/latest/network/ble/ini_stack/ble_mempool/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ini_stack/ble_parent_ini/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ini_stack/ble_parent_ini/index.html b/latest/network/ble/ini_stack/ble_parent_ini/index.html
index 2a23443..eb6e3b3 100644
--- a/latest/network/ble/ini_stack/ble_parent_ini/index.html
+++ b/latest/network/ble/ini_stack/ble_parent_ini/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ini_stack/ble_statpkg/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ini_stack/ble_statpkg/index.html b/latest/network/ble/ini_stack/ble_statpkg/index.html
index 8b485ce..348fb6b 100644
--- a/latest/network/ble/ini_stack/ble_statpkg/index.html
+++ b/latest/network/ble/ini_stack/ble_statpkg/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/nimble_setup/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/nimble_setup/index.html b/latest/network/ble/nimble_setup/index.html
index 038c472..278f7de 100644
--- a/latest/network/ble/nimble_setup/index.html
+++ b/latest/network/ble/nimble_setup/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/newt/command_list/newt_build/index.html
----------------------------------------------------------------------
diff --git a/latest/newt/command_list/newt_build/index.html b/latest/newt/command_list/newt_build/index.html
index 8b5ef9e..08bd289 100644
--- a/latest/newt/command_list/newt_build/index.html
+++ b/latest/newt/command_list/newt_build/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/newt/command_list/newt_clean/index.html
----------------------------------------------------------------------
diff --git a/latest/newt/command_list/newt_clean/index.html b/latest/newt/command_list/newt_clean/index.html
index bd86189..7a15e3e 100644
--- a/latest/newt/command_list/newt_clean/index.html
+++ b/latest/newt/command_list/newt_clean/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/newt/command_list/newt_create_image/index.html
----------------------------------------------------------------------
diff --git a/latest/newt/command_list/newt_create_image/index.html b/latest/newt/command_list/newt_create_image/index.html
index 0fbb3a4..c46e436 100644
--- a/latest/newt/command_list/newt_create_image/index.html
+++ b/latest/newt/command_list/newt_create_image/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/newt/command_list/newt_debug/index.html
----------------------------------------------------------------------
diff --git a/latest/newt/command_list/newt_debug/index.html b/latest/newt/command_list/newt_debug/index.html
index 81aa6da..7962f33 100644
--- a/latest/newt/command_list/newt_debug/index.html
+++ b/latest/newt/command_list/newt_debug/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/newt/command_list/newt_help/index.html
----------------------------------------------------------------------
diff --git a/latest/newt/command_list/newt_help/index.html b/latest/newt/command_list/newt_help/index.html
index 05122e8..34f2eb2 100644
--- a/latest/newt/command_list/newt_help/index.html
+++ b/latest/newt/command_list/newt_help/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/newt/command_list/newt_info/index.html
----------------------------------------------------------------------
diff --git a/latest/newt/command_list/newt_info/index.html b/latest/newt/command_list/newt_info/index.html
index 38f739c..3731de1 100644
--- a/latest/newt/command_list/newt_info/index.html
+++ b/latest/newt/command_list/newt_info/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/newt/command_list/newt_install/index.html
----------------------------------------------------------------------
diff --git a/latest/newt/command_list/newt_install/index.html b/latest/newt/command_list/newt_install/index.html
index 15d2853..5e762e2 100644
--- a/latest/newt/command_list/newt_install/index.html
+++ b/latest/newt/command_list/newt_install/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/newt/command_list/newt_load/index.html
----------------------------------------------------------------------
diff --git a/latest/newt/command_list/newt_load/index.html b/latest/newt/command_list/newt_load/index.html
index 6c02cbc..d12a8f3 100644
--- a/latest/newt/command_list/newt_load/index.html
+++ b/latest/newt/command_list/newt_load/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/newt/command_list/newt_new/index.html
----------------------------------------------------------------------
diff --git a/latest/newt/command_list/newt_new/index.html b/latest/newt/command_list/newt_new/index.html
index 10e1f37..291dc21 100644
--- a/latest/newt/command_list/newt_new/index.html
+++ b/latest/newt/command_list/newt_new/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/newt/command_list/newt_run/index.html
----------------------------------------------------------------------
diff --git a/latest/newt/command_list/newt_run/index.html b/latest/newt/command_list/newt_run/index.html
index c8eb2ff..ba971e5 100644
--- a/latest/newt/command_list/newt_run/index.html
+++ b/latest/newt/command_list/newt_run/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/newt/command_list/newt_size/index.html
----------------------------------------------------------------------
diff --git a/latest/newt/command_list/newt_size/index.html b/latest/newt/command_list/newt_size/index.html
index 57fec69..b495cd9 100644
--- a/latest/newt/command_list/newt_size/index.html
+++ b/latest/newt/command_list/newt_size/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/newt/command_list/newt_target/index.html
----------------------------------------------------------------------
diff --git a/latest/newt/command_list/newt_target/index.html b/latest/newt/command_list/newt_target/index.html
index 1090e6f..e1b34ff 100644
--- a/latest/newt/command_list/newt_target/index.html
+++ b/latest/newt/command_list/newt_target/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/newt/command_list/newt_test/index.html
----------------------------------------------------------------------
diff --git a/latest/newt/command_list/newt_test/index.html b/latest/newt/command_list/newt_test/index.html
index 6593d99..d39ec70 100644
--- a/latest/newt/command_list/newt_test/index.html
+++ b/latest/newt/command_list/newt_test/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/newt/command_list/newt_upgrade/index.html
----------------------------------------------------------------------
diff --git a/latest/newt/command_list/newt_upgrade/index.html b/latest/newt/command_list/newt_upgrade/index.html
index 9991405..a7b702e 100644
--- a/latest/newt/command_list/newt_upgrade/index.html
+++ b/latest/newt/command_list/newt_upgrade/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/newt/command_list/newt_version/index.html
----------------------------------------------------------------------
diff --git a/latest/newt/command_list/newt_version/index.html b/latest/newt/command_list/newt_version/index.html
index cdc3fc5..5ddb168 100644
--- a/latest/newt/command_list/newt_version/index.html
+++ b/latest/newt/command_list/newt_version/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/newt/install/newt_linux/index.html
----------------------------------------------------------------------
diff --git a/latest/newt/install/newt_linux/index.html b/latest/newt/install/newt_linux/index.html
index be34aa2..ad36ecc 100644
--- a/latest/newt/install/newt_linux/index.html
+++ b/latest/newt/install/newt_linux/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/newt/install/newt_mac/index.html
----------------------------------------------------------------------
diff --git a/latest/newt/install/newt_mac/index.html b/latest/newt/install/newt_mac/index.html
index a237855..a9bd97c 100644
--- a/latest/newt/install/newt_mac/index.html
+++ b/latest/newt/install/newt_mac/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/newt/newt_intro/index.html
----------------------------------------------------------------------
diff --git a/latest/newt/newt_intro/index.html b/latest/newt/newt_intro/index.html
index 4bbd64d..5515221 100644
--- a/latest/newt/newt_intro/index.html
+++ b/latest/newt/newt_intro/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 
@@ -423,10 +429,11 @@ bin
 <h3 id="more-operations-using-newt">More operations using Newt</h3>
 <p>Once a target has been built, Newt allows additional operations on the target.  </p>
 <ul>
-<li><strong>download</strong>: Download built target to board</li>
+<li><strong>load</strong>: Download built target to board</li>
 <li><strong>debug</strong>: Open debugger session to target</li>
 <li><strong>size</strong>: Get size of target components</li>
 <li><strong>create-image</strong>: Add image header to the binary image</li>
+<li><strong>run</strong>: Build, create image, load, and finally open a debug session with the target</li>
 </ul>
 <p>For more details on how Newt works, go to <a href="../newt_operation/">Newt - Theory of Operations</a>.</p>
 <p><br></p>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/newt/newt_operation/index.html
----------------------------------------------------------------------
diff --git a/latest/newt/newt_operation/index.html b/latest/newt/newt_operation/index.html
index a39e3e4..4435353 100644
--- a/latest/newt/newt_operation/index.html
+++ b/latest/newt/newt_operation/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 
@@ -370,28 +376,35 @@
 <p>When Newt sees a directory tree that contains a "project.yml" file it knows that it is in the base directory of a project, and automatically builds a package tree. You can see that there are two essential package directories, "apps" and "targets." </p>
 <p><br></p>
 <h4 id="apps-package-directory">"apps" Package Directory</h4>
-<p><code>apps</code> is where applications are stored, and applications are where the main() function is contained.  Along with the <code>targets</code> directory, <code>apps</code> represents the top-level of the build tree, and define the dependencies and features for the rest of the system.</p>
-<p>The app definition is contained in a <code>pkg.yml</code> file. An example of blinky's <code>pkg.yml</code> file is:</p>
+<p><code>apps</code> is where applications are stored, and applications are where the main() function is contained.  The base project directory comes with one simple app called <code>blinky</code> in the <code>apps</code> directory. The core repository <code>@apache-mynewt-core</code> comes with many additional sample apps in its <code>apps</code> directory. At the time of this writing, there are several example BLE apps, the boot app, slinky app for using newt manager protocol, and more in that directory.</p>
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">@~/dev/myproj$ ls repos/apache-mynewt-core/apps/
+blecent     bleprph_oic bleuart     ffs2native  slinky_oic  test
+blehci      bletest     boot        ocf_sample  spitest     timtest
+bleprph     bletiny     fat2native  slinky      splitty
+</pre></div>
+
+
+<p>Along with the <code>targets</code> directory, <code>apps</code> represents the top-level of the build tree for the particular project, and define the dependencies and features for the rest of the system. Mynewt users and developers can add their own apps to the project's <code>apps</code> directory.   </p>
+<p>The app definition is contained in a <code>pkg.yml</code> file. For example, blinky's <code>pkg.yml</code> file is:</p>
 <div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">$ more apps/blinky/pkg.yml
 &lt;snip&gt;
 pkg.name: apps/blinky
-pkg.vers: 0.8.0
+pkg.type: app
 pkg.description: Basic example application which blinks an LED.
 pkg.author: &quot;Apache Mynewt &lt;dev@mynewt.incubator.apache.org&gt;&quot;
 pkg.homepage: &quot;http://mynewt.apache.org/&quot;
-pkg.repository:
 pkg.keywords:
 
 pkg.deps:
-     - &quot;@apache-mynewt-core/libs/os&quot;
-     - &quot;@apache-mynewt-core/hw/hal&quot;
-     - &quot;@apache-mynewt-core/libs/console/full&quot;
+    - &quot;@apache-mynewt-core/kernel/os&quot;
+    - &quot;@apache-mynewt-core/hw/hal&quot;
+    - &quot;@apache-mynewt-core/sys/console/full&quot;
 </pre></div>
 
 
 <p><br></p>
 <p>This file says that the name of the package is apps/blinky, and it 
-depends on libs/os, hw/hal and libs/console/full packages.</p>
+depends on kernel/os, hw/hal and sys/console/full packages.</p>
 <p><strong>NOTE:</strong> @apache-mynewt-core is a repository descriptor, and this will be 
 covered in the "repository" section. </p>
 <p><br></p>
@@ -403,23 +416,27 @@ covered in the "repository" section. </p>
 <li>bsp: The board support package to combine with that application</li>
 <li>build_profile: Either debug or optimized.</li>
 </ul>
-<p>The <code>my_blinky_sim</code> target in the example below has the following settings:</p>
+<p>The <code>my_blinky_sim</code> target that is included by default has the following settings:</p>
 <div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">$ newt target show
 targets/my_blinky_sim
     app=apps/blinky
     bsp=@apache-mynewt-core/hw/bsp/native
     build_profile=debug
-$ ls my_blinky_sim/
+$ ls targets/my_blinky_sim/
 pkg.yml     target.yml
 </pre></div>
 
 
+<p>There are helper functions to aid the developer specify parameters for a target. </p>
+<ul>
+<li><strong>vals</strong>: Displays all valid values for the specified parameter type (e.g. bsp for a target)</li>
+<li><strong>target show</strong>: Displays the build artifacts for specified or all targets</li>
+</ul>
 <p>In general, the three basic parameters of a target (<code>app</code>, <code>bsp</code>, and <code>build_profile</code>) are stored in the <code>target.yml</code> file in that target's build directory under <code>targets</code>. You will also see a <code>pkg.yml</code> file in the same directory. Since targets are packages, a <code>pkg.yml</code> is expected. It contains typical package descriptors, dependencies, and additional parameters such as the following:</p>
 <ul>
 <li>Cflags: Any additional compiler flags you might want to specify to the build</li>
 <li>Aflags: Any additional assembler flags you might want to specify to the build</li>
 <li>Lflags: Any additional linker flags you might want to specify to the build</li>
-<li>features: Any system level features you want to enable.</li>
 </ul>
 <p><br></p>
 <h3 id="resolving-dependencies">Resolving dependencies</h3>
@@ -493,21 +510,10 @@ newt structure must always be prefixed by the package name. For example, libs/os
 
 <p><br></p>
 <ul>
-<li>
-<p>API requirements are validated.  Packages can export APIs they 
+<li>API requirements are validated.  Packages can export APIs they 
 implement, (i.e. pkg.api: hw-hal-impl), and other packages can require 
-those APIs (i.e. pkg.req_api: hw-hal-impl).</p>
-</li>
-<li>
-<p>"Features" options are supported.  Packages can change what dependencies 
-they have, or what flags they are using based upon what features are enabled in the system.  As an example, many packages will add additional software, based on whether the shell package is present.  To do this, they can overwrite cflags or deps based upon the shell "feature."</p>
-</li>
+those APIs (i.e. pkg.req_api: hw-hal-impl).</li>
 </ul>
-<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">pkg.cflags.SHELL: -DSHELL_PRESENT
-</pre></div>
-
-
-<p><br></p>
 <p>In order to properly resolve all dependencies in the build system, Newt recursively processes the package dependencies until there are no new dependencies or features (because features can add dependencies.)  And it builds a big list of all the packages that need to be build.</p>
 <p>Newt then goes through this package list, and builds every package into 
 an archive file.</p>
@@ -556,45 +562,36 @@ bin/
 <p>Once a target has been build, there are a number of helper functions 
 that work on the target.  These are:</p>
 <ul>
-<li><strong>download</strong>     Download built target to board</li>
+<li><strong>load</strong>     Download built target to board</li>
 <li><strong>debug</strong>        Open debugger session to target</li>
-<li>size         Size of target components</li>
-<li>create-image Add image header to target binary</li>
+<li><strong>size</strong>         Size of target components</li>
+<li><strong>create-image</strong>  Add image header to target binary</li>
+<li><strong>run</strong>  The equivalent of build, create-image, load, and debug on specified target</li>
 </ul>
-<p>Download and debug handles driving GDB and the system debugger.  These 
+<p><code>load</code> and <code>debug</code> handles driving GDB and the system debugger.  These 
 commands call out to scripts that are defined by the BSP.</p>
-<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">$ more repos/apache-mynewt-core/hw/bsp/nrf52pdk/nrf52pdk_debug.sh
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">$ more repos/apache-mynewt-core/hw/bsp/nrf52dk/nrf52dk_debug.sh
 &lt;snip&gt;
-#
-if [ $# -lt 1 ]; then
-     echo &quot;Need binary to download&quot;
-     exit 1
-fi
-
-FILE_NAME=$2.elf
-GDB_CMD_FILE=.gdb_cmds
+. $CORE_PATH/hw/scripts/jlink.sh
 
-echo &quot;Debugging&quot; $FILE_NAME
+FILE_NAME=$BIN_BASENAME.elf
 
-# Monitor mode. Background process gets it&#39;s own process group.
-set -m
-JLinkGDBServer -device nRF52 -speed 4000 -if SWD -port 3333 -singlerun &amp;
-set +m
-
-echo &quot;target remote localhost:3333&quot; &gt; $GDB_CMD_FILE
+if [ $# -gt 2 ]; then
+    SPLIT_ELF_NAME=$3.elf
+    # TODO -- this magic number 0x42000 is the location of the second image
+    # slot. we should either get this from a flash map file or somehow learn
+    # this from the image itself
+    EXTRA_GDB_CMDS=&quot;add-symbol-file $SPLIT_ELF_NAME 0x8000 -readnow&quot;
+fi
 
-arm-none-eabi-gdb -x $GDB_CMD_FILE $FILE_NAME
+JLINK_DEV=&quot;nRF52&quot;
 
-rm $GDB_CMD_FILE
+jlink_debug
 </pre></div>
 
 
 <p>The idea is that every BSP will add support for the debugger environment 
 for that board.  That way common tools can be used across various development boards and kits.</p>
-<p><strong>NOTE:</strong> Both for compiler definitions and debugger scripts, the plan is to 
-create Dockerizable containers of these toolchains.  This should make 
-things much easier to support across Mac OS X, Linux and Windows.  Newt 
-will know how to call out to Docker to perform these processes.</p>
                         
                         <div class="row">
                             

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/newt/newt_ops/index.html
----------------------------------------------------------------------
diff --git a/latest/newt/newt_ops/index.html b/latest/newt/newt_ops/index.html
index 6de80b4..9f61336 100644
--- a/latest/newt/newt_ops/index.html
+++ b/latest/newt/newt_ops/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/newtmgr/installing/index.html
----------------------------------------------------------------------
diff --git a/latest/newtmgr/installing/index.html b/latest/newtmgr/installing/index.html
index 4f1b1c3..b68cb5b 100644
--- a/latest/newtmgr/installing/index.html
+++ b/latest/newtmgr/installing/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/newtmgr/overview/index.html
----------------------------------------------------------------------
diff --git a/latest/newtmgr/overview/index.html b/latest/newtmgr/overview/index.html
index e843490..d863bc3 100644
--- a/latest/newtmgr/overview/index.html
+++ b/latest/newtmgr/overview/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/callout/callout/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/callout/callout/index.html b/latest/os/core_os/callout/callout/index.html
index 4442a37..49d2c26 100644
--- a/latest/os/core_os/callout/callout/index.html
+++ b/latest/os/core_os/callout/callout/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/callout/os_callout_func_init/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/callout/os_callout_func_init/index.html b/latest/os/core_os/callout/os_callout_func_init/index.html
index 37e5794..cf8943d 100644
--- a/latest/os/core_os/callout/os_callout_func_init/index.html
+++ b/latest/os/core_os/callout/os_callout_func_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/callout/os_callout_init/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/callout/os_callout_init/index.html b/latest/os/core_os/callout/os_callout_init/index.html
index 2ce857f..97cb260 100644
--- a/latest/os/core_os/callout/os_callout_init/index.html
+++ b/latest/os/core_os/callout/os_callout_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/callout/os_callout_queued/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/callout/os_callout_queued/index.html b/latest/os/core_os/callout/os_callout_queued/index.html
index 3376da4..4ea82c3 100644
--- a/latest/os/core_os/callout/os_callout_queued/index.html
+++ b/latest/os/core_os/callout/os_callout_queued/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/callout/os_callout_reset/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/callout/os_callout_reset/index.html b/latest/os/core_os/callout/os_callout_reset/index.html
index 1052fbb..957952e 100644
--- a/latest/os/core_os/callout/os_callout_reset/index.html
+++ b/latest/os/core_os/callout/os_callout_reset/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/callout/os_callout_stop/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/callout/os_callout_stop/index.html b/latest/os/core_os/callout/os_callout_stop/index.html
index 881b499..8e8b9ff 100644
--- a/latest/os/core_os/callout/os_callout_stop/index.html
+++ b/latest/os/core_os/callout/os_callout_stop/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/context_switch/context_switch/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/context_switch/context_switch/index.html b/latest/os/core_os/context_switch/context_switch/index.html
index 281e927..67a564f 100644
--- a/latest/os/core_os/context_switch/context_switch/index.html
+++ b/latest/os/core_os/context_switch/context_switch/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/context_switch/os_arch_ctx_sw/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/context_switch/os_arch_ctx_sw/index.html b/latest/os/core_os/context_switch/os_arch_ctx_sw/index.html
index 5c2ebaa..807ffd7 100644
--- a/latest/os/core_os/context_switch/os_arch_ctx_sw/index.html
+++ b/latest/os/core_os/context_switch/os_arch_ctx_sw/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/context_switch/os_sched/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/context_switch/os_sched/index.html b/latest/os/core_os/context_switch/os_sched/index.html
index 40b6a44..585d1fd 100644
--- a/latest/os/core_os/context_switch/os_sched/index.html
+++ b/latest/os/core_os/context_switch/os_sched/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/context_switch/os_sched_ctx_sw_hook/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/context_switch/os_sched_ctx_sw_hook/index.html b/latest/os/core_os/context_switch/os_sched_ctx_sw_hook/index.html
index d4b63ef..a819ff3 100644
--- a/latest/os/core_os/context_switch/os_sched_ctx_sw_hook/index.html
+++ b/latest/os/core_os/context_switch/os_sched_ctx_sw_hook/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/context_switch/os_sched_get_current_task/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/context_switch/os_sched_get_current_task/index.html b/latest/os/core_os/context_switch/os_sched_get_current_task/index.html
index 9c4ef02..0176afb 100644
--- a/latest/os/core_os/context_switch/os_sched_get_current_task/index.html
+++ b/latest/os/core_os/context_switch/os_sched_get_current_task/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/context_switch/os_sched_insert/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/context_switch/os_sched_insert/index.html b/latest/os/core_os/context_switch/os_sched_insert/index.html
index 2d5510d..1b0acc7 100644
--- a/latest/os/core_os/context_switch/os_sched_insert/index.html
+++ b/latest/os/core_os/context_switch/os_sched_insert/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/context_switch/os_sched_next_task/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/context_switch/os_sched_next_task/index.html b/latest/os/core_os/context_switch/os_sched_next_task/index.html
index 7b687cb..69326ea 100644
--- a/latest/os/core_os/context_switch/os_sched_next_task/index.html
+++ b/latest/os/core_os/context_switch/os_sched_next_task/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/context_switch/os_sched_os_timer_exp/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/context_switch/os_sched_os_timer_exp/index.html b/latest/os/core_os/context_switch/os_sched_os_timer_exp/index.html
index d9da936..91513fa 100644
--- a/latest/os/core_os/context_switch/os_sched_os_timer_exp/index.html
+++ b/latest/os/core_os/context_switch/os_sched_os_timer_exp/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/context_switch/os_sched_resort/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/context_switch/os_sched_resort/index.html b/latest/os/core_os/context_switch/os_sched_resort/index.html
index cdf250b..44c0629 100644
--- a/latest/os/core_os/context_switch/os_sched_resort/index.html
+++ b/latest/os/core_os/context_switch/os_sched_resort/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/context_switch/os_sched_set_current_task/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/context_switch/os_sched_set_current_task/index.html b/latest/os/core_os/context_switch/os_sched_set_current_task/index.html
index 0632f84..8ac37f7 100644
--- a/latest/os/core_os/context_switch/os_sched_set_current_task/index.html
+++ b/latest/os/core_os/context_switch/os_sched_set_current_task/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/context_switch/os_sched_sleep/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/context_switch/os_sched_sleep/index.html b/latest/os/core_os/context_switch/os_sched_sleep/index.html
index 166d708..9af9547 100644
--- a/latest/os/core_os/context_switch/os_sched_sleep/index.html
+++ b/latest/os/core_os/context_switch/os_sched_sleep/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/context_switch/os_sched_wakeup/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/context_switch/os_sched_wakeup/index.html b/latest/os/core_os/context_switch/os_sched_wakeup/index.html
index 93c3db9..ab822d6 100644
--- a/latest/os/core_os/context_switch/os_sched_wakeup/index.html
+++ b/latest/os/core_os/context_switch/os_sched_wakeup/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/event_queue/event_queue/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/event_queue/event_queue/index.html b/latest/os/core_os/event_queue/event_queue/index.html
index 116ddac..0aaeec0 100644
--- a/latest/os/core_os/event_queue/event_queue/index.html
+++ b/latest/os/core_os/event_queue/event_queue/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/event_queue/os_eventq_dflt_get/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/event_queue/os_eventq_dflt_get/index.html b/latest/os/core_os/event_queue/os_eventq_dflt_get/index.html
index bcf2edf..1b69e9e 100644
--- a/latest/os/core_os/event_queue/os_eventq_dflt_get/index.html
+++ b/latest/os/core_os/event_queue/os_eventq_dflt_get/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/event_queue/os_eventq_dflt_set/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/event_queue/os_eventq_dflt_set/index.html b/latest/os/core_os/event_queue/os_eventq_dflt_set/index.html
index 6b59dc0..aa95edd 100644
--- a/latest/os/core_os/event_queue/os_eventq_dflt_set/index.html
+++ b/latest/os/core_os/event_queue/os_eventq_dflt_set/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/event_queue/os_eventq_get/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/event_queue/os_eventq_get/index.html b/latest/os/core_os/event_queue/os_eventq_get/index.html
index c102026..e153562 100644
--- a/latest/os/core_os/event_queue/os_eventq_get/index.html
+++ b/latest/os/core_os/event_queue/os_eventq_get/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/event_queue/os_eventq_init/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/event_queue/os_eventq_init/index.html b/latest/os/core_os/event_queue/os_eventq_init/index.html
index 47b7542..d80b379 100644
--- a/latest/os/core_os/event_queue/os_eventq_init/index.html
+++ b/latest/os/core_os/event_queue/os_eventq_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/event_queue/os_eventq_inited/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/event_queue/os_eventq_inited/index.html b/latest/os/core_os/event_queue/os_eventq_inited/index.html
index c729bab..704bc58 100644
--- a/latest/os/core_os/event_queue/os_eventq_inited/index.html
+++ b/latest/os/core_os/event_queue/os_eventq_inited/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/event_queue/os_eventq_put/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/event_queue/os_eventq_put/index.html b/latest/os/core_os/event_queue/os_eventq_put/index.html
index 1244bff..0033122 100644
--- a/latest/os/core_os/event_queue/os_eventq_put/index.html
+++ b/latest/os/core_os/event_queue/os_eventq_put/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/event_queue/os_eventq_remove/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/event_queue/os_eventq_remove/index.html b/latest/os/core_os/event_queue/os_eventq_remove/index.html
index 26d6831..609264e 100644
--- a/latest/os/core_os/event_queue/os_eventq_remove/index.html
+++ b/latest/os/core_os/event_queue/os_eventq_remove/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/heap/heap/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/heap/heap/index.html b/latest/os/core_os/heap/heap/index.html
index ae9be6b..373ae0b 100644
--- a/latest/os/core_os/heap/heap/index.html
+++ b/latest/os/core_os/heap/heap/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/heap/os_free/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/heap/os_free/index.html b/latest/os/core_os/heap/os_free/index.html
index fcd4497..905f1d4 100644
--- a/latest/os/core_os/heap/os_free/index.html
+++ b/latest/os/core_os/heap/os_free/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/heap/os_malloc/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/heap/os_malloc/index.html b/latest/os/core_os/heap/os_malloc/index.html
index 28caa3a..2839fd2 100644
--- a/latest/os/core_os/heap/os_malloc/index.html
+++ b/latest/os/core_os/heap/os_malloc/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/heap/os_realloc/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/heap/os_realloc/index.html b/latest/os/core_os/heap/os_realloc/index.html
index f909d44..6e618d3 100644
--- a/latest/os/core_os/heap/os_realloc/index.html
+++ b/latest/os/core_os/heap/os_realloc/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/mbuf/OS_MBUF_DATA/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mbuf/OS_MBUF_DATA/index.html b/latest/os/core_os/mbuf/OS_MBUF_DATA/index.html
index 8dbc6ac..54ae178 100644
--- a/latest/os/core_os/mbuf/OS_MBUF_DATA/index.html
+++ b/latest/os/core_os/mbuf/OS_MBUF_DATA/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/mbuf/OS_MBUF_LEADINGSPACE/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mbuf/OS_MBUF_LEADINGSPACE/index.html b/latest/os/core_os/mbuf/OS_MBUF_LEADINGSPACE/index.html
index 6211dcb..e4b7211 100644
--- a/latest/os/core_os/mbuf/OS_MBUF_LEADINGSPACE/index.html
+++ b/latest/os/core_os/mbuf/OS_MBUF_LEADINGSPACE/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/mbuf/OS_MBUF_PKTHDR/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mbuf/OS_MBUF_PKTHDR/index.html b/latest/os/core_os/mbuf/OS_MBUF_PKTHDR/index.html
index d6acf86..07bc635 100644
--- a/latest/os/core_os/mbuf/OS_MBUF_PKTHDR/index.html
+++ b/latest/os/core_os/mbuf/OS_MBUF_PKTHDR/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 



[09/22] incubator-mynewt-site git commit: Added a tutorial to add console to blinky. Updated newt documentation. Added a Latest News button on front page

Posted by ad...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/fs/nffs/nffs_init/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/fs/nffs/nffs_init/index.html b/latest/os/modules/fs/nffs/nffs_init/index.html
index 2119165..c7fabf6 100644
--- a/latest/os/modules/fs/nffs/nffs_init/index.html
+++ b/latest/os/modules/fs/nffs/nffs_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/fs/nffs/nffs_internals/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/fs/nffs/nffs_internals/index.html b/latest/os/modules/fs/nffs/nffs_internals/index.html
index c23bbb5..ade92b4 100644
--- a/latest/os/modules/fs/nffs/nffs_internals/index.html
+++ b/latest/os/modules/fs/nffs/nffs_internals/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/fs/otherfs/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/fs/otherfs/index.html b/latest/os/modules/fs/otherfs/index.html
index f72f437..1d8f0ca 100644
--- a/latest/os/modules/fs/otherfs/index.html
+++ b/latest/os/modules/fs/otherfs/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/hal/hal/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/hal/hal/index.html b/latest/os/modules/hal/hal/index.html
index 3f880a6..ca7b49b 100644
--- a/latest/os/modules/hal/hal/index.html
+++ b/latest/os/modules/hal/hal/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/hal/hal_api/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/hal/hal_api/index.html b/latest/os/modules/hal/hal_api/index.html
index 58b99ed..196e86f 100644
--- a/latest/os/modules/hal/hal_api/index.html
+++ b/latest/os/modules/hal/hal_api/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/hal/hal_bsp/hal_bsp/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/hal/hal_bsp/hal_bsp/index.html b/latest/os/modules/hal/hal_bsp/hal_bsp/index.html
index 51c3aa0..d836ca8 100644
--- a/latest/os/modules/hal/hal_bsp/hal_bsp/index.html
+++ b/latest/os/modules/hal/hal_bsp/hal_bsp/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/hal/hal_creation/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/hal/hal_creation/index.html b/latest/os/modules/hal/hal_creation/index.html
index 66aced1..38cfbf7 100644
--- a/latest/os/modules/hal/hal_creation/index.html
+++ b/latest/os/modules/hal/hal_creation/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/hal/hal_flash/hal_flash/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/hal/hal_flash/hal_flash/index.html b/latest/os/modules/hal/hal_flash/hal_flash/index.html
index 1ff8a04..c23865f 100644
--- a/latest/os/modules/hal/hal_flash/hal_flash/index.html
+++ b/latest/os/modules/hal/hal_flash/hal_flash/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/hal/hal_flash/hal_flash_int/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/hal/hal_flash/hal_flash_int/index.html b/latest/os/modules/hal/hal_flash/hal_flash_int/index.html
index 30497e3..c53ab13 100644
--- a/latest/os/modules/hal/hal_flash/hal_flash_int/index.html
+++ b/latest/os/modules/hal/hal_flash/hal_flash_int/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/hal/hal_gpio/hal_gpio/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/hal/hal_gpio/hal_gpio/index.html b/latest/os/modules/hal/hal_gpio/hal_gpio/index.html
index eb916e4..7f42b6b 100644
--- a/latest/os/modules/hal/hal_gpio/hal_gpio/index.html
+++ b/latest/os/modules/hal/hal_gpio/hal_gpio/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/hal/hal_i2c/hal_i2c/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/hal/hal_i2c/hal_i2c/index.html b/latest/os/modules/hal/hal_i2c/hal_i2c/index.html
index 3d2e136..cb125a3 100644
--- a/latest/os/modules/hal/hal_i2c/hal_i2c/index.html
+++ b/latest/os/modules/hal/hal_i2c/hal_i2c/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/hal/hal_in_libraries/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/hal/hal_in_libraries/index.html b/latest/os/modules/hal/hal_in_libraries/index.html
index 12f02d5..15a9ede 100644
--- a/latest/os/modules/hal/hal_in_libraries/index.html
+++ b/latest/os/modules/hal/hal_in_libraries/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/hal/hal_os_tick/hal_os_tick/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/hal/hal_os_tick/hal_os_tick/index.html b/latest/os/modules/hal/hal_os_tick/hal_os_tick/index.html
index 1507b28..a325133 100644
--- a/latest/os/modules/hal/hal_os_tick/hal_os_tick/index.html
+++ b/latest/os/modules/hal/hal_os_tick/hal_os_tick/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/hal/hal_spi/hal_spi/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/hal/hal_spi/hal_spi/index.html b/latest/os/modules/hal/hal_spi/hal_spi/index.html
index e3ac5fe..ec0965f 100644
--- a/latest/os/modules/hal/hal_spi/hal_spi/index.html
+++ b/latest/os/modules/hal/hal_spi/hal_spi/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/hal/hal_system/hal_sys/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/hal/hal_system/hal_sys/index.html b/latest/os/modules/hal/hal_system/hal_sys/index.html
index 443e9b3..9a1b95f 100644
--- a/latest/os/modules/hal/hal_system/hal_sys/index.html
+++ b/latest/os/modules/hal/hal_system/hal_sys/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/hal/hal_timer/hal_timer/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/hal/hal_timer/hal_timer/index.html b/latest/os/modules/hal/hal_timer/hal_timer/index.html
index b5e9274..6addc59 100644
--- a/latest/os/modules/hal/hal_timer/hal_timer/index.html
+++ b/latest/os/modules/hal/hal_timer/hal_timer/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/hal/hal_uart/hal_uart/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/hal/hal_uart/hal_uart/index.html b/latest/os/modules/hal/hal_uart/hal_uart/index.html
index 544854e..7d0d01e 100644
--- a/latest/os/modules/hal/hal_uart/hal_uart/index.html
+++ b/latest/os/modules/hal/hal_uart/hal_uart/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/hal/hal_watchdog/hal_watchdog/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/hal/hal_watchdog/hal_watchdog/index.html b/latest/os/modules/hal/hal_watchdog/hal_watchdog/index.html
index 8c036dc..65317a0 100644
--- a/latest/os/modules/hal/hal_watchdog/hal_watchdog/index.html
+++ b/latest/os/modules/hal/hal_watchdog/hal_watchdog/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/imgmgr/imgmgr/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/imgmgr/imgmgr/index.html b/latest/os/modules/imgmgr/imgmgr/index.html
index 5b38a3e..4586de5 100644
--- a/latest/os/modules/imgmgr/imgmgr/index.html
+++ b/latest/os/modules/imgmgr/imgmgr/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/imgmgr/imgmgr_module_init/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/imgmgr/imgmgr_module_init/index.html b/latest/os/modules/imgmgr/imgmgr_module_init/index.html
index 06a894c..9930165 100644
--- a/latest/os/modules/imgmgr/imgmgr_module_init/index.html
+++ b/latest/os/modules/imgmgr/imgmgr_module_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/imgmgr/imgr_ver_parse/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/imgmgr/imgr_ver_parse/index.html b/latest/os/modules/imgmgr/imgr_ver_parse/index.html
index c0e87b5..996cc50 100644
--- a/latest/os/modules/imgmgr/imgr_ver_parse/index.html
+++ b/latest/os/modules/imgmgr/imgr_ver_parse/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/imgmgr/imgr_ver_str/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/imgmgr/imgr_ver_str/index.html b/latest/os/modules/imgmgr/imgr_ver_str/index.html
index a7c2686..9c95edc 100644
--- a/latest/os/modules/imgmgr/imgr_ver_str/index.html
+++ b/latest/os/modules/imgmgr/imgr_ver_str/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/json/json/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/json/json/index.html b/latest/os/modules/json/json/index.html
index 71ed80b..20dd559 100644
--- a/latest/os/modules/json/json/index.html
+++ b/latest/os/modules/json/json/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/json/json_encode_object_entry/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/json/json_encode_object_entry/index.html b/latest/os/modules/json/json_encode_object_entry/index.html
index 980af50..c3e8241 100644
--- a/latest/os/modules/json/json_encode_object_entry/index.html
+++ b/latest/os/modules/json/json_encode_object_entry/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/json/json_encode_object_finish/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/json/json_encode_object_finish/index.html b/latest/os/modules/json/json_encode_object_finish/index.html
index cc80c41..35e6232 100644
--- a/latest/os/modules/json/json_encode_object_finish/index.html
+++ b/latest/os/modules/json/json_encode_object_finish/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/json/json_encode_object_key/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/json/json_encode_object_key/index.html b/latest/os/modules/json/json_encode_object_key/index.html
index 689a524..390df44 100644
--- a/latest/os/modules/json/json_encode_object_key/index.html
+++ b/latest/os/modules/json/json_encode_object_key/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/json/json_encode_object_start/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/json/json_encode_object_start/index.html b/latest/os/modules/json/json_encode_object_start/index.html
index 94760e6..634d453 100644
--- a/latest/os/modules/json/json_encode_object_start/index.html
+++ b/latest/os/modules/json/json_encode_object_start/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/json/json_read_object/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/json/json_read_object/index.html b/latest/os/modules/json/json_read_object/index.html
index 9c9c24c..ff96d4c 100644
--- a/latest/os/modules/json/json_read_object/index.html
+++ b/latest/os/modules/json/json_read_object/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/logs/logs/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/logs/logs/index.html b/latest/os/modules/logs/logs/index.html
index 7012c17..acd14ec 100644
--- a/latest/os/modules/logs/logs/index.html
+++ b/latest/os/modules/logs/logs/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/shell/shell/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/shell/shell/index.html b/latest/os/modules/shell/shell/index.html
index e71e124..6b7583c 100644
--- a/latest/os/modules/shell/shell/index.html
+++ b/latest/os/modules/shell/shell/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/shell/shell_cmd_register/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/shell/shell_cmd_register/index.html b/latest/os/modules/shell/shell_cmd_register/index.html
index b27cb4e..107b550 100644
--- a/latest/os/modules/shell/shell_cmd_register/index.html
+++ b/latest/os/modules/shell/shell_cmd_register/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/shell/shell_nlip_input_register/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/shell/shell_nlip_input_register/index.html b/latest/os/modules/shell/shell_nlip_input_register/index.html
index 69cb6fd..d297737 100644
--- a/latest/os/modules/shell/shell_nlip_input_register/index.html
+++ b/latest/os/modules/shell/shell_nlip_input_register/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/shell/shell_nlip_output/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/shell/shell_nlip_output/index.html b/latest/os/modules/shell/shell_nlip_output/index.html
index 0b2c988..cc6a05b 100644
--- a/latest/os/modules/shell/shell_nlip_output/index.html
+++ b/latest/os/modules/shell/shell_nlip_output/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/shell/shell_task_init/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/shell/shell_task_init/index.html b/latest/os/modules/shell/shell_task_init/index.html
index 2961afc..d3ffb13 100644
--- a/latest/os/modules/shell/shell_task_init/index.html
+++ b/latest/os/modules/shell/shell_task_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/split/split/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/split/split/index.html b/latest/os/modules/split/split/index.html
index c2573c3..2621395 100644
--- a/latest/os/modules/split/split/index.html
+++ b/latest/os/modules/split/split/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/stats/stats/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/stats/stats/index.html b/latest/os/modules/stats/stats/index.html
index b8c3cb7..3fb9578 100644
--- a/latest/os/modules/stats/stats/index.html
+++ b/latest/os/modules/stats/stats/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/testutil/test_assert/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/testutil/test_assert/index.html b/latest/os/modules/testutil/test_assert/index.html
index ea645d9..156183c 100644
--- a/latest/os/modules/testutil/test_assert/index.html
+++ b/latest/os/modules/testutil/test_assert/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/testutil/test_case/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/testutil/test_case/index.html b/latest/os/modules/testutil/test_case/index.html
index 8b2a8f3..4828ba9 100644
--- a/latest/os/modules/testutil/test_case/index.html
+++ b/latest/os/modules/testutil/test_case/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/testutil/test_decl/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/testutil/test_decl/index.html b/latest/os/modules/testutil/test_decl/index.html
index 1d5fb92..3229a81 100644
--- a/latest/os/modules/testutil/test_decl/index.html
+++ b/latest/os/modules/testutil/test_decl/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/testutil/test_pass/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/testutil/test_pass/index.html b/latest/os/modules/testutil/test_pass/index.html
index febbc89..0f9839e 100644
--- a/latest/os/modules/testutil/test_pass/index.html
+++ b/latest/os/modules/testutil/test_pass/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/testutil/test_suite/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/testutil/test_suite/index.html b/latest/os/modules/testutil/test_suite/index.html
index 2808e44..59bc23e 100644
--- a/latest/os/modules/testutil/test_suite/index.html
+++ b/latest/os/modules/testutil/test_suite/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/testutil/testutil/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/testutil/testutil/index.html b/latest/os/modules/testutil/testutil/index.html
index 4151e97..59f5e97 100644
--- a/latest/os/modules/testutil/testutil/index.html
+++ b/latest/os/modules/testutil/testutil/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/testutil/tu_init/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/testutil/tu_init/index.html b/latest/os/modules/testutil/tu_init/index.html
index fcbcde9..2e891f3 100644
--- a/latest/os/modules/testutil/tu_init/index.html
+++ b/latest/os/modules/testutil/tu_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/testutil/tu_restart/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/testutil/tu_restart/index.html b/latest/os/modules/testutil/tu_restart/index.html
index 4c4f93c..9773523 100644
--- a/latest/os/modules/testutil/tu_restart/index.html
+++ b/latest/os/modules/testutil/tu_restart/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/os_user_guide/index.html
----------------------------------------------------------------------
diff --git a/latest/os/os_user_guide/index.html b/latest/os/os_user_guide/index.html
index 0912c77..be5ca59 100644
--- a/latest/os/os_user_guide/index.html
+++ b/latest/os/os_user_guide/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/tutorials/STM32F303/index.html
----------------------------------------------------------------------
diff --git a/latest/os/tutorials/STM32F303/index.html b/latest/os/tutorials/STM32F303/index.html
index 5951f1b..4f576d8 100644
--- a/latest/os/tutorials/STM32F303/index.html
+++ b/latest/os/tutorials/STM32F303/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 
@@ -298,6 +304,14 @@
 
               
           
+              
+                
+    <li >
+      <a href="../blinky_console/">Add Console and Shell to Blinky</a>
+    </li>
+
+              
+          
     </ul>
   
     </li>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/tutorials/add_newtmgr/index.html
----------------------------------------------------------------------
diff --git a/latest/os/tutorials/add_newtmgr/index.html b/latest/os/tutorials/add_newtmgr/index.html
index f314858..016a82f 100644
--- a/latest/os/tutorials/add_newtmgr/index.html
+++ b/latest/os/tutorials/add_newtmgr/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/tutorials/add_shell/index.html
----------------------------------------------------------------------
diff --git a/latest/os/tutorials/add_shell/index.html b/latest/os/tutorials/add_shell/index.html
index d000948..8208428 100644
--- a/latest/os/tutorials/add_shell/index.html
+++ b/latest/os/tutorials/add_shell/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/tutorials/air_quality_sensor/index.html
----------------------------------------------------------------------
diff --git a/latest/os/tutorials/air_quality_sensor/index.html b/latest/os/tutorials/air_quality_sensor/index.html
index 3f304f2..e49fdb4 100644
--- a/latest/os/tutorials/air_quality_sensor/index.html
+++ b/latest/os/tutorials/air_quality_sensor/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/tutorials/arduino_zero/index.html
----------------------------------------------------------------------
diff --git a/latest/os/tutorials/arduino_zero/index.html b/latest/os/tutorials/arduino_zero/index.html
index 172a7d7..8f434c4 100644
--- a/latest/os/tutorials/arduino_zero/index.html
+++ b/latest/os/tutorials/arduino_zero/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 
@@ -284,6 +290,14 @@
 
               
           
+              
+                
+    <li >
+      <a href="../blinky_console/">Add Console and Shell to Blinky</a>
+    </li>
+
+              
+          
     </ul>
   
     </li>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/tutorials/blehci_project/index.html
----------------------------------------------------------------------
diff --git a/latest/os/tutorials/blehci_project/index.html b/latest/os/tutorials/blehci_project/index.html
index fd5a199..c8cd214 100644
--- a/latest/os/tutorials/blehci_project/index.html
+++ b/latest/os/tutorials/blehci_project/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/tutorials/bleprph/bleprph-adv/index.html
----------------------------------------------------------------------
diff --git a/latest/os/tutorials/bleprph/bleprph-adv/index.html b/latest/os/tutorials/bleprph/bleprph-adv/index.html
index 482c931..89b7016 100644
--- a/latest/os/tutorials/bleprph/bleprph-adv/index.html
+++ b/latest/os/tutorials/bleprph/bleprph-adv/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/tutorials/bleprph/bleprph-app/index.html
----------------------------------------------------------------------
diff --git a/latest/os/tutorials/bleprph/bleprph-app/index.html b/latest/os/tutorials/bleprph/bleprph-app/index.html
index fe96424..cea200a 100644
--- a/latest/os/tutorials/bleprph/bleprph-app/index.html
+++ b/latest/os/tutorials/bleprph/bleprph-app/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/tutorials/bleprph/bleprph-chr-access/index.html
----------------------------------------------------------------------
diff --git a/latest/os/tutorials/bleprph/bleprph-chr-access/index.html b/latest/os/tutorials/bleprph/bleprph-chr-access/index.html
index 81667d3..96417e3 100644
--- a/latest/os/tutorials/bleprph/bleprph-chr-access/index.html
+++ b/latest/os/tutorials/bleprph/bleprph-chr-access/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/tutorials/bleprph/bleprph-gap-event/index.html
----------------------------------------------------------------------
diff --git a/latest/os/tutorials/bleprph/bleprph-gap-event/index.html b/latest/os/tutorials/bleprph/bleprph-gap-event/index.html
index 427df0f..40a61c9 100644
--- a/latest/os/tutorials/bleprph/bleprph-gap-event/index.html
+++ b/latest/os/tutorials/bleprph/bleprph-gap-event/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/tutorials/bleprph/bleprph-intro/index.html
----------------------------------------------------------------------
diff --git a/latest/os/tutorials/bleprph/bleprph-intro/index.html b/latest/os/tutorials/bleprph/bleprph-intro/index.html
index 168c805..8fc5ea5 100644
--- a/latest/os/tutorials/bleprph/bleprph-intro/index.html
+++ b/latest/os/tutorials/bleprph/bleprph-intro/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/tutorials/bleprph/bleprph-svc-reg/index.html
----------------------------------------------------------------------
diff --git a/latest/os/tutorials/bleprph/bleprph-svc-reg/index.html b/latest/os/tutorials/bleprph/bleprph-svc-reg/index.html
index 14655ec..8f0b327 100644
--- a/latest/os/tutorials/bleprph/bleprph-svc-reg/index.html
+++ b/latest/os/tutorials/bleprph/bleprph-svc-reg/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/tutorials/bletiny_project/index.html
----------------------------------------------------------------------
diff --git a/latest/os/tutorials/bletiny_project/index.html b/latest/os/tutorials/bletiny_project/index.html
index f0210fd..0570fe8 100644
--- a/latest/os/tutorials/bletiny_project/index.html
+++ b/latest/os/tutorials/bletiny_project/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/tutorials/blinky_console/index.html
----------------------------------------------------------------------
diff --git a/latest/os/tutorials/blinky_console/index.html b/latest/os/tutorials/blinky_console/index.html
new file mode 100644
index 0000000..c3eb1d0
--- /dev/null
+++ b/latest/os/tutorials/blinky_console/index.html
@@ -0,0 +1,712 @@
+<!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/os/tutorials/blinky_console/"> -->
+        <link rel="shortcut icon" href="../../../img/favicon.ico">
+
+	    <title>Add Console and Shell to Blinky - 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="Add Console and Shell to Blinky">
+
+
+        <div class="container">
+    <div class="row v2-main-banner">
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
+            <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
+        </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </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=""
+>
+                    <a href="/talks/">Talks</a>
+                </li>
+                <li 
+  class="active"
+>
+                    <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-md-3 v2-sidebar sidebar-container"><div id="docSidebar" class="hidden-print" role="complementary">
+    <div class="top">
+        <div role="search">
+            <form id="rtd-search-form" class="wy-form" action="../../../search.html" method="get">
+                <div class="form-group">
+                    <input type="text" name="q" class="form-control" placeholder="Search documentation" />
+                </div>
+            </form>
+        </div>
+    </div>
+    <ul class="toc-nav">
+      <li class="doc-version">
+<select class="form-control" onchange="if (this.value) window.location.href=this.value">
+    
+    <option
+      value="/develop/os/introduction"
+      selected="selected"
+    >
+      Version: develop (latest)
+    </option>
+    
+    <option
+      value="/v0_9_0/os/introduction"
+      
+    >
+      Version: 0.9.0
+    </option>
+    
+</select>
+</li>
+      
+        
+      
+        
+      
+        
+      
+        
+      
+        
+      
+        
+      
+        
+      
+        
+      
+        
+          
+  
+  
+    <li ><a href="../../introduction/">Mynewt Documentation</a>
+  
+  
+    <ul>
+          
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../get_started/get_started/">Basic Setup</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../../get_started/vocabulary/">Concepts</a>
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../tutorials/">Tutorials</a>
+  
+  
+    <ul>
+          
+              
+          
+              
+                
+  
+  
+    <li><a href="
+  ../arduino_zero/
+">Project Blinky</a>
+  
+  
+    <ul>
+          
+              
+                
+    <li >
+      <a href="../arduino_zero/">Blinky on Arduino Zero</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../blinky_primo/">Blinky on Arduino Primo</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../olimex/">Blinky on Olimex</a>
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../STM32F303/">Blinky on STM32F303</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../nRF52/">Blinky on nRF52</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../blinky_sram_olimex/">Run Blinky from SRAM, no bootloader</a>
+    </li>
+
+              
+          
+              
+                
+    <li class="active">
+      <a href="./">Add Console and Shell to Blinky</a>
+    </li>
+
+              
+          
+    </ul>
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../repo/add_repos/">Work with repositories</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../tasks_lesson/">Tasks and Priority Management</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../wi-fi_on_arduino/">Enable Wi-Fi on Arduino Zero</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../unit_test/">Write a Test Suite for a Package</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../air_quality_sensor/">Air-quality Sensor project</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../event_queue/">Add task to manage multiple events</a>
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li><a href="
+  ../project-slinky/
+">Project Slinky for remote comms</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../add_newtmgr/">Enable newtmgr in any app</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../add_shell/">Enable the OS Shell and Console</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../bletiny_project/">BLE app to check stats via console</a>
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../bleprph/bleprph-intro/">BLE peripheral project</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../ibeacon/">BLE iBeacon</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../blehci_project/">BLE HCI interface</a>
+    </li>
+
+              
+          
+    </ul>
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../os_user_guide/">OS User Guide</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li><a href="
+  ../../../network/ble/ble_intro/
+">BLE User Guide</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../../newt/newt_intro/">Newt Tool Guide</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../../newtmgr/overview/">Newt Manager Guide</a>
+  
+  
+    </li>
+
+              
+          
+    </ul>
+  
+    </li>
+
+        
+      
+        
+          
+  
+  
+    <li><a href="
+  ../../../faq/how_to_edit_docs/
+">Appendix</a>
+  
+  
+    </li>
+
+        
+      
+    </ul>
+</div></div>
+
+                    <div class="col-md-9" role="main">
+                        <div class="doc-header">
+                            <div role="navigation" aria-label="breadcrumbs navigation">
+  <ul class="wy-breadcrumbs pull-right">
+    <li><a href="/latest/os/introduction">Docs</a></li>
+    
+    
+        
+          <li>&raquo; <a href="../tutorials/">Tutorials</a></li>
+        
+      
+        
+          <li>&raquo; <a href="../arduino_zero/">Project Blinky</a></li>
+        
+      
+      
+        <li>&raquo; Add Console and Shell to Blinky</li>
+      
+    
+    
+  </ul>
+</div>
+                        </div>
+                        
+                            <h2 id="enabling-the-console-and-shell-for-blinky">Enabling The Console and Shell for Blinky</h2>
+<p><br></p>
+<p>This tutorial explains how to add the Console and Shell task to the blinky app so that you 
+can interact with it over a serial line connection.</p>
+<p><br></p>
+<h3 id="pre-requisites">Pre-Requisites</h3>
+<ul>
+<li>Ensure you have installed <a href="../../../newt/install/newt_mac/">newt</a> and that the 
+newt command is in your system path. </li>
+<li>You must have Internet connectivity to fetch remote Mynewt components.</li>
+<li>You must <a href="../../get_started/native_tools/">install the compiler tools</a> to 
+support native compiling to build the project this tutorial creates.  </li>
+<li>You must install the <a href="https://www.segger.com/jlink-software.html">Segger JLINK package</a> to 
+load your project on the board.</li>
+<li>Cable to establish a serial USB connection between the board and the laptop</li>
+</ul>
+<p><br></p>
+<h3 id="use-an-existing-project">Use an existing project</h3>
+<p>Since all we're doing is adding the shell and console capability to blinky, we assume 
+that you have worked through at least some of the other tutorials, and have an existing project.
+For this example, we'll be modifying the <a href="../nRF52/">blinky on nrf52</a> project to enable 
+the shell and console connectivity. Feel free to use whatever version of blinky you'd like though.</p>
+<p><br></p>
+<h3 id="modify-the-dependencies-and-configuration">Modify the Dependencies and Configuration</h3>
+<p>The first thing you'll need to add is a few new dependencies for your app. To add shell support to 
+your app make sure the following <code>pkg.deps</code> are defined in your target's pkg.yml file:</p>
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">pkg.deps:
+    - &quot;@apache-mynewt-core/sys/console/full&quot;
+    - &quot;@apache-mynewt-core/sys/shell&quot;
+    - &quot;@apache-mynewt-core/sys/sysinit&quot;
+</pre></div>
+
+
+<p>This lets the newt system know that it needs to pull in the code for the console and the shell.</p>
+<p>Now we'll need to modify the settings for the app to turn on the shell, etc. by modifying the
+<code>syscfg.yml</code> file for your target. (Remember, these files are in the targets/<app-name> directory.)
+If there isn't a <code>syscfg.yml</code> file in your target's directory, you will need to create one.</p>
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"># Package: apps/bletiny
+
+syscfg.vals:
+    # Enable the shell task.
+    SHELL_TASK: 1
+    # Enable Console OS Ticks
+    CONSOLE_TICKS: 1
+    # Enable Console Prompt
+    CONSOLE_PROMPT: 1 
+</pre></div>
+
+
+<h3 id="add-an-event-queue">Add an Event Queue</h3>
+<p>Blinky is a small app that doesn't make use of tasks or an event queue as many other apps do, so
+we'll have to modify the source for the app in order to add one. </p>
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"><span style="color: #177500">/* System event queue task handler */</span>
+<span style="color: #633820">#define SYSEVQ_PRIO (1)</span>
+<span style="color: #633820">#define SYSEVQ_STACK_SIZE    OS_STACK_ALIGN(512)</span>
+<span style="color: #A90D91">static</span> <span style="color: #A90D91">struct</span> <span style="color: #000000">os_task</span> <span style="color: #000000">task_sysevq</span>;
+<span style="color: #A90D91">os_stack_t</span> <span style="color: #000000">sysevq_stack</span>[<span style="color: #000000">SYSEVQ_STACK_SIZE</span>];
+
+<span style="color: #177500">/* Event queue for events handled by the system (shell, etc.) */</span>
+<span style="color: #A90D91">static</span> <span style="color: #A90D91">struct</span> <span style="color: #000000">os_eventq</span> <span style="color: #000000">sys_evq</span>;
+</pre></div>
+
+
+<p>We define a new <code>os_task</code> a task stack (<code>sysevq_stack</code>) and new system event queue 
+(<code>sys_evq</code>) so that the shell and console will have an event queue to run in.</p>
+<p>Next we go down to our <code>init_tasks()</code> function and initialize it</p>
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"><span style="color: #000000">os_task_init</span>(<span style="color: #000000">&amp;task_sysevq</span>, <span style="color: #C41A16">&quot;sysevq&quot;</span>, <span style="color: #000000">sysevq_handler</span>, <span style="color: #A90D91">NULL</span>,
+        <span style="color: #000000">SYSEVQ_PRIO</span>, <span style="color: #000000">OS_WAIT_FOREVER</span>, <span style="color: #000000">sysevq_stack</span>, <span style="color: #000000">SYSEVQ_STACK_SIZE</span>);
+<span style="color: #000000">os_eventq_init</span>(<span style="color: #000000">&amp;sys_evq</span>);
+<span style="color: #000000">os_eventq_dflt_set</span>(<span style="color: #000000">&amp;sys_evq</span>);
+</pre></div>
+
+
+<p>This will initialize the task, initialize the event queue, and then set the new event queue as
+the default event queue.        </p>
+<h3 id="build-targets">Build targets</h3>
+<p>We're not going to build the bootloader here since we are assuming that you have already
+built and loaded it during previous tutorials.</p>
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">$ newt build blinky
+Archiving cbmem.a
+Compiling crc16.c
+Compiling crc8.c
+Archiving crc.a
+Compiling mem.c
+Archiving mem.a
+Linking ~/dev/myproj/bin/targets/blinky/app/apps/blinky/blinky.elf
+Target successfully built: targets/blinky
+</pre></div>
+
+
+<p><br></p>
+<h3 id="create-the-app-image">Create the app image</h3>
+<p>Generate a signed application image for the <code>blinky</code> target. The version number is arbitrary.</p>
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">$ newt create-image blinky 1.0.0
+App image succesfully generated: ~/dev/myproj/bin/targets/blinky/app/apps/blinky/blinky.img
+</pre></div>
+
+
+<p><br></p>
+<h3 id="load-the-image">Load the image</h3>
+<p>Make sure the USB connector is in place and the power LED on the board is lit. Use the Power ON/OFF switch to reset the board after loading the image.</p>
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">$ newt load blinky
+</pre></div>
+
+
+<p><br></p>
+<h3 id="set-up-serial-connection">Set up Serial connection</h3>
+<p>You'll need a Serial connection to see the output of your program. You can reference the <a href="../../get_started/serial_access/">Serial Port Setup</a> 
+Tutorial for more information on setting up your serial communications.</p>
+<p><br></p>
+<h3 id="connecting-with-your-app">Connecting with your app</h3>
+<p>Once you have a connection set up, you can connect to your device with <code>minicom -D /dev/tty.usbmodem&lt;port&gt; -b 115200</code> to run connect
+to the console of your app. </p>
+<p>To test and make sure that the Shell is running, first just hit <return>:</p>
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">3534: &gt;
+</pre></div>
+
+
+<p>Remember, we turned the CONSOLE_PROMPT and the CONSOLE_TICKS on earlier. You can try some commands now:</p>
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">3609: &gt; ?
+Commands:
+8841:     echo         ?    prompt     ticks     tasks  mempools
+8843:     date         b
+8844: &gt; ticks off
+ Console Ticks off
+ &gt; prompt off
+ Prompt now off.
+ticks on
+33383: Console Ticks on
+
+33568:
+prompt on
+39108: Prompt now on.
+39108: &gt;
+</pre></div>
+
+
+<p>And there you have the Console and Shell working in an app that previously had no event queue! </p>
+                        
+                        <div class="row">
+                            
+
+
+
+<ul class="nav nav-pills" style="margin-bottom: 10px">
+    <li>
+    
+    <a href=../blinky_sram_olimex/>
+        <span class="fa fa-arrow-left"></span>
+        Previous: Run Blinky from SRAM, no bootloader
+    </a>
+    
+    </li>
+    <li class="pull-right">
+    
+    <a href=../repo/add_repos/>
+        Next: Work with repositories
+        <span class="fa fa-arrow-right"></span>
+    </a>
+    
+    </li>
+</ul>
+                        </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>
+                </div>
+            
+            
+        </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



[08/22] incubator-mynewt-site git commit: Added a tutorial to add console to blinky. Updated newt documentation. Added a Latest News button on front page

Posted by ad...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/tutorials/blinky_primo/index.html
----------------------------------------------------------------------
diff --git a/latest/os/tutorials/blinky_primo/index.html b/latest/os/tutorials/blinky_primo/index.html
index d35d321..79debe5 100644
--- a/latest/os/tutorials/blinky_primo/index.html
+++ b/latest/os/tutorials/blinky_primo/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 
@@ -284,6 +290,14 @@
 
               
           
+              
+                
+    <li >
+      <a href="../blinky_console/">Add Console and Shell to Blinky</a>
+    </li>
+
+              
+          
     </ul>
   
     </li>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/tutorials/blinky_sram_olimex/index.html
----------------------------------------------------------------------
diff --git a/latest/os/tutorials/blinky_sram_olimex/index.html b/latest/os/tutorials/blinky_sram_olimex/index.html
index 37125c2..268fd3c 100644
--- a/latest/os/tutorials/blinky_sram_olimex/index.html
+++ b/latest/os/tutorials/blinky_sram_olimex/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 
@@ -284,6 +290,14 @@
 
               
           
+              
+                
+    <li >
+      <a href="../blinky_console/">Add Console and Shell to Blinky</a>
+    </li>
+
+              
+          
     </ul>
   
     </li>
@@ -667,8 +681,8 @@ To locate the bootloader, the board searches in three places: User Flash Memory,
     </li>
     <li class="pull-right">
     
-    <a href=../repo/add_repos/>
-        Next: Work with repositories
+    <a href=../blinky_console/>
+        Next: Add Console and Shell to Blinky
         <span class="fa fa-arrow-right"></span>
     </a>
     

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/tutorials/event_queue/index.html
----------------------------------------------------------------------
diff --git a/latest/os/tutorials/event_queue/index.html b/latest/os/tutorials/event_queue/index.html
index 9367ae2..50aca10 100644
--- a/latest/os/tutorials/event_queue/index.html
+++ b/latest/os/tutorials/event_queue/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/tutorials/ibeacon/index.html
----------------------------------------------------------------------
diff --git a/latest/os/tutorials/ibeacon/index.html b/latest/os/tutorials/ibeacon/index.html
index ce72ed7..a01b909 100644
--- a/latest/os/tutorials/ibeacon/index.html
+++ b/latest/os/tutorials/ibeacon/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/tutorials/nRF52/index.html
----------------------------------------------------------------------
diff --git a/latest/os/tutorials/nRF52/index.html b/latest/os/tutorials/nRF52/index.html
index c3d64a6..3063f9d 100644
--- a/latest/os/tutorials/nRF52/index.html
+++ b/latest/os/tutorials/nRF52/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 
@@ -284,6 +290,14 @@
 
               
           
+              
+                
+    <li >
+      <a href="../blinky_console/">Add Console and Shell to Blinky</a>
+    </li>
+
+              
+          
     </ul>
   
     </li>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/tutorials/olimex/index.html
----------------------------------------------------------------------
diff --git a/latest/os/tutorials/olimex/index.html b/latest/os/tutorials/olimex/index.html
index c4fe934..e40d34c 100644
--- a/latest/os/tutorials/olimex/index.html
+++ b/latest/os/tutorials/olimex/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 
@@ -284,6 +290,14 @@
 
               
           
+              
+                
+    <li >
+      <a href="../blinky_console/">Add Console and Shell to Blinky</a>
+    </li>
+
+              
+          
     </ul>
   
     </li>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/tutorials/pin-wheel-mods/index.html
----------------------------------------------------------------------
diff --git a/latest/os/tutorials/pin-wheel-mods/index.html b/latest/os/tutorials/pin-wheel-mods/index.html
index 9ad108f..e92b091 100644
--- a/latest/os/tutorials/pin-wheel-mods/index.html
+++ b/latest/os/tutorials/pin-wheel-mods/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 
@@ -298,6 +304,14 @@
 
               
           
+              
+                
+    <li >
+      <a href="../blinky_console/">Add Console and Shell to Blinky</a>
+    </li>
+
+              
+          
     </ul>
   
     </li>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/tutorials/project-slinky/index.html
----------------------------------------------------------------------
diff --git a/latest/os/tutorials/project-slinky/index.html b/latest/os/tutorials/project-slinky/index.html
index 223a603..938d20a 100644
--- a/latest/os/tutorials/project-slinky/index.html
+++ b/latest/os/tutorials/project-slinky/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/tutorials/project-target-slinky/index.html
----------------------------------------------------------------------
diff --git a/latest/os/tutorials/project-target-slinky/index.html b/latest/os/tutorials/project-target-slinky/index.html
index 43acd18..c7100dd 100644
--- a/latest/os/tutorials/project-target-slinky/index.html
+++ b/latest/os/tutorials/project-target-slinky/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/tutorials/repo/add_repos/index.html
----------------------------------------------------------------------
diff --git a/latest/os/tutorials/repo/add_repos/index.html b/latest/os/tutorials/repo/add_repos/index.html
index 1fbabd0..86bf2ab 100644
--- a/latest/os/tutorials/repo/add_repos/index.html
+++ b/latest/os/tutorials/repo/add_repos/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 
@@ -732,9 +738,9 @@ should give you all the information to add it to your <code>project.yml</code> f
 <ul class="nav nav-pills" style="margin-bottom: 10px">
     <li>
     
-    <a href=../../blinky_sram_olimex/>
+    <a href=../../blinky_console/>
         <span class="fa fa-arrow-left"></span>
-        Previous: Run Blinky from SRAM, no bootloader
+        Previous: Add Console and Shell to Blinky
     </a>
     
     </li>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/tutorials/repo/create_repo/index.html
----------------------------------------------------------------------
diff --git a/latest/os/tutorials/repo/create_repo/index.html b/latest/os/tutorials/repo/create_repo/index.html
index ac6253c..59df742 100644
--- a/latest/os/tutorials/repo/create_repo/index.html
+++ b/latest/os/tutorials/repo/create_repo/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/tutorials/repo/upgrade_repo/index.html
----------------------------------------------------------------------
diff --git a/latest/os/tutorials/repo/upgrade_repo/index.html b/latest/os/tutorials/repo/upgrade_repo/index.html
index 425c3fd..433738d 100644
--- a/latest/os/tutorials/repo/upgrade_repo/index.html
+++ b/latest/os/tutorials/repo/upgrade_repo/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/tutorials/tasks_lesson/index.html
----------------------------------------------------------------------
diff --git a/latest/os/tutorials/tasks_lesson/index.html b/latest/os/tutorials/tasks_lesson/index.html
index 403810c..6d85e60 100644
--- a/latest/os/tutorials/tasks_lesson/index.html
+++ b/latest/os/tutorials/tasks_lesson/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/tutorials/tutorials/index.html
----------------------------------------------------------------------
diff --git a/latest/os/tutorials/tutorials/index.html b/latest/os/tutorials/tutorials/index.html
index 654534b..61a2f87 100644
--- a/latest/os/tutorials/tutorials/index.html
+++ b/latest/os/tutorials/tutorials/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/tutorials/unit_test/index.html
----------------------------------------------------------------------
diff --git a/latest/os/tutorials/unit_test/index.html b/latest/os/tutorials/unit_test/index.html
index 36301bc..a4fae33 100644
--- a/latest/os/tutorials/unit_test/index.html
+++ b/latest/os/tutorials/unit_test/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/tutorials/wi-fi_on_arduino/index.html
----------------------------------------------------------------------
diff --git a/latest/os/tutorials/wi-fi_on_arduino/index.html b/latest/os/tutorials/wi-fi_on_arduino/index.html
index 8f42c4f..5bb1328 100644
--- a/latest/os/tutorials/wi-fi_on_arduino/index.html
+++ b/latest/os/tutorials/wi-fi_on_arduino/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/pages/ble/index.html
----------------------------------------------------------------------
diff --git a/latest/pages/ble/index.html b/latest/pages/ble/index.html
index ec5d4c8..a805986 100644
--- a/latest/pages/ble/index.html
+++ b/latest/pages/ble/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/quick-start/index.html
----------------------------------------------------------------------
diff --git a/latest/quick-start/index.html b/latest/quick-start/index.html
index f293ce8..26d4ceb 100644
--- a/latest/quick-start/index.html
+++ b/latest/quick-start/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/search.html
----------------------------------------------------------------------
diff --git a/latest/search.html b/latest/search.html
index ac28cc8..b62ba17 100644
--- a/latest/search.html
+++ b/latest/search.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/sitemap.xml
----------------------------------------------------------------------
diff --git a/latest/sitemap.xml b/latest/sitemap.xml
index 5bef0fc..4940126 100644
--- a/latest/sitemap.xml
+++ b/latest/sitemap.xml
@@ -4,7 +4,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/</loc>
-     <lastmod>2016-12-15</lastmod>
+     <lastmod>2016-12-19</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -13,7 +13,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/pages/ble/</loc>
-     <lastmod>2016-12-15</lastmod>
+     <lastmod>2016-12-19</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -22,7 +22,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/quick-start/</loc>
-     <lastmod>2016-12-15</lastmod>
+     <lastmod>2016-12-19</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -30,7 +30,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/about/</loc>
-     <lastmod>2016-12-15</lastmod>
+     <lastmod>2016-12-19</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -38,7 +38,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/talks/</loc>
-     <lastmod>2016-12-15</lastmod>
+     <lastmod>2016-12-19</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -46,7 +46,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/download/</loc>
-     <lastmod>2016-12-15</lastmod>
+     <lastmod>2016-12-19</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -54,7 +54,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/community/</loc>
-     <lastmod>2016-12-15</lastmod>
+     <lastmod>2016-12-19</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -62,7 +62,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/events/</loc>
-     <lastmod>2016-12-15</lastmod>
+     <lastmod>2016-12-19</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -71,7 +71,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/os/introduction/</loc>
-     <lastmod>2016-12-15</lastmod>
+     <lastmod>2016-12-19</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -83,7 +83,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/os/get_started/vocabulary/</loc>
-     <lastmod>2016-12-15</lastmod>
+     <lastmod>2016-12-19</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -123,13 +123,13 @@
         
     <url>
      <loc>http://mynewt.apache.org/faq/how_to_edit_docs/</loc>
-     <lastmod>2016-12-15</lastmod>
+     <lastmod>2016-12-19</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/faq/answers/</loc>
-     <lastmod>2016-12-15</lastmod>
+     <lastmod>2016-12-19</lastmod>
      <changefreq>daily</changefreq>
     </url>
         

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/talks/index.html
----------------------------------------------------------------------
diff --git a/latest/talks/index.html b/latest/talks/index.html
index 869f439..b40ded7 100644
--- a/latest/talks/index.html
+++ b/latest/talks/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/main-banner.html
----------------------------------------------------------------------
diff --git a/main-banner.html b/main-banner.html
index 70ac2da..6ea0f69 100644
--- a/main-banner.html
+++ b/main-banner.html
@@ -1,9 +1,15 @@
 <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/network/ble/ble_intro/index.html
----------------------------------------------------------------------
diff --git a/network/ble/ble_intro/index.html b/network/ble/ble_intro/index.html
index 0e23830..174d201 100644
--- a/network/ble/ble_intro/index.html
+++ b/network/ble/ble_intro/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/network/ble/ble_sec/index.html
----------------------------------------------------------------------
diff --git a/network/ble/ble_sec/index.html b/network/ble/ble_sec/index.html
index 1f907e5..ffd2670 100644
--- a/network/ble/ble_sec/index.html
+++ b/network/ble/ble_sec/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/network/ble/bletiny/bletiny_GAP/index.html
----------------------------------------------------------------------
diff --git a/network/ble/bletiny/bletiny_GAP/index.html b/network/ble/bletiny/bletiny_GAP/index.html
index 1a63733..3b4f6b7 100644
--- a/network/ble/bletiny/bletiny_GAP/index.html
+++ b/network/ble/bletiny/bletiny_GAP/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/network/ble/bletiny/bletiny_GATT/index.html
----------------------------------------------------------------------
diff --git a/network/ble/bletiny/bletiny_GATT/index.html b/network/ble/bletiny/bletiny_GATT/index.html
index 92fd63b..306c80c 100644
--- a/network/ble/bletiny/bletiny_GATT/index.html
+++ b/network/ble/bletiny/bletiny_GATT/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/network/ble/bletiny/bletiny_advdata/index.html
----------------------------------------------------------------------
diff --git a/network/ble/bletiny/bletiny_advdata/index.html b/network/ble/bletiny/bletiny_advdata/index.html
index 5e1d954..e601038 100644
--- a/network/ble/bletiny/bletiny_advdata/index.html
+++ b/network/ble/bletiny/bletiny_advdata/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/network/ble/bletiny_api/index.html
----------------------------------------------------------------------
diff --git a/network/ble/bletiny_api/index.html b/network/ble/bletiny_api/index.html
index 140734c..341f4c6 100644
--- a/network/ble/bletiny_api/index.html
+++ b/network/ble/bletiny_api/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/network/ble/ini_stack/ble_add_cpu/index.html
----------------------------------------------------------------------
diff --git a/network/ble/ini_stack/ble_add_cpu/index.html b/network/ble/ini_stack/ble_add_cpu/index.html
index acd7cb4..57a1620 100644
--- a/network/ble/ini_stack/ble_add_cpu/index.html
+++ b/network/ble/ini_stack/ble_add_cpu/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/network/ble/ini_stack/ble_consolepkg/index.html
----------------------------------------------------------------------
diff --git a/network/ble/ini_stack/ble_consolepkg/index.html b/network/ble/ini_stack/ble_consolepkg/index.html
index b47a181..7c28ef4 100644
--- a/network/ble/ini_stack/ble_consolepkg/index.html
+++ b/network/ble/ini_stack/ble_consolepkg/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/network/ble/ini_stack/ble_controller_ini/index.html
----------------------------------------------------------------------
diff --git a/network/ble/ini_stack/ble_controller_ini/index.html b/network/ble/ini_stack/ble_controller_ini/index.html
index 346d629..5a01e64 100644
--- a/network/ble/ini_stack/ble_controller_ini/index.html
+++ b/network/ble/ini_stack/ble_controller_ini/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/network/ble/ini_stack/ble_devadd/index.html
----------------------------------------------------------------------
diff --git a/network/ble/ini_stack/ble_devadd/index.html b/network/ble/ini_stack/ble_devadd/index.html
index 76e00d1..6702775 100644
--- a/network/ble/ini_stack/ble_devadd/index.html
+++ b/network/ble/ini_stack/ble_devadd/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/network/ble/ini_stack/ble_host_ini/index.html
----------------------------------------------------------------------
diff --git a/network/ble/ini_stack/ble_host_ini/index.html b/network/ble/ini_stack/ble_host_ini/index.html
index b63772b..d5dd1b1 100644
--- a/network/ble/ini_stack/ble_host_ini/index.html
+++ b/network/ble/ini_stack/ble_host_ini/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/network/ble/ini_stack/ble_ini_intro/index.html
----------------------------------------------------------------------
diff --git a/network/ble/ini_stack/ble_ini_intro/index.html b/network/ble/ini_stack/ble_ini_intro/index.html
index 760bace..5615770 100644
--- a/network/ble/ini_stack/ble_ini_intro/index.html
+++ b/network/ble/ini_stack/ble_ini_intro/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/network/ble/ini_stack/ble_mempool/index.html
----------------------------------------------------------------------
diff --git a/network/ble/ini_stack/ble_mempool/index.html b/network/ble/ini_stack/ble_mempool/index.html
index ebdcb00..3c4e7c1 100644
--- a/network/ble/ini_stack/ble_mempool/index.html
+++ b/network/ble/ini_stack/ble_mempool/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/network/ble/ini_stack/ble_parent_ini/index.html
----------------------------------------------------------------------
diff --git a/network/ble/ini_stack/ble_parent_ini/index.html b/network/ble/ini_stack/ble_parent_ini/index.html
index 03998d7..dce7390 100644
--- a/network/ble/ini_stack/ble_parent_ini/index.html
+++ b/network/ble/ini_stack/ble_parent_ini/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/network/ble/ini_stack/ble_statpkg/index.html
----------------------------------------------------------------------
diff --git a/network/ble/ini_stack/ble_statpkg/index.html b/network/ble/ini_stack/ble_statpkg/index.html
index cc0b9b1..2e5a3b9 100644
--- a/network/ble/ini_stack/ble_statpkg/index.html
+++ b/network/ble/ini_stack/ble_statpkg/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/network/ble/nimble_setup/index.html
----------------------------------------------------------------------
diff --git a/network/ble/nimble_setup/index.html b/network/ble/nimble_setup/index.html
index 90b1072..3723118 100644
--- a/network/ble/nimble_setup/index.html
+++ b/network/ble/nimble_setup/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/newt/command_list/newt_build/index.html
----------------------------------------------------------------------
diff --git a/newt/command_list/newt_build/index.html b/newt/command_list/newt_build/index.html
index 6fb2658..5fda68d 100644
--- a/newt/command_list/newt_build/index.html
+++ b/newt/command_list/newt_build/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/newt/command_list/newt_clean/index.html
----------------------------------------------------------------------
diff --git a/newt/command_list/newt_clean/index.html b/newt/command_list/newt_clean/index.html
index 8ef673c..cad3b05 100644
--- a/newt/command_list/newt_clean/index.html
+++ b/newt/command_list/newt_clean/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/newt/command_list/newt_create_image/index.html
----------------------------------------------------------------------
diff --git a/newt/command_list/newt_create_image/index.html b/newt/command_list/newt_create_image/index.html
index fd26d99..6e6edae 100644
--- a/newt/command_list/newt_create_image/index.html
+++ b/newt/command_list/newt_create_image/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/newt/command_list/newt_debug/index.html
----------------------------------------------------------------------
diff --git a/newt/command_list/newt_debug/index.html b/newt/command_list/newt_debug/index.html
index dd3077f..6bbb7c6 100644
--- a/newt/command_list/newt_debug/index.html
+++ b/newt/command_list/newt_debug/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/newt/command_list/newt_help/index.html
----------------------------------------------------------------------
diff --git a/newt/command_list/newt_help/index.html b/newt/command_list/newt_help/index.html
index 571a5f0..6b2f59c 100644
--- a/newt/command_list/newt_help/index.html
+++ b/newt/command_list/newt_help/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/newt/command_list/newt_info/index.html
----------------------------------------------------------------------
diff --git a/newt/command_list/newt_info/index.html b/newt/command_list/newt_info/index.html
index 2d965e4..8c27565 100644
--- a/newt/command_list/newt_info/index.html
+++ b/newt/command_list/newt_info/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/newt/command_list/newt_install/index.html
----------------------------------------------------------------------
diff --git a/newt/command_list/newt_install/index.html b/newt/command_list/newt_install/index.html
index da6eb7c..450dede 100644
--- a/newt/command_list/newt_install/index.html
+++ b/newt/command_list/newt_install/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/newt/command_list/newt_load/index.html
----------------------------------------------------------------------
diff --git a/newt/command_list/newt_load/index.html b/newt/command_list/newt_load/index.html
index 5e1b525..072ef4c 100644
--- a/newt/command_list/newt_load/index.html
+++ b/newt/command_list/newt_load/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/newt/command_list/newt_new/index.html
----------------------------------------------------------------------
diff --git a/newt/command_list/newt_new/index.html b/newt/command_list/newt_new/index.html
index 550bbfa..7e677be 100644
--- a/newt/command_list/newt_new/index.html
+++ b/newt/command_list/newt_new/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/newt/command_list/newt_run/index.html
----------------------------------------------------------------------
diff --git a/newt/command_list/newt_run/index.html b/newt/command_list/newt_run/index.html
index 33fdbd0..5d6ca2f 100644
--- a/newt/command_list/newt_run/index.html
+++ b/newt/command_list/newt_run/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/newt/command_list/newt_size/index.html
----------------------------------------------------------------------
diff --git a/newt/command_list/newt_size/index.html b/newt/command_list/newt_size/index.html
index 9d40c14..675e9c2 100644
--- a/newt/command_list/newt_size/index.html
+++ b/newt/command_list/newt_size/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/newt/command_list/newt_target/index.html
----------------------------------------------------------------------
diff --git a/newt/command_list/newt_target/index.html b/newt/command_list/newt_target/index.html
index ed1be35..f61cf86 100644
--- a/newt/command_list/newt_target/index.html
+++ b/newt/command_list/newt_target/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/newt/command_list/newt_test/index.html
----------------------------------------------------------------------
diff --git a/newt/command_list/newt_test/index.html b/newt/command_list/newt_test/index.html
index ed96714..a7860b9 100644
--- a/newt/command_list/newt_test/index.html
+++ b/newt/command_list/newt_test/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/newt/command_list/newt_upgrade/index.html
----------------------------------------------------------------------
diff --git a/newt/command_list/newt_upgrade/index.html b/newt/command_list/newt_upgrade/index.html
index 3851761..e43225c 100644
--- a/newt/command_list/newt_upgrade/index.html
+++ b/newt/command_list/newt_upgrade/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/newt/command_list/newt_version/index.html
----------------------------------------------------------------------
diff --git a/newt/command_list/newt_version/index.html b/newt/command_list/newt_version/index.html
index e6b1731..8ee5c31 100644
--- a/newt/command_list/newt_version/index.html
+++ b/newt/command_list/newt_version/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/newt/install/newt_linux/index.html
----------------------------------------------------------------------
diff --git a/newt/install/newt_linux/index.html b/newt/install/newt_linux/index.html
index 02f52fb..7861b52 100644
--- a/newt/install/newt_linux/index.html
+++ b/newt/install/newt_linux/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/newt/install/newt_mac/index.html
----------------------------------------------------------------------
diff --git a/newt/install/newt_mac/index.html b/newt/install/newt_mac/index.html
index 0193dea..0ed6b0f 100644
--- a/newt/install/newt_mac/index.html
+++ b/newt/install/newt_mac/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/newt/newt_intro/index.html
----------------------------------------------------------------------
diff --git a/newt/newt_intro/index.html b/newt/newt_intro/index.html
index db63d86..eed9439 100644
--- a/newt/newt_intro/index.html
+++ b/newt/newt_intro/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/newt/newt_operation/index.html
----------------------------------------------------------------------
diff --git a/newt/newt_operation/index.html b/newt/newt_operation/index.html
index c7894e8..1cf479d 100644
--- a/newt/newt_operation/index.html
+++ b/newt/newt_operation/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/newt/newt_ops/index.html
----------------------------------------------------------------------
diff --git a/newt/newt_ops/index.html b/newt/newt_ops/index.html
index 6c2889a..bf0ae96 100644
--- a/newt/newt_ops/index.html
+++ b/newt/newt_ops/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/newtmgr/installing/index.html
----------------------------------------------------------------------
diff --git a/newtmgr/installing/index.html b/newtmgr/installing/index.html
index 3476b9f..321e348 100644
--- a/newtmgr/installing/index.html
+++ b/newtmgr/installing/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/newtmgr/overview/index.html
----------------------------------------------------------------------
diff --git a/newtmgr/overview/index.html b/newtmgr/overview/index.html
index 7161bdc..8b0d4f3 100644
--- a/newtmgr/overview/index.html
+++ b/newtmgr/overview/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/callout/callout/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/callout/callout/index.html b/os/core_os/callout/callout/index.html
index b2c3c5a..bbb8e3a 100644
--- a/os/core_os/callout/callout/index.html
+++ b/os/core_os/callout/callout/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/callout/os_callout_func_init/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/callout/os_callout_func_init/index.html b/os/core_os/callout/os_callout_func_init/index.html
index 40f037f..e60babb 100644
--- a/os/core_os/callout/os_callout_func_init/index.html
+++ b/os/core_os/callout/os_callout_func_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/callout/os_callout_init/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/callout/os_callout_init/index.html b/os/core_os/callout/os_callout_init/index.html
index d79593a..a06258c 100644
--- a/os/core_os/callout/os_callout_init/index.html
+++ b/os/core_os/callout/os_callout_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/callout/os_callout_queued/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/callout/os_callout_queued/index.html b/os/core_os/callout/os_callout_queued/index.html
index dd52d89..5520a24 100644
--- a/os/core_os/callout/os_callout_queued/index.html
+++ b/os/core_os/callout/os_callout_queued/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/callout/os_callout_reset/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/callout/os_callout_reset/index.html b/os/core_os/callout/os_callout_reset/index.html
index 2d84918..066d53c 100644
--- a/os/core_os/callout/os_callout_reset/index.html
+++ b/os/core_os/callout/os_callout_reset/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/callout/os_callout_stop/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/callout/os_callout_stop/index.html b/os/core_os/callout/os_callout_stop/index.html
index e9a8f86..26df44b 100644
--- a/os/core_os/callout/os_callout_stop/index.html
+++ b/os/core_os/callout/os_callout_stop/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/context_switch/context_switch/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/context_switch/context_switch/index.html b/os/core_os/context_switch/context_switch/index.html
index 9086ac4..601ff61 100644
--- a/os/core_os/context_switch/context_switch/index.html
+++ b/os/core_os/context_switch/context_switch/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/context_switch/os_arch_ctx_sw/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/context_switch/os_arch_ctx_sw/index.html b/os/core_os/context_switch/os_arch_ctx_sw/index.html
index cef34c9..9a5d087 100644
--- a/os/core_os/context_switch/os_arch_ctx_sw/index.html
+++ b/os/core_os/context_switch/os_arch_ctx_sw/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/context_switch/os_sched/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/context_switch/os_sched/index.html b/os/core_os/context_switch/os_sched/index.html
index 90c6e53..c96f1ae 100644
--- a/os/core_os/context_switch/os_sched/index.html
+++ b/os/core_os/context_switch/os_sched/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/context_switch/os_sched_ctx_sw_hook/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/context_switch/os_sched_ctx_sw_hook/index.html b/os/core_os/context_switch/os_sched_ctx_sw_hook/index.html
index 41a22d2..b6b99c9 100644
--- a/os/core_os/context_switch/os_sched_ctx_sw_hook/index.html
+++ b/os/core_os/context_switch/os_sched_ctx_sw_hook/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/context_switch/os_sched_get_current_task/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/context_switch/os_sched_get_current_task/index.html b/os/core_os/context_switch/os_sched_get_current_task/index.html
index 5194d18..a05476c 100644
--- a/os/core_os/context_switch/os_sched_get_current_task/index.html
+++ b/os/core_os/context_switch/os_sched_get_current_task/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/context_switch/os_sched_insert/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/context_switch/os_sched_insert/index.html b/os/core_os/context_switch/os_sched_insert/index.html
index e3ae964..835258a 100644
--- a/os/core_os/context_switch/os_sched_insert/index.html
+++ b/os/core_os/context_switch/os_sched_insert/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/context_switch/os_sched_next_task/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/context_switch/os_sched_next_task/index.html b/os/core_os/context_switch/os_sched_next_task/index.html
index d5ac2ac..1fe78f8 100644
--- a/os/core_os/context_switch/os_sched_next_task/index.html
+++ b/os/core_os/context_switch/os_sched_next_task/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/context_switch/os_sched_os_timer_exp/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/context_switch/os_sched_os_timer_exp/index.html b/os/core_os/context_switch/os_sched_os_timer_exp/index.html
index 1564623..ab82b91 100644
--- a/os/core_os/context_switch/os_sched_os_timer_exp/index.html
+++ b/os/core_os/context_switch/os_sched_os_timer_exp/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/context_switch/os_sched_resort/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/context_switch/os_sched_resort/index.html b/os/core_os/context_switch/os_sched_resort/index.html
index 2e4cbb8..6ef60eb 100644
--- a/os/core_os/context_switch/os_sched_resort/index.html
+++ b/os/core_os/context_switch/os_sched_resort/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/context_switch/os_sched_set_current_task/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/context_switch/os_sched_set_current_task/index.html b/os/core_os/context_switch/os_sched_set_current_task/index.html
index 4578238..79f38ce 100644
--- a/os/core_os/context_switch/os_sched_set_current_task/index.html
+++ b/os/core_os/context_switch/os_sched_set_current_task/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/context_switch/os_sched_sleep/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/context_switch/os_sched_sleep/index.html b/os/core_os/context_switch/os_sched_sleep/index.html
index 475e912..56a8755 100644
--- a/os/core_os/context_switch/os_sched_sleep/index.html
+++ b/os/core_os/context_switch/os_sched_sleep/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 



[03/22] incubator-mynewt-site git commit: Added a tutorial to add console to blinky. Updated newt documentation. Added a Latest News button on front page

Posted by ad...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/mbuf/os_mbuf_copydata/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/mbuf/os_mbuf_copydata/index.html b/v0_9_0/os/core_os/mbuf/os_mbuf_copydata/index.html
index 306a5c5..624363d 100644
--- a/v0_9_0/os/core_os/mbuf/os_mbuf_copydata/index.html
+++ b/v0_9_0/os/core_os/mbuf/os_mbuf_copydata/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/mbuf/os_mbuf_copyinto/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/mbuf/os_mbuf_copyinto/index.html b/v0_9_0/os/core_os/mbuf/os_mbuf_copyinto/index.html
index 9708fc4..de08e02 100644
--- a/v0_9_0/os/core_os/mbuf/os_mbuf_copyinto/index.html
+++ b/v0_9_0/os/core_os/mbuf/os_mbuf_copyinto/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/mbuf/os_mbuf_dup/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/mbuf/os_mbuf_dup/index.html b/v0_9_0/os/core_os/mbuf/os_mbuf_dup/index.html
index 438e6aa..6186f63 100644
--- a/v0_9_0/os/core_os/mbuf/os_mbuf_dup/index.html
+++ b/v0_9_0/os/core_os/mbuf/os_mbuf_dup/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/mbuf/os_mbuf_extend/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/mbuf/os_mbuf_extend/index.html b/v0_9_0/os/core_os/mbuf/os_mbuf_extend/index.html
index 5423d6e..48a56f8 100644
--- a/v0_9_0/os/core_os/mbuf/os_mbuf_extend/index.html
+++ b/v0_9_0/os/core_os/mbuf/os_mbuf_extend/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/mbuf/os_mbuf_free_chain/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/mbuf/os_mbuf_free_chain/index.html b/v0_9_0/os/core_os/mbuf/os_mbuf_free_chain/index.html
index 06a87d9..42cbbb5 100644
--- a/v0_9_0/os/core_os/mbuf/os_mbuf_free_chain/index.html
+++ b/v0_9_0/os/core_os/mbuf/os_mbuf_free_chain/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/mbuf/os_mbuf_get/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/mbuf/os_mbuf_get/index.html b/v0_9_0/os/core_os/mbuf/os_mbuf_get/index.html
index 3000ffe..49cca9c 100644
--- a/v0_9_0/os/core_os/mbuf/os_mbuf_get/index.html
+++ b/v0_9_0/os/core_os/mbuf/os_mbuf_get/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/mbuf/os_mbuf_get_pkthdr/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/mbuf/os_mbuf_get_pkthdr/index.html b/v0_9_0/os/core_os/mbuf/os_mbuf_get_pkthdr/index.html
index 2b695fd..499a40d 100644
--- a/v0_9_0/os/core_os/mbuf/os_mbuf_get_pkthdr/index.html
+++ b/v0_9_0/os/core_os/mbuf/os_mbuf_get_pkthdr/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/mbuf/os_mbuf_memcmp/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/mbuf/os_mbuf_memcmp/index.html b/v0_9_0/os/core_os/mbuf/os_mbuf_memcmp/index.html
index ab9a981..3e7b9e1 100644
--- a/v0_9_0/os/core_os/mbuf/os_mbuf_memcmp/index.html
+++ b/v0_9_0/os/core_os/mbuf/os_mbuf_memcmp/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/mbuf/os_mbuf_off/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/mbuf/os_mbuf_off/index.html b/v0_9_0/os/core_os/mbuf/os_mbuf_off/index.html
index b4c3dc7..e3f6f36 100644
--- a/v0_9_0/os/core_os/mbuf/os_mbuf_off/index.html
+++ b/v0_9_0/os/core_os/mbuf/os_mbuf_off/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/mbuf/os_mbuf_pool_init/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/mbuf/os_mbuf_pool_init/index.html b/v0_9_0/os/core_os/mbuf/os_mbuf_pool_init/index.html
index fc70eab..2361b65 100644
--- a/v0_9_0/os/core_os/mbuf/os_mbuf_pool_init/index.html
+++ b/v0_9_0/os/core_os/mbuf/os_mbuf_pool_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/mbuf/os_mbuf_prepend/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/mbuf/os_mbuf_prepend/index.html b/v0_9_0/os/core_os/mbuf/os_mbuf_prepend/index.html
index 1537a3c..1dcceef 100644
--- a/v0_9_0/os/core_os/mbuf/os_mbuf_prepend/index.html
+++ b/v0_9_0/os/core_os/mbuf/os_mbuf_prepend/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/mbuf/os_mbuf_pullup/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/mbuf/os_mbuf_pullup/index.html b/v0_9_0/os/core_os/mbuf/os_mbuf_pullup/index.html
index ea072b1..e7d49f6 100644
--- a/v0_9_0/os/core_os/mbuf/os_mbuf_pullup/index.html
+++ b/v0_9_0/os/core_os/mbuf/os_mbuf_pullup/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/memory_pool/OS_MEMPOOL_BYTES/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/memory_pool/OS_MEMPOOL_BYTES/index.html b/v0_9_0/os/core_os/memory_pool/OS_MEMPOOL_BYTES/index.html
index b1c4f48..90d6798 100644
--- a/v0_9_0/os/core_os/memory_pool/OS_MEMPOOL_BYTES/index.html
+++ b/v0_9_0/os/core_os/memory_pool/OS_MEMPOOL_BYTES/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/memory_pool/OS_MEMPOOL_SIZE/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/memory_pool/OS_MEMPOOL_SIZE/index.html b/v0_9_0/os/core_os/memory_pool/OS_MEMPOOL_SIZE/index.html
index 6384e43..62fed7e 100644
--- a/v0_9_0/os/core_os/memory_pool/OS_MEMPOOL_SIZE/index.html
+++ b/v0_9_0/os/core_os/memory_pool/OS_MEMPOOL_SIZE/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/memory_pool/memory_pool/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/memory_pool/memory_pool/index.html b/v0_9_0/os/core_os/memory_pool/memory_pool/index.html
index 3e09d2d..3e88707 100644
--- a/v0_9_0/os/core_os/memory_pool/memory_pool/index.html
+++ b/v0_9_0/os/core_os/memory_pool/memory_pool/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/memory_pool/os_memblock_get/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/memory_pool/os_memblock_get/index.html b/v0_9_0/os/core_os/memory_pool/os_memblock_get/index.html
index 0c08c78..e3016f5 100644
--- a/v0_9_0/os/core_os/memory_pool/os_memblock_get/index.html
+++ b/v0_9_0/os/core_os/memory_pool/os_memblock_get/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/memory_pool/os_memblock_put/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/memory_pool/os_memblock_put/index.html b/v0_9_0/os/core_os/memory_pool/os_memblock_put/index.html
index a80b6c6..b6f8280 100644
--- a/v0_9_0/os/core_os/memory_pool/os_memblock_put/index.html
+++ b/v0_9_0/os/core_os/memory_pool/os_memblock_put/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/memory_pool/os_mempool_init/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/memory_pool/os_mempool_init/index.html b/v0_9_0/os/core_os/memory_pool/os_mempool_init/index.html
index 8126ad8..3b6bb3b 100644
--- a/v0_9_0/os/core_os/memory_pool/os_mempool_init/index.html
+++ b/v0_9_0/os/core_os/memory_pool/os_mempool_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/mqueue/mqueue/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/mqueue/mqueue/index.html b/v0_9_0/os/core_os/mqueue/mqueue/index.html
index 567f55c..bdababb 100644
--- a/v0_9_0/os/core_os/mqueue/mqueue/index.html
+++ b/v0_9_0/os/core_os/mqueue/mqueue/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/mqueue/os_mqueue_get/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/mqueue/os_mqueue_get/index.html b/v0_9_0/os/core_os/mqueue/os_mqueue_get/index.html
index 25b0c73..d317fca 100644
--- a/v0_9_0/os/core_os/mqueue/os_mqueue_get/index.html
+++ b/v0_9_0/os/core_os/mqueue/os_mqueue_get/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/mqueue/os_mqueue_init/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/mqueue/os_mqueue_init/index.html b/v0_9_0/os/core_os/mqueue/os_mqueue_init/index.html
index 18ac176..f18e246 100644
--- a/v0_9_0/os/core_os/mqueue/os_mqueue_init/index.html
+++ b/v0_9_0/os/core_os/mqueue/os_mqueue_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/mqueue/os_mqueue_put/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/mqueue/os_mqueue_put/index.html b/v0_9_0/os/core_os/mqueue/os_mqueue_put/index.html
index a8a9c16..6e479e5 100644
--- a/v0_9_0/os/core_os/mqueue/os_mqueue_put/index.html
+++ b/v0_9_0/os/core_os/mqueue/os_mqueue_put/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/msys/msys/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/msys/msys/index.html b/v0_9_0/os/core_os/msys/msys/index.html
index 9292269..4177e02 100644
--- a/v0_9_0/os/core_os/msys/msys/index.html
+++ b/v0_9_0/os/core_os/msys/msys/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/msys/os_msys_get/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/msys/os_msys_get/index.html b/v0_9_0/os/core_os/msys/os_msys_get/index.html
index 8390915..296053b 100644
--- a/v0_9_0/os/core_os/msys/os_msys_get/index.html
+++ b/v0_9_0/os/core_os/msys/os_msys_get/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/msys/os_msys_get_pkthdr/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/msys/os_msys_get_pkthdr/index.html b/v0_9_0/os/core_os/msys/os_msys_get_pkthdr/index.html
index c6e77bf..98baaf2 100644
--- a/v0_9_0/os/core_os/msys/os_msys_get_pkthdr/index.html
+++ b/v0_9_0/os/core_os/msys/os_msys_get_pkthdr/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/msys/os_msys_register/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/msys/os_msys_register/index.html b/v0_9_0/os/core_os/msys/os_msys_register/index.html
index b6109ef..fb5c160 100644
--- a/v0_9_0/os/core_os/msys/os_msys_register/index.html
+++ b/v0_9_0/os/core_os/msys/os_msys_register/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/msys/os_msys_reset/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/msys/os_msys_reset/index.html b/v0_9_0/os/core_os/msys/os_msys_reset/index.html
index 6def779..672b709 100644
--- a/v0_9_0/os/core_os/msys/os_msys_reset/index.html
+++ b/v0_9_0/os/core_os/msys/os_msys_reset/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/mutex/mutex/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/mutex/mutex/index.html b/v0_9_0/os/core_os/mutex/mutex/index.html
index 526c944..0228b78 100644
--- a/v0_9_0/os/core_os/mutex/mutex/index.html
+++ b/v0_9_0/os/core_os/mutex/mutex/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/mutex/os_mutex_init/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/mutex/os_mutex_init/index.html b/v0_9_0/os/core_os/mutex/os_mutex_init/index.html
index c6b3ba3..4cba2b8 100644
--- a/v0_9_0/os/core_os/mutex/os_mutex_init/index.html
+++ b/v0_9_0/os/core_os/mutex/os_mutex_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/mutex/os_mutex_pend/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/mutex/os_mutex_pend/index.html b/v0_9_0/os/core_os/mutex/os_mutex_pend/index.html
index 75df4b8..2cfc5ac 100644
--- a/v0_9_0/os/core_os/mutex/os_mutex_pend/index.html
+++ b/v0_9_0/os/core_os/mutex/os_mutex_pend/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/mutex/os_mutex_release/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/mutex/os_mutex_release/index.html b/v0_9_0/os/core_os/mutex/os_mutex_release/index.html
index 622201d..16568a2 100644
--- a/v0_9_0/os/core_os/mutex/os_mutex_release/index.html
+++ b/v0_9_0/os/core_os/mutex/os_mutex_release/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/mynewt_os/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/mynewt_os/index.html b/v0_9_0/os/core_os/mynewt_os/index.html
index 2efe6d8..252e6af 100644
--- a/v0_9_0/os/core_os/mynewt_os/index.html
+++ b/v0_9_0/os/core_os/mynewt_os/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/os_init/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/os_init/index.html b/v0_9_0/os/core_os/os_init/index.html
index 8aa4714..7febd05 100644
--- a/v0_9_0/os/core_os/os_init/index.html
+++ b/v0_9_0/os/core_os/os_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/os_start/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/os_start/index.html b/v0_9_0/os/core_os/os_start/index.html
index 9d31d51..58c4cb5 100644
--- a/v0_9_0/os/core_os/os_start/index.html
+++ b/v0_9_0/os/core_os/os_start/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/os_started/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/os_started/index.html b/v0_9_0/os/core_os/os_started/index.html
index 6f68f3c..6afba40 100644
--- a/v0_9_0/os/core_os/os_started/index.html
+++ b/v0_9_0/os/core_os/os_started/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/porting/port_bsp/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/porting/port_bsp/index.html b/v0_9_0/os/core_os/porting/port_bsp/index.html
index 72d125e..ee5f7e9 100644
--- a/v0_9_0/os/core_os/porting/port_bsp/index.html
+++ b/v0_9_0/os/core_os/porting/port_bsp/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/porting/port_cpu/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/porting/port_cpu/index.html b/v0_9_0/os/core_os/porting/port_cpu/index.html
index 66fd451..286b03c 100644
--- a/v0_9_0/os/core_os/porting/port_cpu/index.html
+++ b/v0_9_0/os/core_os/porting/port_cpu/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/porting/port_mcu/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/porting/port_mcu/index.html b/v0_9_0/os/core_os/porting/port_mcu/index.html
index 1fc422c..6412b77 100644
--- a/v0_9_0/os/core_os/porting/port_mcu/index.html
+++ b/v0_9_0/os/core_os/porting/port_mcu/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/porting/port_os/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/porting/port_os/index.html b/v0_9_0/os/core_os/porting/port_os/index.html
index 508ba72..87c1859 100644
--- a/v0_9_0/os/core_os/porting/port_os/index.html
+++ b/v0_9_0/os/core_os/porting/port_os/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/sanity/os_sanity_check_init/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/sanity/os_sanity_check_init/index.html b/v0_9_0/os/core_os/sanity/os_sanity_check_init/index.html
index 24e7682..0ab2ba0 100644
--- a/v0_9_0/os/core_os/sanity/os_sanity_check_init/index.html
+++ b/v0_9_0/os/core_os/sanity/os_sanity_check_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/sanity/os_sanity_check_register/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/sanity/os_sanity_check_register/index.html b/v0_9_0/os/core_os/sanity/os_sanity_check_register/index.html
index df88dbf..cd7d5b9 100644
--- a/v0_9_0/os/core_os/sanity/os_sanity_check_register/index.html
+++ b/v0_9_0/os/core_os/sanity/os_sanity_check_register/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/sanity/os_sanity_check_reset/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/sanity/os_sanity_check_reset/index.html b/v0_9_0/os/core_os/sanity/os_sanity_check_reset/index.html
index 29b9490..af00091 100644
--- a/v0_9_0/os/core_os/sanity/os_sanity_check_reset/index.html
+++ b/v0_9_0/os/core_os/sanity/os_sanity_check_reset/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/sanity/os_sanity_task_checkin/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/sanity/os_sanity_task_checkin/index.html b/v0_9_0/os/core_os/sanity/os_sanity_task_checkin/index.html
index 65c9437..81c5886 100644
--- a/v0_9_0/os/core_os/sanity/os_sanity_task_checkin/index.html
+++ b/v0_9_0/os/core_os/sanity/os_sanity_task_checkin/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/sanity/os_sanity_task_init/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/sanity/os_sanity_task_init/index.html b/v0_9_0/os/core_os/sanity/os_sanity_task_init/index.html
index 34bb71a..e628b58 100644
--- a/v0_9_0/os/core_os/sanity/os_sanity_task_init/index.html
+++ b/v0_9_0/os/core_os/sanity/os_sanity_task_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/sanity/sanity/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/sanity/sanity/index.html b/v0_9_0/os/core_os/sanity/sanity/index.html
index 232942d..ca3bb87 100644
--- a/v0_9_0/os/core_os/sanity/sanity/index.html
+++ b/v0_9_0/os/core_os/sanity/sanity/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/semaphore/os_sem_init/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/semaphore/os_sem_init/index.html b/v0_9_0/os/core_os/semaphore/os_sem_init/index.html
index afb8db6..c04ed45 100644
--- a/v0_9_0/os/core_os/semaphore/os_sem_init/index.html
+++ b/v0_9_0/os/core_os/semaphore/os_sem_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/semaphore/os_sem_pend/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/semaphore/os_sem_pend/index.html b/v0_9_0/os/core_os/semaphore/os_sem_pend/index.html
index 05fbdb4..ee20769 100644
--- a/v0_9_0/os/core_os/semaphore/os_sem_pend/index.html
+++ b/v0_9_0/os/core_os/semaphore/os_sem_pend/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/semaphore/os_sem_release/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/semaphore/os_sem_release/index.html b/v0_9_0/os/core_os/semaphore/os_sem_release/index.html
index d0be8d5..9161e29 100644
--- a/v0_9_0/os/core_os/semaphore/os_sem_release/index.html
+++ b/v0_9_0/os/core_os/semaphore/os_sem_release/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/semaphore/semaphore/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/semaphore/semaphore/index.html b/v0_9_0/os/core_os/semaphore/semaphore/index.html
index a426e2b..9efb50d 100644
--- a/v0_9_0/os/core_os/semaphore/semaphore/index.html
+++ b/v0_9_0/os/core_os/semaphore/semaphore/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/task/os_task_count/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/task/os_task_count/index.html b/v0_9_0/os/core_os/task/os_task_count/index.html
index c8f33e3..15f3c31 100644
--- a/v0_9_0/os/core_os/task/os_task_count/index.html
+++ b/v0_9_0/os/core_os/task/os_task_count/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/task/os_task_info_get_next/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/task/os_task_info_get_next/index.html b/v0_9_0/os/core_os/task/os_task_info_get_next/index.html
index 5a8a0f1..44ad64a 100644
--- a/v0_9_0/os/core_os/task/os_task_info_get_next/index.html
+++ b/v0_9_0/os/core_os/task/os_task_info_get_next/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/task/os_task_init/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/task/os_task_init/index.html b/v0_9_0/os/core_os/task/os_task_init/index.html
index ee0e90d..104315f 100644
--- a/v0_9_0/os/core_os/task/os_task_init/index.html
+++ b/v0_9_0/os/core_os/task/os_task_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/task/task/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/task/task/index.html b/v0_9_0/os/core_os/task/task/index.html
index 67430d5..d23e7bf 100644
--- a/v0_9_0/os/core_os/task/task/index.html
+++ b/v0_9_0/os/core_os/task/task/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/time/os_gettimeofday/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/time/os_gettimeofday/index.html b/v0_9_0/os/core_os/time/os_gettimeofday/index.html
index 34666b2..d313491 100644
--- a/v0_9_0/os/core_os/time/os_gettimeofday/index.html
+++ b/v0_9_0/os/core_os/time/os_gettimeofday/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/time/os_settimeofday/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/time/os_settimeofday/index.html b/v0_9_0/os/core_os/time/os_settimeofday/index.html
index 86bd3ab..b38c324 100644
--- a/v0_9_0/os/core_os/time/os_settimeofday/index.html
+++ b/v0_9_0/os/core_os/time/os_settimeofday/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/time/os_time/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/time/os_time/index.html b/v0_9_0/os/core_os/time/os_time/index.html
index 62a7f94..4ee0626 100644
--- a/v0_9_0/os/core_os/time/os_time/index.html
+++ b/v0_9_0/os/core_os/time/os_time/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/time/os_time_delay/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/time/os_time_delay/index.html b/v0_9_0/os/core_os/time/os_time_delay/index.html
index aebe345..442e315 100644
--- a/v0_9_0/os/core_os/time/os_time_delay/index.html
+++ b/v0_9_0/os/core_os/time/os_time_delay/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/time/os_time_get/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/time/os_time_get/index.html b/v0_9_0/os/core_os/time/os_time_get/index.html
index 708b2be..fc082cb 100644
--- a/v0_9_0/os/core_os/time/os_time_get/index.html
+++ b/v0_9_0/os/core_os/time/os_time_get/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/time/os_time_tick/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/time/os_time_tick/index.html b/v0_9_0/os/core_os/time/os_time_tick/index.html
index 9ec7b66..8b630fa 100644
--- a/v0_9_0/os/core_os/time/os_time_tick/index.html
+++ b/v0_9_0/os/core_os/time/os_time_tick/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/get_started/cross_tools/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/get_started/cross_tools/index.html b/v0_9_0/os/get_started/cross_tools/index.html
index c9ff16f..376daa6 100644
--- a/v0_9_0/os/get_started/cross_tools/index.html
+++ b/v0_9_0/os/get_started/cross_tools/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/get_started/docker/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/get_started/docker/index.html b/v0_9_0/os/get_started/docker/index.html
index 850be73..dda857f 100644
--- a/v0_9_0/os/get_started/docker/index.html
+++ b/v0_9_0/os/get_started/docker/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/get_started/get_started/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/get_started/get_started/index.html b/v0_9_0/os/get_started/get_started/index.html
index 0c45db7..ec1a172 100644
--- a/v0_9_0/os/get_started/get_started/index.html
+++ b/v0_9_0/os/get_started/get_started/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/get_started/native_tools/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/get_started/native_tools/index.html b/v0_9_0/os/get_started/native_tools/index.html
index 0802a92..e2dc143 100644
--- a/v0_9_0/os/get_started/native_tools/index.html
+++ b/v0_9_0/os/get_started/native_tools/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/get_started/project_create/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/get_started/project_create/index.html b/v0_9_0/os/get_started/project_create/index.html
index 10b5fed..50d1e25 100644
--- a/v0_9_0/os/get_started/project_create/index.html
+++ b/v0_9_0/os/get_started/project_create/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/get_started/vocabulary/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/get_started/vocabulary/index.html b/v0_9_0/os/get_started/vocabulary/index.html
index 1561407..f014f4a 100644
--- a/v0_9_0/os/get_started/vocabulary/index.html
+++ b/v0_9_0/os/get_started/vocabulary/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/introduction/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/introduction/index.html b/v0_9_0/os/introduction/index.html
index e339397..a52ab53 100644
--- a/v0_9_0/os/introduction/index.html
+++ b/v0_9_0/os/introduction/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/baselibc/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/baselibc/index.html b/v0_9_0/os/modules/baselibc/index.html
index ba9facd..c3f1527 100644
--- a/v0_9_0/os/modules/baselibc/index.html
+++ b/v0_9_0/os/modules/baselibc/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/bootloader/boot_build_status/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/bootloader/boot_build_status/index.html b/v0_9_0/os/modules/bootloader/boot_build_status/index.html
index 913acb1..47d66cf 100644
--- a/v0_9_0/os/modules/bootloader/boot_build_status/index.html
+++ b/v0_9_0/os/modules/bootloader/boot_build_status/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/bootloader/boot_build_status_one/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/bootloader/boot_build_status_one/index.html b/v0_9_0/os/modules/bootloader/boot_build_status_one/index.html
index 8a9e03c..d63f195 100644
--- a/v0_9_0/os/modules/bootloader/boot_build_status_one/index.html
+++ b/v0_9_0/os/modules/bootloader/boot_build_status_one/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/bootloader/boot_clear_status/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/bootloader/boot_clear_status/index.html b/v0_9_0/os/modules/bootloader/boot_clear_status/index.html
index 2bfe3b3..50b99b5 100644
--- a/v0_9_0/os/modules/bootloader/boot_clear_status/index.html
+++ b/v0_9_0/os/modules/bootloader/boot_clear_status/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/bootloader/boot_copy_area/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/bootloader/boot_copy_area/index.html b/v0_9_0/os/modules/bootloader/boot_copy_area/index.html
index 0d39220..88f3130 100644
--- a/v0_9_0/os/modules/bootloader/boot_copy_area/index.html
+++ b/v0_9_0/os/modules/bootloader/boot_copy_area/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/bootloader/boot_copy_image/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/bootloader/boot_copy_image/index.html b/v0_9_0/os/modules/bootloader/boot_copy_image/index.html
index c5959b6..b539d71 100644
--- a/v0_9_0/os/modules/bootloader/boot_copy_image/index.html
+++ b/v0_9_0/os/modules/bootloader/boot_copy_image/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/bootloader/boot_erase_area/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/bootloader/boot_erase_area/index.html b/v0_9_0/os/modules/bootloader/boot_erase_area/index.html
index 9948e70..8ebeee9 100644
--- a/v0_9_0/os/modules/bootloader/boot_erase_area/index.html
+++ b/v0_9_0/os/modules/bootloader/boot_erase_area/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/bootloader/boot_fill_slot/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/bootloader/boot_fill_slot/index.html b/v0_9_0/os/modules/bootloader/boot_fill_slot/index.html
index d106e9d..447fab9 100644
--- a/v0_9_0/os/modules/bootloader/boot_fill_slot/index.html
+++ b/v0_9_0/os/modules/bootloader/boot_fill_slot/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/bootloader/boot_find_image_area_idx/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/bootloader/boot_find_image_area_idx/index.html b/v0_9_0/os/modules/bootloader/boot_find_image_area_idx/index.html
index 0595820..eff0d5c 100644
--- a/v0_9_0/os/modules/bootloader/boot_find_image_area_idx/index.html
+++ b/v0_9_0/os/modules/bootloader/boot_find_image_area_idx/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/bootloader/boot_find_image_part/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/bootloader/boot_find_image_part/index.html b/v0_9_0/os/modules/bootloader/boot_find_image_part/index.html
index dc4c462..d39ac78 100644
--- a/v0_9_0/os/modules/bootloader/boot_find_image_part/index.html
+++ b/v0_9_0/os/modules/bootloader/boot_find_image_part/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/bootloader/boot_find_image_slot/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/bootloader/boot_find_image_slot/index.html b/v0_9_0/os/modules/bootloader/boot_find_image_slot/index.html
index 796c2cd..b4347ea 100644
--- a/v0_9_0/os/modules/bootloader/boot_find_image_slot/index.html
+++ b/v0_9_0/os/modules/bootloader/boot_find_image_slot/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/modules/bootloader/boot_go/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/modules/bootloader/boot_go/index.html b/v0_9_0/os/modules/bootloader/boot_go/index.html
index 1d1b241..d9f2fbf 100644
--- a/v0_9_0/os/modules/bootloader/boot_go/index.html
+++ b/v0_9_0/os/modules/bootloader/boot_go/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 



[04/22] incubator-mynewt-site git commit: Added a tutorial to add console to blinky. Updated newt documentation. Added a Latest News button on front page

Posted by ad...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/main-banner.html
----------------------------------------------------------------------
diff --git a/v0_9_0/main-banner.html b/v0_9_0/main-banner.html
index 70ac2da..6ea0f69 100644
--- a/v0_9_0/main-banner.html
+++ b/v0_9_0/main-banner.html
@@ -1,9 +1,15 @@
 <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/network/ble/ble_intro/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/network/ble/ble_intro/index.html b/v0_9_0/network/ble/ble_intro/index.html
index 6b84e1a..ba37d3c 100644
--- a/v0_9_0/network/ble/ble_intro/index.html
+++ b/v0_9_0/network/ble/ble_intro/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/network/ble/ble_sec/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/network/ble/ble_sec/index.html b/v0_9_0/network/ble/ble_sec/index.html
index d7eeda9..c6b668f 100644
--- a/v0_9_0/network/ble/ble_sec/index.html
+++ b/v0_9_0/network/ble/ble_sec/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/network/ble/bletiny/bletiny_GAP/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/network/ble/bletiny/bletiny_GAP/index.html b/v0_9_0/network/ble/bletiny/bletiny_GAP/index.html
index 5be5989..16288b6 100644
--- a/v0_9_0/network/ble/bletiny/bletiny_GAP/index.html
+++ b/v0_9_0/network/ble/bletiny/bletiny_GAP/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/network/ble/bletiny/bletiny_GATT/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/network/ble/bletiny/bletiny_GATT/index.html b/v0_9_0/network/ble/bletiny/bletiny_GATT/index.html
index 73842b9..2d78dc7 100644
--- a/v0_9_0/network/ble/bletiny/bletiny_GATT/index.html
+++ b/v0_9_0/network/ble/bletiny/bletiny_GATT/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/network/ble/bletiny/bletiny_advdata/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/network/ble/bletiny/bletiny_advdata/index.html b/v0_9_0/network/ble/bletiny/bletiny_advdata/index.html
index 0d4a585..0594ca2 100644
--- a/v0_9_0/network/ble/bletiny/bletiny_advdata/index.html
+++ b/v0_9_0/network/ble/bletiny/bletiny_advdata/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/network/ble/bletiny_api/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/network/ble/bletiny_api/index.html b/v0_9_0/network/ble/bletiny_api/index.html
index dfb1cc9..a9d3fd5 100644
--- a/v0_9_0/network/ble/bletiny_api/index.html
+++ b/v0_9_0/network/ble/bletiny_api/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/network/ble/ini_stack/ble_add_cpu/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/network/ble/ini_stack/ble_add_cpu/index.html b/v0_9_0/network/ble/ini_stack/ble_add_cpu/index.html
index 2436e35..1ac05db 100644
--- a/v0_9_0/network/ble/ini_stack/ble_add_cpu/index.html
+++ b/v0_9_0/network/ble/ini_stack/ble_add_cpu/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/network/ble/ini_stack/ble_consolepkg/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/network/ble/ini_stack/ble_consolepkg/index.html b/v0_9_0/network/ble/ini_stack/ble_consolepkg/index.html
index 9e37ee0..8d6f96c 100644
--- a/v0_9_0/network/ble/ini_stack/ble_consolepkg/index.html
+++ b/v0_9_0/network/ble/ini_stack/ble_consolepkg/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/network/ble/ini_stack/ble_controller_ini/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/network/ble/ini_stack/ble_controller_ini/index.html b/v0_9_0/network/ble/ini_stack/ble_controller_ini/index.html
index d038193..b1b387b 100644
--- a/v0_9_0/network/ble/ini_stack/ble_controller_ini/index.html
+++ b/v0_9_0/network/ble/ini_stack/ble_controller_ini/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/network/ble/ini_stack/ble_devadd/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/network/ble/ini_stack/ble_devadd/index.html b/v0_9_0/network/ble/ini_stack/ble_devadd/index.html
index d990181..e85b45e 100644
--- a/v0_9_0/network/ble/ini_stack/ble_devadd/index.html
+++ b/v0_9_0/network/ble/ini_stack/ble_devadd/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/network/ble/ini_stack/ble_host_ini/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/network/ble/ini_stack/ble_host_ini/index.html b/v0_9_0/network/ble/ini_stack/ble_host_ini/index.html
index c6976ea..e17e8c0 100644
--- a/v0_9_0/network/ble/ini_stack/ble_host_ini/index.html
+++ b/v0_9_0/network/ble/ini_stack/ble_host_ini/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/network/ble/ini_stack/ble_ini_intro/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/network/ble/ini_stack/ble_ini_intro/index.html b/v0_9_0/network/ble/ini_stack/ble_ini_intro/index.html
index cfb0843..ecea980 100644
--- a/v0_9_0/network/ble/ini_stack/ble_ini_intro/index.html
+++ b/v0_9_0/network/ble/ini_stack/ble_ini_intro/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/network/ble/ini_stack/ble_mempool/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/network/ble/ini_stack/ble_mempool/index.html b/v0_9_0/network/ble/ini_stack/ble_mempool/index.html
index 4e249dd..e5347f2 100644
--- a/v0_9_0/network/ble/ini_stack/ble_mempool/index.html
+++ b/v0_9_0/network/ble/ini_stack/ble_mempool/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/network/ble/ini_stack/ble_parent_ini/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/network/ble/ini_stack/ble_parent_ini/index.html b/v0_9_0/network/ble/ini_stack/ble_parent_ini/index.html
index fb5dcdf..91a0430 100644
--- a/v0_9_0/network/ble/ini_stack/ble_parent_ini/index.html
+++ b/v0_9_0/network/ble/ini_stack/ble_parent_ini/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/network/ble/ini_stack/ble_statpkg/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/network/ble/ini_stack/ble_statpkg/index.html b/v0_9_0/network/ble/ini_stack/ble_statpkg/index.html
index ba1410a..8869149 100644
--- a/v0_9_0/network/ble/ini_stack/ble_statpkg/index.html
+++ b/v0_9_0/network/ble/ini_stack/ble_statpkg/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/network/ble/nimble_setup/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/network/ble/nimble_setup/index.html b/v0_9_0/network/ble/nimble_setup/index.html
index 733e5b2..aa27f6f 100644
--- a/v0_9_0/network/ble/nimble_setup/index.html
+++ b/v0_9_0/network/ble/nimble_setup/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/newt/command_list/newt_build/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/newt/command_list/newt_build/index.html b/v0_9_0/newt/command_list/newt_build/index.html
index 9b9da6b..b18b671 100644
--- a/v0_9_0/newt/command_list/newt_build/index.html
+++ b/v0_9_0/newt/command_list/newt_build/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/newt/command_list/newt_clean/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/newt/command_list/newt_clean/index.html b/v0_9_0/newt/command_list/newt_clean/index.html
index afae88e..1a21d27 100644
--- a/v0_9_0/newt/command_list/newt_clean/index.html
+++ b/v0_9_0/newt/command_list/newt_clean/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/newt/command_list/newt_create_image/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/newt/command_list/newt_create_image/index.html b/v0_9_0/newt/command_list/newt_create_image/index.html
index bbcab86..73575ff 100644
--- a/v0_9_0/newt/command_list/newt_create_image/index.html
+++ b/v0_9_0/newt/command_list/newt_create_image/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/newt/command_list/newt_debug/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/newt/command_list/newt_debug/index.html b/v0_9_0/newt/command_list/newt_debug/index.html
index b80ede7..941718e 100644
--- a/v0_9_0/newt/command_list/newt_debug/index.html
+++ b/v0_9_0/newt/command_list/newt_debug/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/newt/command_list/newt_help/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/newt/command_list/newt_help/index.html b/v0_9_0/newt/command_list/newt_help/index.html
index 6030f6f..c83846b 100644
--- a/v0_9_0/newt/command_list/newt_help/index.html
+++ b/v0_9_0/newt/command_list/newt_help/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/newt/command_list/newt_info/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/newt/command_list/newt_info/index.html b/v0_9_0/newt/command_list/newt_info/index.html
index 191652d..c3330f1 100644
--- a/v0_9_0/newt/command_list/newt_info/index.html
+++ b/v0_9_0/newt/command_list/newt_info/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/newt/command_list/newt_install/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/newt/command_list/newt_install/index.html b/v0_9_0/newt/command_list/newt_install/index.html
index ba71d63..83f2c53 100644
--- a/v0_9_0/newt/command_list/newt_install/index.html
+++ b/v0_9_0/newt/command_list/newt_install/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/newt/command_list/newt_load/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/newt/command_list/newt_load/index.html b/v0_9_0/newt/command_list/newt_load/index.html
index 52e2b46..516c616 100644
--- a/v0_9_0/newt/command_list/newt_load/index.html
+++ b/v0_9_0/newt/command_list/newt_load/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/newt/command_list/newt_new/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/newt/command_list/newt_new/index.html b/v0_9_0/newt/command_list/newt_new/index.html
index c721586..b3474a6 100644
--- a/v0_9_0/newt/command_list/newt_new/index.html
+++ b/v0_9_0/newt/command_list/newt_new/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/newt/command_list/newt_run/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/newt/command_list/newt_run/index.html b/v0_9_0/newt/command_list/newt_run/index.html
index 31d8c40..07dd227 100644
--- a/v0_9_0/newt/command_list/newt_run/index.html
+++ b/v0_9_0/newt/command_list/newt_run/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/newt/command_list/newt_size/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/newt/command_list/newt_size/index.html b/v0_9_0/newt/command_list/newt_size/index.html
index a911cd9..3d3f04f 100644
--- a/v0_9_0/newt/command_list/newt_size/index.html
+++ b/v0_9_0/newt/command_list/newt_size/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/newt/command_list/newt_target/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/newt/command_list/newt_target/index.html b/v0_9_0/newt/command_list/newt_target/index.html
index ed994c7..ca10bb7 100644
--- a/v0_9_0/newt/command_list/newt_target/index.html
+++ b/v0_9_0/newt/command_list/newt_target/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/newt/command_list/newt_test/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/newt/command_list/newt_test/index.html b/v0_9_0/newt/command_list/newt_test/index.html
index a4c030f..2bf44c8 100644
--- a/v0_9_0/newt/command_list/newt_test/index.html
+++ b/v0_9_0/newt/command_list/newt_test/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/newt/command_list/newt_upgrade/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/newt/command_list/newt_upgrade/index.html b/v0_9_0/newt/command_list/newt_upgrade/index.html
index a3945d5..24a5cf0 100644
--- a/v0_9_0/newt/command_list/newt_upgrade/index.html
+++ b/v0_9_0/newt/command_list/newt_upgrade/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/newt/command_list/newt_version/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/newt/command_list/newt_version/index.html b/v0_9_0/newt/command_list/newt_version/index.html
index 2361d41..37a6165 100644
--- a/v0_9_0/newt/command_list/newt_version/index.html
+++ b/v0_9_0/newt/command_list/newt_version/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/newt/install/newt_linux/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/newt/install/newt_linux/index.html b/v0_9_0/newt/install/newt_linux/index.html
index bd39998..9de7e38 100644
--- a/v0_9_0/newt/install/newt_linux/index.html
+++ b/v0_9_0/newt/install/newt_linux/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/newt/install/newt_mac/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/newt/install/newt_mac/index.html b/v0_9_0/newt/install/newt_mac/index.html
index f289998..87fde8a 100644
--- a/v0_9_0/newt/install/newt_mac/index.html
+++ b/v0_9_0/newt/install/newt_mac/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/newt/newt_intro/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/newt/newt_intro/index.html b/v0_9_0/newt/newt_intro/index.html
index 0a12062..69748bc 100644
--- a/v0_9_0/newt/newt_intro/index.html
+++ b/v0_9_0/newt/newt_intro/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/newt/newt_operation/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/newt/newt_operation/index.html b/v0_9_0/newt/newt_operation/index.html
index fa92176..3536fde 100644
--- a/v0_9_0/newt/newt_operation/index.html
+++ b/v0_9_0/newt/newt_operation/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/newt/newt_ops/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/newt/newt_ops/index.html b/v0_9_0/newt/newt_ops/index.html
index 4a54f18..b550b30 100644
--- a/v0_9_0/newt/newt_ops/index.html
+++ b/v0_9_0/newt/newt_ops/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/newtmgr/installing/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/newtmgr/installing/index.html b/v0_9_0/newtmgr/installing/index.html
index 63be2df..37bf8a0 100644
--- a/v0_9_0/newtmgr/installing/index.html
+++ b/v0_9_0/newtmgr/installing/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/newtmgr/overview/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/newtmgr/overview/index.html b/v0_9_0/newtmgr/overview/index.html
index ddb8c98..b1a6bdc 100644
--- a/v0_9_0/newtmgr/overview/index.html
+++ b/v0_9_0/newtmgr/overview/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/callout/callout/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/callout/callout/index.html b/v0_9_0/os/core_os/callout/callout/index.html
index 3716153..0a574e2 100644
--- a/v0_9_0/os/core_os/callout/callout/index.html
+++ b/v0_9_0/os/core_os/callout/callout/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/callout/os_callout_func_init/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/callout/os_callout_func_init/index.html b/v0_9_0/os/core_os/callout/os_callout_func_init/index.html
index b9eb4be..16164c6 100644
--- a/v0_9_0/os/core_os/callout/os_callout_func_init/index.html
+++ b/v0_9_0/os/core_os/callout/os_callout_func_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/callout/os_callout_init/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/callout/os_callout_init/index.html b/v0_9_0/os/core_os/callout/os_callout_init/index.html
index 1785d91..eb7c3c0 100644
--- a/v0_9_0/os/core_os/callout/os_callout_init/index.html
+++ b/v0_9_0/os/core_os/callout/os_callout_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/callout/os_callout_queued/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/callout/os_callout_queued/index.html b/v0_9_0/os/core_os/callout/os_callout_queued/index.html
index 37b4574..1159822 100644
--- a/v0_9_0/os/core_os/callout/os_callout_queued/index.html
+++ b/v0_9_0/os/core_os/callout/os_callout_queued/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/callout/os_callout_reset/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/callout/os_callout_reset/index.html b/v0_9_0/os/core_os/callout/os_callout_reset/index.html
index 406c615..9d8de1e 100644
--- a/v0_9_0/os/core_os/callout/os_callout_reset/index.html
+++ b/v0_9_0/os/core_os/callout/os_callout_reset/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/callout/os_callout_stop/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/callout/os_callout_stop/index.html b/v0_9_0/os/core_os/callout/os_callout_stop/index.html
index 3c9367b..2952821 100644
--- a/v0_9_0/os/core_os/callout/os_callout_stop/index.html
+++ b/v0_9_0/os/core_os/callout/os_callout_stop/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/context_switch/context_switch/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/context_switch/context_switch/index.html b/v0_9_0/os/core_os/context_switch/context_switch/index.html
index 6c4c0e4..3b6a84b 100644
--- a/v0_9_0/os/core_os/context_switch/context_switch/index.html
+++ b/v0_9_0/os/core_os/context_switch/context_switch/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/context_switch/os_arch_ctx_sw/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/context_switch/os_arch_ctx_sw/index.html b/v0_9_0/os/core_os/context_switch/os_arch_ctx_sw/index.html
index fe4cce9..ec4d8f8 100644
--- a/v0_9_0/os/core_os/context_switch/os_arch_ctx_sw/index.html
+++ b/v0_9_0/os/core_os/context_switch/os_arch_ctx_sw/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/context_switch/os_sched/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/context_switch/os_sched/index.html b/v0_9_0/os/core_os/context_switch/os_sched/index.html
index c776e30..5359fb6 100644
--- a/v0_9_0/os/core_os/context_switch/os_sched/index.html
+++ b/v0_9_0/os/core_os/context_switch/os_sched/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/context_switch/os_sched_ctx_sw_hook/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/context_switch/os_sched_ctx_sw_hook/index.html b/v0_9_0/os/core_os/context_switch/os_sched_ctx_sw_hook/index.html
index 807018e..874d993 100644
--- a/v0_9_0/os/core_os/context_switch/os_sched_ctx_sw_hook/index.html
+++ b/v0_9_0/os/core_os/context_switch/os_sched_ctx_sw_hook/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/context_switch/os_sched_get_current_task/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/context_switch/os_sched_get_current_task/index.html b/v0_9_0/os/core_os/context_switch/os_sched_get_current_task/index.html
index ea52c86..5dd7f3c 100644
--- a/v0_9_0/os/core_os/context_switch/os_sched_get_current_task/index.html
+++ b/v0_9_0/os/core_os/context_switch/os_sched_get_current_task/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/context_switch/os_sched_insert/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/context_switch/os_sched_insert/index.html b/v0_9_0/os/core_os/context_switch/os_sched_insert/index.html
index e31e579..345d27f 100644
--- a/v0_9_0/os/core_os/context_switch/os_sched_insert/index.html
+++ b/v0_9_0/os/core_os/context_switch/os_sched_insert/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/context_switch/os_sched_next_task/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/context_switch/os_sched_next_task/index.html b/v0_9_0/os/core_os/context_switch/os_sched_next_task/index.html
index 94b715c..18602e7 100644
--- a/v0_9_0/os/core_os/context_switch/os_sched_next_task/index.html
+++ b/v0_9_0/os/core_os/context_switch/os_sched_next_task/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/context_switch/os_sched_os_timer_exp/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/context_switch/os_sched_os_timer_exp/index.html b/v0_9_0/os/core_os/context_switch/os_sched_os_timer_exp/index.html
index 04ffa9f..f61375f 100644
--- a/v0_9_0/os/core_os/context_switch/os_sched_os_timer_exp/index.html
+++ b/v0_9_0/os/core_os/context_switch/os_sched_os_timer_exp/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/context_switch/os_sched_resort/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/context_switch/os_sched_resort/index.html b/v0_9_0/os/core_os/context_switch/os_sched_resort/index.html
index f39d0a1..e750067 100644
--- a/v0_9_0/os/core_os/context_switch/os_sched_resort/index.html
+++ b/v0_9_0/os/core_os/context_switch/os_sched_resort/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/context_switch/os_sched_set_current_task/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/context_switch/os_sched_set_current_task/index.html b/v0_9_0/os/core_os/context_switch/os_sched_set_current_task/index.html
index 2d0f1b2..d3cbcd4 100644
--- a/v0_9_0/os/core_os/context_switch/os_sched_set_current_task/index.html
+++ b/v0_9_0/os/core_os/context_switch/os_sched_set_current_task/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/context_switch/os_sched_sleep/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/context_switch/os_sched_sleep/index.html b/v0_9_0/os/core_os/context_switch/os_sched_sleep/index.html
index 8e53436..525ece4 100644
--- a/v0_9_0/os/core_os/context_switch/os_sched_sleep/index.html
+++ b/v0_9_0/os/core_os/context_switch/os_sched_sleep/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/context_switch/os_sched_wakeup/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/context_switch/os_sched_wakeup/index.html b/v0_9_0/os/core_os/context_switch/os_sched_wakeup/index.html
index 180cbd6..4d1d25b 100644
--- a/v0_9_0/os/core_os/context_switch/os_sched_wakeup/index.html
+++ b/v0_9_0/os/core_os/context_switch/os_sched_wakeup/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/event_queue/event_queue/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/event_queue/event_queue/index.html b/v0_9_0/os/core_os/event_queue/event_queue/index.html
index 77403c8..31115bc 100644
--- a/v0_9_0/os/core_os/event_queue/event_queue/index.html
+++ b/v0_9_0/os/core_os/event_queue/event_queue/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/event_queue/os_eventq_get/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/event_queue/os_eventq_get/index.html b/v0_9_0/os/core_os/event_queue/os_eventq_get/index.html
index f44d89b..a4bfa27 100644
--- a/v0_9_0/os/core_os/event_queue/os_eventq_get/index.html
+++ b/v0_9_0/os/core_os/event_queue/os_eventq_get/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/event_queue/os_eventq_init/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/event_queue/os_eventq_init/index.html b/v0_9_0/os/core_os/event_queue/os_eventq_init/index.html
index 9a7d9ec..3101cdb 100644
--- a/v0_9_0/os/core_os/event_queue/os_eventq_init/index.html
+++ b/v0_9_0/os/core_os/event_queue/os_eventq_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/event_queue/os_eventq_put/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/event_queue/os_eventq_put/index.html b/v0_9_0/os/core_os/event_queue/os_eventq_put/index.html
index 1be80d8..3869fad 100644
--- a/v0_9_0/os/core_os/event_queue/os_eventq_put/index.html
+++ b/v0_9_0/os/core_os/event_queue/os_eventq_put/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/event_queue/os_eventq_remove/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/event_queue/os_eventq_remove/index.html b/v0_9_0/os/core_os/event_queue/os_eventq_remove/index.html
index 6e387b1..4e853a1 100644
--- a/v0_9_0/os/core_os/event_queue/os_eventq_remove/index.html
+++ b/v0_9_0/os/core_os/event_queue/os_eventq_remove/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/heap/heap/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/heap/heap/index.html b/v0_9_0/os/core_os/heap/heap/index.html
index 6b9547a..1ccb3dd 100644
--- a/v0_9_0/os/core_os/heap/heap/index.html
+++ b/v0_9_0/os/core_os/heap/heap/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/heap/os_free/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/heap/os_free/index.html b/v0_9_0/os/core_os/heap/os_free/index.html
index eeddd68..a8f9bb4 100644
--- a/v0_9_0/os/core_os/heap/os_free/index.html
+++ b/v0_9_0/os/core_os/heap/os_free/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/heap/os_malloc/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/heap/os_malloc/index.html b/v0_9_0/os/core_os/heap/os_malloc/index.html
index 5c6e8c4..6836083 100644
--- a/v0_9_0/os/core_os/heap/os_malloc/index.html
+++ b/v0_9_0/os/core_os/heap/os_malloc/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/heap/os_realloc/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/heap/os_realloc/index.html b/v0_9_0/os/core_os/heap/os_realloc/index.html
index 8728a35..edd83da 100644
--- a/v0_9_0/os/core_os/heap/os_realloc/index.html
+++ b/v0_9_0/os/core_os/heap/os_realloc/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/mbuf/OS_MBUF_DATA/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/mbuf/OS_MBUF_DATA/index.html b/v0_9_0/os/core_os/mbuf/OS_MBUF_DATA/index.html
index 3508d50..c15ca14 100644
--- a/v0_9_0/os/core_os/mbuf/OS_MBUF_DATA/index.html
+++ b/v0_9_0/os/core_os/mbuf/OS_MBUF_DATA/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/mbuf/OS_MBUF_LEADINGSPACE/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/mbuf/OS_MBUF_LEADINGSPACE/index.html b/v0_9_0/os/core_os/mbuf/OS_MBUF_LEADINGSPACE/index.html
index 148e8df..ac94998 100644
--- a/v0_9_0/os/core_os/mbuf/OS_MBUF_LEADINGSPACE/index.html
+++ b/v0_9_0/os/core_os/mbuf/OS_MBUF_LEADINGSPACE/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/mbuf/OS_MBUF_PKTHDR/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/mbuf/OS_MBUF_PKTHDR/index.html b/v0_9_0/os/core_os/mbuf/OS_MBUF_PKTHDR/index.html
index 42898c0..635dc92 100644
--- a/v0_9_0/os/core_os/mbuf/OS_MBUF_PKTHDR/index.html
+++ b/v0_9_0/os/core_os/mbuf/OS_MBUF_PKTHDR/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/mbuf/OS_MBUF_PKTHDR_TO_MBUF/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/mbuf/OS_MBUF_PKTHDR_TO_MBUF/index.html b/v0_9_0/os/core_os/mbuf/OS_MBUF_PKTHDR_TO_MBUF/index.html
index 2db9363..a12e101 100644
--- a/v0_9_0/os/core_os/mbuf/OS_MBUF_PKTHDR_TO_MBUF/index.html
+++ b/v0_9_0/os/core_os/mbuf/OS_MBUF_PKTHDR_TO_MBUF/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/mbuf/OS_MBUF_PKTLEN/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/mbuf/OS_MBUF_PKTLEN/index.html b/v0_9_0/os/core_os/mbuf/OS_MBUF_PKTLEN/index.html
index aa3af27..3b1452b 100644
--- a/v0_9_0/os/core_os/mbuf/OS_MBUF_PKTLEN/index.html
+++ b/v0_9_0/os/core_os/mbuf/OS_MBUF_PKTLEN/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/mbuf/OS_MBUF_TRAILINGSPACE/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/mbuf/OS_MBUF_TRAILINGSPACE/index.html b/v0_9_0/os/core_os/mbuf/OS_MBUF_TRAILINGSPACE/index.html
index d713057..5b4bfd9 100644
--- a/v0_9_0/os/core_os/mbuf/OS_MBUF_TRAILINGSPACE/index.html
+++ b/v0_9_0/os/core_os/mbuf/OS_MBUF_TRAILINGSPACE/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/mbuf/OS_MBUF_USRHDR/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/mbuf/OS_MBUF_USRHDR/index.html b/v0_9_0/os/core_os/mbuf/OS_MBUF_USRHDR/index.html
index cc3dc6f..29671bd 100644
--- a/v0_9_0/os/core_os/mbuf/OS_MBUF_USRHDR/index.html
+++ b/v0_9_0/os/core_os/mbuf/OS_MBUF_USRHDR/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/mbuf/OS_MBUF_USRHDR_LEN/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/mbuf/OS_MBUF_USRHDR_LEN/index.html b/v0_9_0/os/core_os/mbuf/OS_MBUF_USRHDR_LEN/index.html
index dc5db52..58223b3 100644
--- a/v0_9_0/os/core_os/mbuf/OS_MBUF_USRHDR_LEN/index.html
+++ b/v0_9_0/os/core_os/mbuf/OS_MBUF_USRHDR_LEN/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/mbuf/mbuf/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/mbuf/mbuf/index.html b/v0_9_0/os/core_os/mbuf/mbuf/index.html
index f3ac72a..347210a 100644
--- a/v0_9_0/os/core_os/mbuf/mbuf/index.html
+++ b/v0_9_0/os/core_os/mbuf/mbuf/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/mbuf/os_mbuf_adj/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/mbuf/os_mbuf_adj/index.html b/v0_9_0/os/core_os/mbuf/os_mbuf_adj/index.html
index 61a2261..04f5113 100644
--- a/v0_9_0/os/core_os/mbuf/os_mbuf_adj/index.html
+++ b/v0_9_0/os/core_os/mbuf/os_mbuf_adj/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/mbuf/os_mbuf_append/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/mbuf/os_mbuf_append/index.html b/v0_9_0/os/core_os/mbuf/os_mbuf_append/index.html
index a77330c..06dddc4 100644
--- a/v0_9_0/os/core_os/mbuf/os_mbuf_append/index.html
+++ b/v0_9_0/os/core_os/mbuf/os_mbuf_append/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/v0_9_0/os/core_os/mbuf/os_mbuf_concat/index.html
----------------------------------------------------------------------
diff --git a/v0_9_0/os/core_os/mbuf/os_mbuf_concat/index.html b/v0_9_0/os/core_os/mbuf/os_mbuf_concat/index.html
index 9df3642..4d4da76 100644
--- a/v0_9_0/os/core_os/mbuf/os_mbuf_concat/index.html
+++ b/v0_9_0/os/core_os/mbuf/os_mbuf_concat/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 



[11/22] incubator-mynewt-site git commit: Added a tutorial to add console to blinky. Updated newt documentation. Added a Latest News button on front page

Posted by ad...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/mbuf/OS_MBUF_PKTHDR_TO_MBUF/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mbuf/OS_MBUF_PKTHDR_TO_MBUF/index.html b/latest/os/core_os/mbuf/OS_MBUF_PKTHDR_TO_MBUF/index.html
index de323e0..d12e92e 100644
--- a/latest/os/core_os/mbuf/OS_MBUF_PKTHDR_TO_MBUF/index.html
+++ b/latest/os/core_os/mbuf/OS_MBUF_PKTHDR_TO_MBUF/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/mbuf/OS_MBUF_PKTLEN/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mbuf/OS_MBUF_PKTLEN/index.html b/latest/os/core_os/mbuf/OS_MBUF_PKTLEN/index.html
index ae359ed..42778de 100644
--- a/latest/os/core_os/mbuf/OS_MBUF_PKTLEN/index.html
+++ b/latest/os/core_os/mbuf/OS_MBUF_PKTLEN/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/mbuf/OS_MBUF_TRAILINGSPACE/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mbuf/OS_MBUF_TRAILINGSPACE/index.html b/latest/os/core_os/mbuf/OS_MBUF_TRAILINGSPACE/index.html
index c84da6f..66c0d13 100644
--- a/latest/os/core_os/mbuf/OS_MBUF_TRAILINGSPACE/index.html
+++ b/latest/os/core_os/mbuf/OS_MBUF_TRAILINGSPACE/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/mbuf/OS_MBUF_USRHDR/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mbuf/OS_MBUF_USRHDR/index.html b/latest/os/core_os/mbuf/OS_MBUF_USRHDR/index.html
index 720d98d..8fa7ca2 100644
--- a/latest/os/core_os/mbuf/OS_MBUF_USRHDR/index.html
+++ b/latest/os/core_os/mbuf/OS_MBUF_USRHDR/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/mbuf/OS_MBUF_USRHDR_LEN/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mbuf/OS_MBUF_USRHDR_LEN/index.html b/latest/os/core_os/mbuf/OS_MBUF_USRHDR_LEN/index.html
index e70a246..ac6741a 100644
--- a/latest/os/core_os/mbuf/OS_MBUF_USRHDR_LEN/index.html
+++ b/latest/os/core_os/mbuf/OS_MBUF_USRHDR_LEN/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/mbuf/mbuf/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mbuf/mbuf/index.html b/latest/os/core_os/mbuf/mbuf/index.html
index 3cc6026..917a7f4 100644
--- a/latest/os/core_os/mbuf/mbuf/index.html
+++ b/latest/os/core_os/mbuf/mbuf/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/mbuf/os_mbuf_adj/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mbuf/os_mbuf_adj/index.html b/latest/os/core_os/mbuf/os_mbuf_adj/index.html
index 20fc4e6..ac40b68 100644
--- a/latest/os/core_os/mbuf/os_mbuf_adj/index.html
+++ b/latest/os/core_os/mbuf/os_mbuf_adj/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/mbuf/os_mbuf_append/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mbuf/os_mbuf_append/index.html b/latest/os/core_os/mbuf/os_mbuf_append/index.html
index fd8861b..266e8ab 100644
--- a/latest/os/core_os/mbuf/os_mbuf_append/index.html
+++ b/latest/os/core_os/mbuf/os_mbuf_append/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/mbuf/os_mbuf_concat/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mbuf/os_mbuf_concat/index.html b/latest/os/core_os/mbuf/os_mbuf_concat/index.html
index d59b805..6814f36 100644
--- a/latest/os/core_os/mbuf/os_mbuf_concat/index.html
+++ b/latest/os/core_os/mbuf/os_mbuf_concat/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/mbuf/os_mbuf_copydata/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mbuf/os_mbuf_copydata/index.html b/latest/os/core_os/mbuf/os_mbuf_copydata/index.html
index 4b797f1..3df44cf 100644
--- a/latest/os/core_os/mbuf/os_mbuf_copydata/index.html
+++ b/latest/os/core_os/mbuf/os_mbuf_copydata/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/mbuf/os_mbuf_copyinto/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mbuf/os_mbuf_copyinto/index.html b/latest/os/core_os/mbuf/os_mbuf_copyinto/index.html
index 3a1b750..e30a0d3 100644
--- a/latest/os/core_os/mbuf/os_mbuf_copyinto/index.html
+++ b/latest/os/core_os/mbuf/os_mbuf_copyinto/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/mbuf/os_mbuf_dup/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mbuf/os_mbuf_dup/index.html b/latest/os/core_os/mbuf/os_mbuf_dup/index.html
index ed28736..d55cdd8 100644
--- a/latest/os/core_os/mbuf/os_mbuf_dup/index.html
+++ b/latest/os/core_os/mbuf/os_mbuf_dup/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/mbuf/os_mbuf_extend/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mbuf/os_mbuf_extend/index.html b/latest/os/core_os/mbuf/os_mbuf_extend/index.html
index 66339a9..04a54b9 100644
--- a/latest/os/core_os/mbuf/os_mbuf_extend/index.html
+++ b/latest/os/core_os/mbuf/os_mbuf_extend/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/mbuf/os_mbuf_free_chain/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mbuf/os_mbuf_free_chain/index.html b/latest/os/core_os/mbuf/os_mbuf_free_chain/index.html
index 9eab0e9..a863fbb 100644
--- a/latest/os/core_os/mbuf/os_mbuf_free_chain/index.html
+++ b/latest/os/core_os/mbuf/os_mbuf_free_chain/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/mbuf/os_mbuf_get/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mbuf/os_mbuf_get/index.html b/latest/os/core_os/mbuf/os_mbuf_get/index.html
index 84e9c0a..0cf489f 100644
--- a/latest/os/core_os/mbuf/os_mbuf_get/index.html
+++ b/latest/os/core_os/mbuf/os_mbuf_get/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/mbuf/os_mbuf_get_pkthdr/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mbuf/os_mbuf_get_pkthdr/index.html b/latest/os/core_os/mbuf/os_mbuf_get_pkthdr/index.html
index f53a616..ede790c 100644
--- a/latest/os/core_os/mbuf/os_mbuf_get_pkthdr/index.html
+++ b/latest/os/core_os/mbuf/os_mbuf_get_pkthdr/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/mbuf/os_mbuf_memcmp/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mbuf/os_mbuf_memcmp/index.html b/latest/os/core_os/mbuf/os_mbuf_memcmp/index.html
index 6155b45..3b4aeda 100644
--- a/latest/os/core_os/mbuf/os_mbuf_memcmp/index.html
+++ b/latest/os/core_os/mbuf/os_mbuf_memcmp/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/mbuf/os_mbuf_off/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mbuf/os_mbuf_off/index.html b/latest/os/core_os/mbuf/os_mbuf_off/index.html
index 5261987..01d5a3f 100644
--- a/latest/os/core_os/mbuf/os_mbuf_off/index.html
+++ b/latest/os/core_os/mbuf/os_mbuf_off/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/mbuf/os_mbuf_pool_init/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mbuf/os_mbuf_pool_init/index.html b/latest/os/core_os/mbuf/os_mbuf_pool_init/index.html
index f237697..9905e6f 100644
--- a/latest/os/core_os/mbuf/os_mbuf_pool_init/index.html
+++ b/latest/os/core_os/mbuf/os_mbuf_pool_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/mbuf/os_mbuf_prepend/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mbuf/os_mbuf_prepend/index.html b/latest/os/core_os/mbuf/os_mbuf_prepend/index.html
index 32306dd..74400ac 100644
--- a/latest/os/core_os/mbuf/os_mbuf_prepend/index.html
+++ b/latest/os/core_os/mbuf/os_mbuf_prepend/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/mbuf/os_mbuf_pullup/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mbuf/os_mbuf_pullup/index.html b/latest/os/core_os/mbuf/os_mbuf_pullup/index.html
index a7b78bb..cde6ecb 100644
--- a/latest/os/core_os/mbuf/os_mbuf_pullup/index.html
+++ b/latest/os/core_os/mbuf/os_mbuf_pullup/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/memory_pool/OS_MEMPOOL_BYTES/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/memory_pool/OS_MEMPOOL_BYTES/index.html b/latest/os/core_os/memory_pool/OS_MEMPOOL_BYTES/index.html
index 6af4101..02d8aef 100644
--- a/latest/os/core_os/memory_pool/OS_MEMPOOL_BYTES/index.html
+++ b/latest/os/core_os/memory_pool/OS_MEMPOOL_BYTES/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/memory_pool/OS_MEMPOOL_SIZE/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/memory_pool/OS_MEMPOOL_SIZE/index.html b/latest/os/core_os/memory_pool/OS_MEMPOOL_SIZE/index.html
index c7af7b5..e27b9f6 100644
--- a/latest/os/core_os/memory_pool/OS_MEMPOOL_SIZE/index.html
+++ b/latest/os/core_os/memory_pool/OS_MEMPOOL_SIZE/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/memory_pool/memory_pool/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/memory_pool/memory_pool/index.html b/latest/os/core_os/memory_pool/memory_pool/index.html
index f9c1542..d89542b 100644
--- a/latest/os/core_os/memory_pool/memory_pool/index.html
+++ b/latest/os/core_os/memory_pool/memory_pool/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/memory_pool/os_memblock_get/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/memory_pool/os_memblock_get/index.html b/latest/os/core_os/memory_pool/os_memblock_get/index.html
index 0a79fc6..93e2ece 100644
--- a/latest/os/core_os/memory_pool/os_memblock_get/index.html
+++ b/latest/os/core_os/memory_pool/os_memblock_get/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/memory_pool/os_memblock_put/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/memory_pool/os_memblock_put/index.html b/latest/os/core_os/memory_pool/os_memblock_put/index.html
index 5cebfec..997aecd 100644
--- a/latest/os/core_os/memory_pool/os_memblock_put/index.html
+++ b/latest/os/core_os/memory_pool/os_memblock_put/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/memory_pool/os_mempool_init/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/memory_pool/os_mempool_init/index.html b/latest/os/core_os/memory_pool/os_mempool_init/index.html
index f08ad29..309fe29 100644
--- a/latest/os/core_os/memory_pool/os_mempool_init/index.html
+++ b/latest/os/core_os/memory_pool/os_mempool_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/mqueue/mqueue/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mqueue/mqueue/index.html b/latest/os/core_os/mqueue/mqueue/index.html
index f8d948f..896b9f6 100644
--- a/latest/os/core_os/mqueue/mqueue/index.html
+++ b/latest/os/core_os/mqueue/mqueue/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/mqueue/os_mqueue_get/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mqueue/os_mqueue_get/index.html b/latest/os/core_os/mqueue/os_mqueue_get/index.html
index d52a7f1..a342086 100644
--- a/latest/os/core_os/mqueue/os_mqueue_get/index.html
+++ b/latest/os/core_os/mqueue/os_mqueue_get/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/mqueue/os_mqueue_init/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mqueue/os_mqueue_init/index.html b/latest/os/core_os/mqueue/os_mqueue_init/index.html
index ceb42e8..c7c685d 100644
--- a/latest/os/core_os/mqueue/os_mqueue_init/index.html
+++ b/latest/os/core_os/mqueue/os_mqueue_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/mqueue/os_mqueue_put/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mqueue/os_mqueue_put/index.html b/latest/os/core_os/mqueue/os_mqueue_put/index.html
index 13ba9dd..7c5735a 100644
--- a/latest/os/core_os/mqueue/os_mqueue_put/index.html
+++ b/latest/os/core_os/mqueue/os_mqueue_put/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/msys/msys/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/msys/msys/index.html b/latest/os/core_os/msys/msys/index.html
index 3970cb9..5d22259 100644
--- a/latest/os/core_os/msys/msys/index.html
+++ b/latest/os/core_os/msys/msys/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/msys/os_msys_get/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/msys/os_msys_get/index.html b/latest/os/core_os/msys/os_msys_get/index.html
index ac05b13..df91f80 100644
--- a/latest/os/core_os/msys/os_msys_get/index.html
+++ b/latest/os/core_os/msys/os_msys_get/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/msys/os_msys_get_pkthdr/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/msys/os_msys_get_pkthdr/index.html b/latest/os/core_os/msys/os_msys_get_pkthdr/index.html
index 8e12c45..65ef373 100644
--- a/latest/os/core_os/msys/os_msys_get_pkthdr/index.html
+++ b/latest/os/core_os/msys/os_msys_get_pkthdr/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/msys/os_msys_register/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/msys/os_msys_register/index.html b/latest/os/core_os/msys/os_msys_register/index.html
index a74b8af..18b4800 100644
--- a/latest/os/core_os/msys/os_msys_register/index.html
+++ b/latest/os/core_os/msys/os_msys_register/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/msys/os_msys_reset/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/msys/os_msys_reset/index.html b/latest/os/core_os/msys/os_msys_reset/index.html
index f0786f1..cbf9903 100644
--- a/latest/os/core_os/msys/os_msys_reset/index.html
+++ b/latest/os/core_os/msys/os_msys_reset/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/mutex/mutex/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mutex/mutex/index.html b/latest/os/core_os/mutex/mutex/index.html
index 500c4ca..d0f5619 100644
--- a/latest/os/core_os/mutex/mutex/index.html
+++ b/latest/os/core_os/mutex/mutex/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/mutex/os_mutex_init/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mutex/os_mutex_init/index.html b/latest/os/core_os/mutex/os_mutex_init/index.html
index dc7a152..3e709a7 100644
--- a/latest/os/core_os/mutex/os_mutex_init/index.html
+++ b/latest/os/core_os/mutex/os_mutex_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/mutex/os_mutex_pend/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mutex/os_mutex_pend/index.html b/latest/os/core_os/mutex/os_mutex_pend/index.html
index 163d4e6..2e0bb6c 100644
--- a/latest/os/core_os/mutex/os_mutex_pend/index.html
+++ b/latest/os/core_os/mutex/os_mutex_pend/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/mutex/os_mutex_release/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mutex/os_mutex_release/index.html b/latest/os/core_os/mutex/os_mutex_release/index.html
index e634ea2..59fcbbc 100644
--- a/latest/os/core_os/mutex/os_mutex_release/index.html
+++ b/latest/os/core_os/mutex/os_mutex_release/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/mynewt_os/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/mynewt_os/index.html b/latest/os/core_os/mynewt_os/index.html
index 74f1d3a..6780208 100644
--- a/latest/os/core_os/mynewt_os/index.html
+++ b/latest/os/core_os/mynewt_os/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/os_init/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/os_init/index.html b/latest/os/core_os/os_init/index.html
index fa54e97..e7b7641 100644
--- a/latest/os/core_os/os_init/index.html
+++ b/latest/os/core_os/os_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/os_start/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/os_start/index.html b/latest/os/core_os/os_start/index.html
index 91d862b..f16808f 100644
--- a/latest/os/core_os/os_start/index.html
+++ b/latest/os/core_os/os_start/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/os_started/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/os_started/index.html b/latest/os/core_os/os_started/index.html
index aa9abca..66c72cf 100644
--- a/latest/os/core_os/os_started/index.html
+++ b/latest/os/core_os/os_started/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/porting/port_bsp/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/porting/port_bsp/index.html b/latest/os/core_os/porting/port_bsp/index.html
index 340f03f..1dc1410 100644
--- a/latest/os/core_os/porting/port_bsp/index.html
+++ b/latest/os/core_os/porting/port_bsp/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/porting/port_cpu/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/porting/port_cpu/index.html b/latest/os/core_os/porting/port_cpu/index.html
index 6916dfc..66b8b72 100644
--- a/latest/os/core_os/porting/port_cpu/index.html
+++ b/latest/os/core_os/porting/port_cpu/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/porting/port_mcu/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/porting/port_mcu/index.html b/latest/os/core_os/porting/port_mcu/index.html
index 26fe741..09fad14 100644
--- a/latest/os/core_os/porting/port_mcu/index.html
+++ b/latest/os/core_os/porting/port_mcu/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/porting/port_os/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/porting/port_os/index.html b/latest/os/core_os/porting/port_os/index.html
index 272b676..13d793e 100644
--- a/latest/os/core_os/porting/port_os/index.html
+++ b/latest/os/core_os/porting/port_os/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/sanity/os_sanity_check_init/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/sanity/os_sanity_check_init/index.html b/latest/os/core_os/sanity/os_sanity_check_init/index.html
index 0254039..2a63d2b 100644
--- a/latest/os/core_os/sanity/os_sanity_check_init/index.html
+++ b/latest/os/core_os/sanity/os_sanity_check_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/sanity/os_sanity_check_register/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/sanity/os_sanity_check_register/index.html b/latest/os/core_os/sanity/os_sanity_check_register/index.html
index 1c8e6c3..6f61c7d 100644
--- a/latest/os/core_os/sanity/os_sanity_check_register/index.html
+++ b/latest/os/core_os/sanity/os_sanity_check_register/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/sanity/os_sanity_check_reset/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/sanity/os_sanity_check_reset/index.html b/latest/os/core_os/sanity/os_sanity_check_reset/index.html
index 899e477..27df157 100644
--- a/latest/os/core_os/sanity/os_sanity_check_reset/index.html
+++ b/latest/os/core_os/sanity/os_sanity_check_reset/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/sanity/os_sanity_task_checkin/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/sanity/os_sanity_task_checkin/index.html b/latest/os/core_os/sanity/os_sanity_task_checkin/index.html
index 111908e..5a32c1a 100644
--- a/latest/os/core_os/sanity/os_sanity_task_checkin/index.html
+++ b/latest/os/core_os/sanity/os_sanity_task_checkin/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/sanity/os_sanity_task_init/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/sanity/os_sanity_task_init/index.html b/latest/os/core_os/sanity/os_sanity_task_init/index.html
index 89c622c..2592058 100644
--- a/latest/os/core_os/sanity/os_sanity_task_init/index.html
+++ b/latest/os/core_os/sanity/os_sanity_task_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/sanity/sanity/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/sanity/sanity/index.html b/latest/os/core_os/sanity/sanity/index.html
index 006e05e..cf08e92 100644
--- a/latest/os/core_os/sanity/sanity/index.html
+++ b/latest/os/core_os/sanity/sanity/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/semaphore/os_sem_init/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/semaphore/os_sem_init/index.html b/latest/os/core_os/semaphore/os_sem_init/index.html
index 494cfa1..5a63cf8 100644
--- a/latest/os/core_os/semaphore/os_sem_init/index.html
+++ b/latest/os/core_os/semaphore/os_sem_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/semaphore/os_sem_pend/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/semaphore/os_sem_pend/index.html b/latest/os/core_os/semaphore/os_sem_pend/index.html
index 8500e04..0c0feeb 100644
--- a/latest/os/core_os/semaphore/os_sem_pend/index.html
+++ b/latest/os/core_os/semaphore/os_sem_pend/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/semaphore/os_sem_release/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/semaphore/os_sem_release/index.html b/latest/os/core_os/semaphore/os_sem_release/index.html
index 11143d3..4f02732 100644
--- a/latest/os/core_os/semaphore/os_sem_release/index.html
+++ b/latest/os/core_os/semaphore/os_sem_release/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/semaphore/semaphore/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/semaphore/semaphore/index.html b/latest/os/core_os/semaphore/semaphore/index.html
index a86acb0..47b459e 100644
--- a/latest/os/core_os/semaphore/semaphore/index.html
+++ b/latest/os/core_os/semaphore/semaphore/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/task/os_task_count/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/task/os_task_count/index.html b/latest/os/core_os/task/os_task_count/index.html
index 2360092..c0b2619 100644
--- a/latest/os/core_os/task/os_task_count/index.html
+++ b/latest/os/core_os/task/os_task_count/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/task/os_task_info_get_next/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/task/os_task_info_get_next/index.html b/latest/os/core_os/task/os_task_info_get_next/index.html
index e67d386..43c5b8c 100644
--- a/latest/os/core_os/task/os_task_info_get_next/index.html
+++ b/latest/os/core_os/task/os_task_info_get_next/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/task/os_task_init/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/task/os_task_init/index.html b/latest/os/core_os/task/os_task_init/index.html
index 90b4e87..f120eab 100644
--- a/latest/os/core_os/task/os_task_init/index.html
+++ b/latest/os/core_os/task/os_task_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/task/task/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/task/task/index.html b/latest/os/core_os/task/task/index.html
index a86d528..e9e549d 100644
--- a/latest/os/core_os/task/task/index.html
+++ b/latest/os/core_os/task/task/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/time/os_gettimeofday/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/time/os_gettimeofday/index.html b/latest/os/core_os/time/os_gettimeofday/index.html
index d6fb247..cd2d56d 100644
--- a/latest/os/core_os/time/os_gettimeofday/index.html
+++ b/latest/os/core_os/time/os_gettimeofday/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/time/os_settimeofday/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/time/os_settimeofday/index.html b/latest/os/core_os/time/os_settimeofday/index.html
index 8f8b6d8..45129d7 100644
--- a/latest/os/core_os/time/os_settimeofday/index.html
+++ b/latest/os/core_os/time/os_settimeofday/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/time/os_time/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/time/os_time/index.html b/latest/os/core_os/time/os_time/index.html
index ab54a45..f52b170 100644
--- a/latest/os/core_os/time/os_time/index.html
+++ b/latest/os/core_os/time/os_time/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/time/os_time_delay/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/time/os_time_delay/index.html b/latest/os/core_os/time/os_time_delay/index.html
index 4df4aff..755e33b 100644
--- a/latest/os/core_os/time/os_time_delay/index.html
+++ b/latest/os/core_os/time/os_time_delay/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/time/os_time_get/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/time/os_time_get/index.html b/latest/os/core_os/time/os_time_get/index.html
index 01066cd..b1d036f 100644
--- a/latest/os/core_os/time/os_time_get/index.html
+++ b/latest/os/core_os/time/os_time_get/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/core_os/time/os_time_tick/index.html
----------------------------------------------------------------------
diff --git a/latest/os/core_os/time/os_time_tick/index.html b/latest/os/core_os/time/os_time_tick/index.html
index cb0ec81..09fe8bf 100644
--- a/latest/os/core_os/time/os_time_tick/index.html
+++ b/latest/os/core_os/time/os_time_tick/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/get_started/cross_tools/index.html
----------------------------------------------------------------------
diff --git a/latest/os/get_started/cross_tools/index.html b/latest/os/get_started/cross_tools/index.html
index e5a6361..a77a1ae 100644
--- a/latest/os/get_started/cross_tools/index.html
+++ b/latest/os/get_started/cross_tools/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/get_started/docker/index.html
----------------------------------------------------------------------
diff --git a/latest/os/get_started/docker/index.html b/latest/os/get_started/docker/index.html
index 7fafca6..1b2aeae 100644
--- a/latest/os/get_started/docker/index.html
+++ b/latest/os/get_started/docker/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/get_started/get_started/index.html
----------------------------------------------------------------------
diff --git a/latest/os/get_started/get_started/index.html b/latest/os/get_started/get_started/index.html
index ea47416..67591c2 100644
--- a/latest/os/get_started/get_started/index.html
+++ b/latest/os/get_started/get_started/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/get_started/native_tools/index.html
----------------------------------------------------------------------
diff --git a/latest/os/get_started/native_tools/index.html b/latest/os/get_started/native_tools/index.html
index 388d13f..f91ebf2 100644
--- a/latest/os/get_started/native_tools/index.html
+++ b/latest/os/get_started/native_tools/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/get_started/project_create/index.html
----------------------------------------------------------------------
diff --git a/latest/os/get_started/project_create/index.html b/latest/os/get_started/project_create/index.html
index ac5ce1f..dc975e5 100644
--- a/latest/os/get_started/project_create/index.html
+++ b/latest/os/get_started/project_create/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/get_started/serial_access/index.html
----------------------------------------------------------------------
diff --git a/latest/os/get_started/serial_access/index.html b/latest/os/get_started/serial_access/index.html
index ae9c5a8..fce37d6 100644
--- a/latest/os/get_started/serial_access/index.html
+++ b/latest/os/get_started/serial_access/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/get_started/vocabulary/index.html
----------------------------------------------------------------------
diff --git a/latest/os/get_started/vocabulary/index.html b/latest/os/get_started/vocabulary/index.html
index aceb7c3..7ba524d 100644
--- a/latest/os/get_started/vocabulary/index.html
+++ b/latest/os/get_started/vocabulary/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/introduction/index.html
----------------------------------------------------------------------
diff --git a/latest/os/introduction/index.html b/latest/os/introduction/index.html
index 9788c64..3894b53 100644
--- a/latest/os/introduction/index.html
+++ b/latest/os/introduction/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/baselibc/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/baselibc/index.html b/latest/os/modules/baselibc/index.html
index a895c72..b30db6d 100644
--- a/latest/os/modules/baselibc/index.html
+++ b/latest/os/modules/baselibc/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/bootloader/boot_build_status/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/bootloader/boot_build_status/index.html b/latest/os/modules/bootloader/boot_build_status/index.html
index b76e828..42060ca 100644
--- a/latest/os/modules/bootloader/boot_build_status/index.html
+++ b/latest/os/modules/bootloader/boot_build_status/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 



[13/22] incubator-mynewt-site git commit: Added a tutorial to add console to blinky. Updated newt documentation. Added a Latest News button on front page

Posted by ad...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_gap/definitions/ble_gap_defs/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_gap/definitions/ble_gap_defs/index.html b/latest/network/ble/ble_hs/ble_gap/definitions/ble_gap_defs/index.html
index 48545a0..0bb6769 100644
--- a/latest/network/ble/ble_hs/ble_gap/definitions/ble_gap_defs/index.html
+++ b/latest/network/ble/ble_hs/ble_gap/definitions/ble_gap_defs/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_adv_active/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_adv_active/index.html b/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_adv_active/index.html
index 88fa367..e771bd8 100644
--- a/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_adv_active/index.html
+++ b/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_adv_active/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_adv_rsp_set_fields/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_adv_rsp_set_fields/index.html b/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_adv_rsp_set_fields/index.html
index cd2ca87..08d1366 100644
--- a/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_adv_rsp_set_fields/index.html
+++ b/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_adv_rsp_set_fields/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_adv_set_fields/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_adv_set_fields/index.html b/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_adv_set_fields/index.html
index 5cd54e0..94476d7 100644
--- a/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_adv_set_fields/index.html
+++ b/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_adv_set_fields/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_adv_start/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_adv_start/index.html b/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_adv_start/index.html
index e99884a..0211d7c 100644
--- a/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_adv_start/index.html
+++ b/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_adv_start/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_adv_stop/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_adv_stop/index.html b/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_adv_stop/index.html
index 48b57db..35b1128 100644
--- a/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_adv_stop/index.html
+++ b/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_adv_stop/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_conn_active/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_conn_active/index.html b/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_conn_active/index.html
index d733371..c0ce7b4 100644
--- a/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_conn_active/index.html
+++ b/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_conn_active/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_conn_cancel/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_conn_cancel/index.html b/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_conn_cancel/index.html
index 067079d..d9870a8 100644
--- a/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_conn_cancel/index.html
+++ b/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_conn_cancel/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_conn_find/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_conn_find/index.html b/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_conn_find/index.html
index 127aaaf..c81e83c 100644
--- a/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_conn_find/index.html
+++ b/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_conn_find/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_conn_rssi/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_conn_rssi/index.html b/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_conn_rssi/index.html
index a3dba27..80dbb45 100644
--- a/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_conn_rssi/index.html
+++ b/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_conn_rssi/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_connect/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_connect/index.html b/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_connect/index.html
index 1f31de0..734f05e 100644
--- a/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_connect/index.html
+++ b/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_connect/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_disc/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_disc/index.html b/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_disc/index.html
index 2058fb7..994e371 100644
--- a/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_disc/index.html
+++ b/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_disc/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_disc_active/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_disc_active/index.html b/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_disc_active/index.html
index 408854e..ad0b320 100644
--- a/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_disc_active/index.html
+++ b/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_disc_active/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_disc_cancel/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_disc_cancel/index.html b/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_disc_cancel/index.html
index 7bcc241..4f5c4eb 100644
--- a/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_disc_cancel/index.html
+++ b/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_disc_cancel/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_security_initiate/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_security_initiate/index.html b/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_security_initiate/index.html
index 0115681..9bd0627 100644
--- a/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_security_initiate/index.html
+++ b/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_security_initiate/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_terminate/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_terminate/index.html b/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_terminate/index.html
index 17b5624..979487b 100644
--- a/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_terminate/index.html
+++ b/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_terminate/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_update_params/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_update_params/index.html b/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_update_params/index.html
index 95ae54c..a9d6f1d 100644
--- a/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_update_params/index.html
+++ b/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_update_params/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_wl_set/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_wl_set/index.html b/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_wl_set/index.html
index cdd146e..e85d03b 100644
--- a/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_wl_set/index.html
+++ b/latest/network/ble/ble_hs/ble_gap/functions/ble_gap_wl_set/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_gattc/ble_gattc/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_gattc/ble_gattc/index.html b/latest/network/ble/ble_hs/ble_gattc/ble_gattc/index.html
index fc9a239..ad4e95d 100644
--- a/latest/network/ble/ble_hs/ble_gattc/ble_gattc/index.html
+++ b/latest/network/ble/ble_hs/ble_gattc/ble_gattc/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_gattc/definitions/ble_gattc_defs/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_gattc/definitions/ble_gattc_defs/index.html b/latest/network/ble/ble_hs/ble_gattc/definitions/ble_gattc_defs/index.html
index 260527d..d56055d 100644
--- a/latest/network/ble/ble_hs/ble_gattc/definitions/ble_gattc_defs/index.html
+++ b/latest/network/ble/ble_hs/ble_gattc/definitions/ble_gattc_defs/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_all_chrs/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_all_chrs/index.html b/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_all_chrs/index.html
index 971be44..62425cd 100644
--- a/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_all_chrs/index.html
+++ b/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_all_chrs/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_all_dscs/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_all_dscs/index.html b/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_all_dscs/index.html
index cc5482a..4265977 100644
--- a/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_all_dscs/index.html
+++ b/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_all_dscs/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_all_svcs/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_all_svcs/index.html b/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_all_svcs/index.html
index dbf46d2..8e0bdf0 100644
--- a/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_all_svcs/index.html
+++ b/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_all_svcs/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_chrs_by_uuid/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_chrs_by_uuid/index.html b/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_chrs_by_uuid/index.html
index b8584b4..67bf8f8 100644
--- a/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_chrs_by_uuid/index.html
+++ b/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_chrs_by_uuid/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_svc_by_uuid/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_svc_by_uuid/index.html b/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_svc_by_uuid/index.html
index d6167d6..9da5d1b 100644
--- a/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_svc_by_uuid/index.html
+++ b/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_svc_by_uuid/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_exchange_mtu/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_exchange_mtu/index.html b/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_exchange_mtu/index.html
index fd4c97f..44364bc 100644
--- a/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_exchange_mtu/index.html
+++ b/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_exchange_mtu/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_find_inc_svcs/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_find_inc_svcs/index.html b/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_find_inc_svcs/index.html
index 23729e2..068b58b 100644
--- a/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_find_inc_svcs/index.html
+++ b/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_find_inc_svcs/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_indicate/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_indicate/index.html b/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_indicate/index.html
index d55348d..c356ac1 100644
--- a/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_indicate/index.html
+++ b/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_indicate/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_notify/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_notify/index.html b/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_notify/index.html
index 3a901fb..81951ff 100644
--- a/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_notify/index.html
+++ b/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_notify/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_notify_custom/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_notify_custom/index.html b/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_notify_custom/index.html
index cacbd8a..8bac529 100644
--- a/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_notify_custom/index.html
+++ b/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_notify_custom/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read/index.html b/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read/index.html
index c378b07..1943c48 100644
--- a/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read/index.html
+++ b/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read_by_uuid/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read_by_uuid/index.html b/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read_by_uuid/index.html
index 764ea8e..35cf58f 100644
--- a/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read_by_uuid/index.html
+++ b/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read_by_uuid/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read_long/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read_long/index.html b/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read_long/index.html
index c31bfd2..8bd090b 100644
--- a/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read_long/index.html
+++ b/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read_long/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read_mult/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read_mult/index.html b/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read_mult/index.html
index dc3bfaf..96114d7 100644
--- a/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read_mult/index.html
+++ b/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read_mult/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write/index.html b/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write/index.html
index 962d436..a9f22a0 100644
--- a/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write/index.html
+++ b/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_flat/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_flat/index.html b/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_flat/index.html
index a99c4e6..f4d4e6f 100644
--- a/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_flat/index.html
+++ b/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_flat/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_long/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_long/index.html b/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_long/index.html
index 18fab8b..fc6b7f6 100644
--- a/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_long/index.html
+++ b/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_long/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_no_rsp/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_no_rsp/index.html b/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_no_rsp/index.html
index 93311f7..e90cede 100644
--- a/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_no_rsp/index.html
+++ b/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_no_rsp/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_no_rsp_flat/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_no_rsp_flat/index.html b/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_no_rsp_flat/index.html
index e7280ab..608cb39 100644
--- a/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_no_rsp_flat/index.html
+++ b/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_no_rsp_flat/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_reliable/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_reliable/index.html b/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_reliable/index.html
index 1e4525d..d09540e 100644
--- a/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_reliable/index.html
+++ b/latest/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_reliable/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_gatts/ble_gatts/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_gatts/ble_gatts/index.html b/latest/network/ble/ble_hs/ble_gatts/ble_gatts/index.html
index 245629f..d2d6209 100644
--- a/latest/network/ble/ble_hs/ble_gatts/ble_gatts/index.html
+++ b/latest/network/ble/ble_hs/ble_gatts/ble_gatts/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_gatts/definitions/ble_gatts_defs/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_gatts/definitions/ble_gatts_defs/index.html b/latest/network/ble/ble_hs/ble_gatts/definitions/ble_gatts_defs/index.html
index ae32fbb..b7d4aff 100644
--- a/latest/network/ble/ble_hs/ble_gatts/definitions/ble_gatts_defs/index.html
+++ b/latest/network/ble/ble_hs/ble_gatts/definitions/ble_gatts_defs/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_gatts/functions/ble_gatts_add_svcs/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_gatts/functions/ble_gatts_add_svcs/index.html b/latest/network/ble/ble_hs/ble_gatts/functions/ble_gatts_add_svcs/index.html
index 10ff1fa..b338337 100644
--- a/latest/network/ble/ble_hs/ble_gatts/functions/ble_gatts_add_svcs/index.html
+++ b/latest/network/ble/ble_hs/ble_gatts/functions/ble_gatts_add_svcs/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_gatts/functions/ble_gatts_count_cfg/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_gatts/functions/ble_gatts_count_cfg/index.html b/latest/network/ble/ble_hs/ble_gatts/functions/ble_gatts_count_cfg/index.html
index b102fa9..f2ba045 100644
--- a/latest/network/ble/ble_hs/ble_gatts/functions/ble_gatts_count_cfg/index.html
+++ b/latest/network/ble/ble_hs/ble_gatts/functions/ble_gatts_count_cfg/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_gatts/functions/ble_gatts_count_resources/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_gatts/functions/ble_gatts_count_resources/index.html b/latest/network/ble/ble_hs/ble_gatts/functions/ble_gatts_count_resources/index.html
index 4e8420e..5204bf3 100644
--- a/latest/network/ble/ble_hs/ble_gatts/functions/ble_gatts_count_resources/index.html
+++ b/latest/network/ble/ble_hs/ble_gatts/functions/ble_gatts_count_resources/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_gatts/functions/ble_gatts_find_chr/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_gatts/functions/ble_gatts_find_chr/index.html b/latest/network/ble/ble_hs/ble_gatts/functions/ble_gatts_find_chr/index.html
index 542644f..b35e157 100644
--- a/latest/network/ble/ble_hs/ble_gatts/functions/ble_gatts_find_chr/index.html
+++ b/latest/network/ble/ble_hs/ble_gatts/functions/ble_gatts_find_chr/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_gatts/functions/ble_gatts_find_dsc/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_gatts/functions/ble_gatts_find_dsc/index.html b/latest/network/ble/ble_hs/ble_gatts/functions/ble_gatts_find_dsc/index.html
index eda44f4..3096ac6 100644
--- a/latest/network/ble/ble_hs/ble_gatts/functions/ble_gatts_find_dsc/index.html
+++ b/latest/network/ble/ble_hs/ble_gatts/functions/ble_gatts_find_dsc/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_gatts/functions/ble_gatts_find_svc/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_gatts/functions/ble_gatts_find_svc/index.html b/latest/network/ble/ble_hs/ble_gatts/functions/ble_gatts_find_svc/index.html
index 5358b50..9f691fd 100644
--- a/latest/network/ble/ble_hs/ble_gatts/functions/ble_gatts_find_svc/index.html
+++ b/latest/network/ble/ble_hs/ble_gatts/functions/ble_gatts_find_svc/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_gatts/functions/ble_gatts_register_svcs/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_gatts/functions/ble_gatts_register_svcs/index.html b/latest/network/ble/ble_hs/ble_gatts/functions/ble_gatts_register_svcs/index.html
index 3c2bd2a..42bdd8e 100644
--- a/latest/network/ble/ble_hs/ble_gatts/functions/ble_gatts_register_svcs/index.html
+++ b/latest/network/ble/ble_hs/ble_gatts/functions/ble_gatts_register_svcs/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_hs/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_hs/index.html b/latest/network/ble/ble_hs/ble_hs/index.html
index dce8c3c..e582249 100644
--- a/latest/network/ble/ble_hs/ble_hs/index.html
+++ b/latest/network/ble/ble_hs/ble_hs/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_hs_id/ble_hs_id/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_hs_id/ble_hs_id/index.html b/latest/network/ble/ble_hs/ble_hs_id/ble_hs_id/index.html
index 202c25a..91ae269 100644
--- a/latest/network/ble/ble_hs/ble_hs_id/ble_hs_id/index.html
+++ b/latest/network/ble/ble_hs/ble_hs_id/ble_hs_id/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_hs_id/functions/ble_hs_id_copy_addr/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_hs_id/functions/ble_hs_id_copy_addr/index.html b/latest/network/ble/ble_hs/ble_hs_id/functions/ble_hs_id_copy_addr/index.html
index b4166da..bc524bd 100644
--- a/latest/network/ble/ble_hs/ble_hs_id/functions/ble_hs_id_copy_addr/index.html
+++ b/latest/network/ble/ble_hs/ble_hs_id/functions/ble_hs_id_copy_addr/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_hs_id/functions/ble_hs_id_gen_rnd/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_hs_id/functions/ble_hs_id_gen_rnd/index.html b/latest/network/ble/ble_hs/ble_hs_id/functions/ble_hs_id_gen_rnd/index.html
index 382ac45..6e9d37a 100644
--- a/latest/network/ble/ble_hs/ble_hs_id/functions/ble_hs_id_gen_rnd/index.html
+++ b/latest/network/ble/ble_hs/ble_hs_id/functions/ble_hs_id_gen_rnd/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_hs_id/functions/ble_hs_id_set_rnd/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_hs_id/functions/ble_hs_id_set_rnd/index.html b/latest/network/ble/ble_hs/ble_hs_id/functions/ble_hs_id_set_rnd/index.html
index 84cdb57..1d1c33f 100644
--- a/latest/network/ble/ble_hs/ble_hs_id/functions/ble_hs_id_set_rnd/index.html
+++ b/latest/network/ble/ble_hs/ble_hs_id/functions/ble_hs_id_set_rnd/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_hs_return_codes/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_hs_return_codes/index.html b/latest/network/ble/ble_hs/ble_hs_return_codes/index.html
index bf80c74..820c1ad 100644
--- a/latest/network/ble/ble_hs/ble_hs_return_codes/index.html
+++ b/latest/network/ble/ble_hs/ble_hs_return_codes/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/init/definitions/init_defs/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/init/definitions/init_defs/index.html b/latest/network/ble/ble_hs/init/definitions/init_defs/index.html
index 28cdc13..818cfca 100644
--- a/latest/network/ble/ble_hs/init/definitions/init_defs/index.html
+++ b/latest/network/ble/ble_hs/init/definitions/init_defs/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/init/functions/ble_hs_init/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/init/functions/ble_hs_init/index.html b/latest/network/ble/ble_hs/init/functions/ble_hs_init/index.html
index 8d93a19..b33d599 100644
--- a/latest/network/ble/ble_hs/init/functions/ble_hs_init/index.html
+++ b/latest/network/ble/ble_hs/init/functions/ble_hs_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/init/functions/ble_hs_start/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/init/functions/ble_hs_start/index.html b/latest/network/ble/ble_hs/init/functions/ble_hs_start/index.html
index a83649b..38fa9ca 100644
--- a/latest/network/ble/ble_hs/init/functions/ble_hs_start/index.html
+++ b/latest/network/ble/ble_hs/init/functions/ble_hs_start/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/init/functions/ble_hs_synced/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/init/functions/ble_hs_synced/index.html b/latest/network/ble/ble_hs/init/functions/ble_hs_synced/index.html
index 7b41a7d..d8f560a 100644
--- a/latest/network/ble/ble_hs/init/functions/ble_hs_synced/index.html
+++ b/latest/network/ble/ble_hs/init/functions/ble_hs_synced/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/init/init/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/init/init/index.html b/latest/network/ble/ble_hs/init/init/index.html
index 6c23679..04d324b 100644
--- a/latest/network/ble/ble_hs/init/init/index.html
+++ b/latest/network/ble/ble_hs/init/init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/other/functions/ble_eddystone_set_adv_data_uid/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/other/functions/ble_eddystone_set_adv_data_uid/index.html b/latest/network/ble/ble_hs/other/functions/ble_eddystone_set_adv_data_uid/index.html
index 2df0fab..53c847f 100644
--- a/latest/network/ble/ble_hs/other/functions/ble_eddystone_set_adv_data_uid/index.html
+++ b/latest/network/ble/ble_hs/other/functions/ble_eddystone_set_adv_data_uid/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/other/functions/ble_eddystone_set_adv_data_url/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/other/functions/ble_eddystone_set_adv_data_url/index.html b/latest/network/ble/ble_hs/other/functions/ble_eddystone_set_adv_data_url/index.html
index 44b5b0c..9f49648 100644
--- a/latest/network/ble/ble_hs/other/functions/ble_eddystone_set_adv_data_url/index.html
+++ b/latest/network/ble/ble_hs/other/functions/ble_eddystone_set_adv_data_url/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/other/functions/ble_hs_mbuf_att_pkt/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/other/functions/ble_hs_mbuf_att_pkt/index.html b/latest/network/ble/ble_hs/other/functions/ble_hs_mbuf_att_pkt/index.html
index 66967c9..7bddcb4 100644
--- a/latest/network/ble/ble_hs/other/functions/ble_hs_mbuf_att_pkt/index.html
+++ b/latest/network/ble/ble_hs/other/functions/ble_hs_mbuf_att_pkt/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/other/functions/ble_hs_mbuf_from_flat/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/other/functions/ble_hs_mbuf_from_flat/index.html b/latest/network/ble/ble_hs/other/functions/ble_hs_mbuf_from_flat/index.html
index 63e92e1..bcb5914 100644
--- a/latest/network/ble/ble_hs/other/functions/ble_hs_mbuf_from_flat/index.html
+++ b/latest/network/ble/ble_hs/other/functions/ble_hs_mbuf_from_flat/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/other/functions/ble_hs_mbuf_to_flat/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/other/functions/ble_hs_mbuf_to_flat/index.html b/latest/network/ble/ble_hs/other/functions/ble_hs_mbuf_to_flat/index.html
index c6d5e29..2a85b0d 100644
--- a/latest/network/ble/ble_hs/other/functions/ble_hs_mbuf_to_flat/index.html
+++ b/latest/network/ble/ble_hs/other/functions/ble_hs_mbuf_to_flat/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/other/functions/ble_ibeacon_set_adv_data/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/other/functions/ble_ibeacon_set_adv_data/index.html b/latest/network/ble/ble_hs/other/functions/ble_ibeacon_set_adv_data/index.html
index 7992559..38bb9a5 100644
--- a/latest/network/ble/ble_hs/other/functions/ble_ibeacon_set_adv_data/index.html
+++ b/latest/network/ble/ble_hs/other/functions/ble_ibeacon_set_adv_data/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/other/functions/ble_uuid_128_to_16/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/other/functions/ble_uuid_128_to_16/index.html b/latest/network/ble/ble_hs/other/functions/ble_uuid_128_to_16/index.html
index ea854d7..730aa56 100644
--- a/latest/network/ble/ble_hs/other/functions/ble_uuid_128_to_16/index.html
+++ b/latest/network/ble/ble_hs/other/functions/ble_uuid_128_to_16/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/other/functions/ble_uuid_16_to_128/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/other/functions/ble_uuid_16_to_128/index.html b/latest/network/ble/ble_hs/other/functions/ble_uuid_16_to_128/index.html
index cb797a7..b1effd5 100644
--- a/latest/network/ble/ble_hs/other/functions/ble_uuid_16_to_128/index.html
+++ b/latest/network/ble/ble_hs/other/functions/ble_uuid_16_to_128/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/other/other/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/other/other/index.html b/latest/network/ble/ble_hs/other/other/index.html
index 7a2fcc0..506ef2e 100644
--- a/latest/network/ble/ble_hs/other/other/index.html
+++ b/latest/network/ble/ble_hs/other/other/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_intro/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_intro/index.html b/latest/network/ble/ble_intro/index.html
index 6d1b2ba..3253cd5 100644
--- a/latest/network/ble/ble_intro/index.html
+++ b/latest/network/ble/ble_intro/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_sec/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_sec/index.html b/latest/network/ble/ble_sec/index.html
index 5605745..9434bc2 100644
--- a/latest/network/ble/ble_sec/index.html
+++ b/latest/network/ble/ble_sec/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 



[20/22] incubator-mynewt-site git commit: Added a tutorial to add console to blinky. Updated newt documentation. Added a Latest News button on front page

Posted by ad...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_att/functions/ble_att_set_preferred_mtu/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_att/functions/ble_att_set_preferred_mtu/index.html b/develop/network/ble/ble_hs/ble_att/functions/ble_att_set_preferred_mtu/index.html
index dc94fe0..997a158 100644
--- a/develop/network/ble/ble_hs/ble_att/functions/ble_att_set_preferred_mtu/index.html
+++ b/develop/network/ble/ble_hs/ble_att/functions/ble_att_set_preferred_mtu/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_att/functions/ble_att_svr_read_local/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_att/functions/ble_att_svr_read_local/index.html b/develop/network/ble/ble_hs/ble_att/functions/ble_att_svr_read_local/index.html
index 29b48fc..50aaf38 100644
--- a/develop/network/ble/ble_hs/ble_att/functions/ble_att_svr_read_local/index.html
+++ b/develop/network/ble/ble_hs/ble_att/functions/ble_att_svr_read_local/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_att/functions/ble_att_svr_write_local/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_att/functions/ble_att_svr_write_local/index.html b/develop/network/ble/ble_hs/ble_att/functions/ble_att_svr_write_local/index.html
index 47cd776..3c7925d 100644
--- a/develop/network/ble/ble_hs/ble_att/functions/ble_att_svr_write_local/index.html
+++ b/develop/network/ble/ble_hs/ble_att/functions/ble_att_svr_write_local/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_gap/ble_gap/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gap/ble_gap/index.html b/develop/network/ble/ble_hs/ble_gap/ble_gap/index.html
index 2dff801..ca5d848 100644
--- a/develop/network/ble/ble_hs/ble_gap/ble_gap/index.html
+++ b/develop/network/ble/ble_hs/ble_gap/ble_gap/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_gap/definitions/ble_gap_defs/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gap/definitions/ble_gap_defs/index.html b/develop/network/ble/ble_hs/ble_gap/definitions/ble_gap_defs/index.html
index 45ce0a6..afa8a16 100644
--- a/develop/network/ble/ble_hs/ble_gap/definitions/ble_gap_defs/index.html
+++ b/develop/network/ble/ble_hs/ble_gap/definitions/ble_gap_defs/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_adv_active/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_adv_active/index.html b/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_adv_active/index.html
index 96feb30..d7f2bf7 100644
--- a/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_adv_active/index.html
+++ b/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_adv_active/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_adv_rsp_set_fields/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_adv_rsp_set_fields/index.html b/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_adv_rsp_set_fields/index.html
index 62a764e..963a0af 100644
--- a/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_adv_rsp_set_fields/index.html
+++ b/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_adv_rsp_set_fields/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_adv_set_fields/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_adv_set_fields/index.html b/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_adv_set_fields/index.html
index 2053c3c..cd7aad8 100644
--- a/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_adv_set_fields/index.html
+++ b/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_adv_set_fields/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_adv_start/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_adv_start/index.html b/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_adv_start/index.html
index 18c609b..d863772 100644
--- a/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_adv_start/index.html
+++ b/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_adv_start/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_adv_stop/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_adv_stop/index.html b/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_adv_stop/index.html
index 23118e3..cf711d1 100644
--- a/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_adv_stop/index.html
+++ b/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_adv_stop/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_conn_active/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_conn_active/index.html b/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_conn_active/index.html
index 1e98928..d750e56 100644
--- a/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_conn_active/index.html
+++ b/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_conn_active/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_conn_cancel/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_conn_cancel/index.html b/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_conn_cancel/index.html
index 91ab4ec..dc80901 100644
--- a/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_conn_cancel/index.html
+++ b/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_conn_cancel/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_conn_find/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_conn_find/index.html b/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_conn_find/index.html
index b5bd77b..f6b675d 100644
--- a/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_conn_find/index.html
+++ b/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_conn_find/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_conn_rssi/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_conn_rssi/index.html b/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_conn_rssi/index.html
index 880d690..2348391 100644
--- a/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_conn_rssi/index.html
+++ b/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_conn_rssi/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_connect/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_connect/index.html b/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_connect/index.html
index 8b36b1b..b3d7275 100644
--- a/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_connect/index.html
+++ b/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_connect/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_disc/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_disc/index.html b/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_disc/index.html
index a6f1939..b56b529 100644
--- a/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_disc/index.html
+++ b/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_disc/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_disc_active/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_disc_active/index.html b/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_disc_active/index.html
index 673a18d..7f992c2 100644
--- a/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_disc_active/index.html
+++ b/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_disc_active/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_disc_cancel/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_disc_cancel/index.html b/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_disc_cancel/index.html
index 82c0355..c091ab8 100644
--- a/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_disc_cancel/index.html
+++ b/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_disc_cancel/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_security_initiate/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_security_initiate/index.html b/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_security_initiate/index.html
index 37601fd..8e22f63 100644
--- a/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_security_initiate/index.html
+++ b/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_security_initiate/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_terminate/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_terminate/index.html b/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_terminate/index.html
index 3fb3e19..9598a85 100644
--- a/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_terminate/index.html
+++ b/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_terminate/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_update_params/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_update_params/index.html b/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_update_params/index.html
index a711c0e..a616998 100644
--- a/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_update_params/index.html
+++ b/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_update_params/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_wl_set/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_wl_set/index.html b/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_wl_set/index.html
index 643b4e9..be19ab3 100644
--- a/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_wl_set/index.html
+++ b/develop/network/ble/ble_hs/ble_gap/functions/ble_gap_wl_set/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_gattc/ble_gattc/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gattc/ble_gattc/index.html b/develop/network/ble/ble_hs/ble_gattc/ble_gattc/index.html
index a925336..bf03bda 100644
--- a/develop/network/ble/ble_hs/ble_gattc/ble_gattc/index.html
+++ b/develop/network/ble/ble_hs/ble_gattc/ble_gattc/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_gattc/definitions/ble_gattc_defs/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gattc/definitions/ble_gattc_defs/index.html b/develop/network/ble/ble_hs/ble_gattc/definitions/ble_gattc_defs/index.html
index db91bef..3e7e9c2 100644
--- a/develop/network/ble/ble_hs/ble_gattc/definitions/ble_gattc_defs/index.html
+++ b/develop/network/ble/ble_hs/ble_gattc/definitions/ble_gattc_defs/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_all_chrs/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_all_chrs/index.html b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_all_chrs/index.html
index 033a91f..3cd82f2 100644
--- a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_all_chrs/index.html
+++ b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_all_chrs/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_all_dscs/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_all_dscs/index.html b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_all_dscs/index.html
index b8d94bf..f77c4f6 100644
--- a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_all_dscs/index.html
+++ b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_all_dscs/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_all_svcs/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_all_svcs/index.html b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_all_svcs/index.html
index c745399..89b7e9c 100644
--- a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_all_svcs/index.html
+++ b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_all_svcs/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_chrs_by_uuid/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_chrs_by_uuid/index.html b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_chrs_by_uuid/index.html
index 1a9ea05..d6e5a81 100644
--- a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_chrs_by_uuid/index.html
+++ b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_chrs_by_uuid/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_svc_by_uuid/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_svc_by_uuid/index.html b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_svc_by_uuid/index.html
index 7920462..47f3eaa 100644
--- a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_svc_by_uuid/index.html
+++ b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_disc_svc_by_uuid/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_exchange_mtu/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_exchange_mtu/index.html b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_exchange_mtu/index.html
index 9f25d07..be9772f 100644
--- a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_exchange_mtu/index.html
+++ b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_exchange_mtu/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_find_inc_svcs/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_find_inc_svcs/index.html b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_find_inc_svcs/index.html
index 326274c..fccd155 100644
--- a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_find_inc_svcs/index.html
+++ b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_find_inc_svcs/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_indicate/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_indicate/index.html b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_indicate/index.html
index 9b0717b..50061a4 100644
--- a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_indicate/index.html
+++ b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_indicate/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_notify/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_notify/index.html b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_notify/index.html
index c7906e7..cfaf217 100644
--- a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_notify/index.html
+++ b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_notify/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_notify_custom/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_notify_custom/index.html b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_notify_custom/index.html
index c1b732c..860ffda 100644
--- a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_notify_custom/index.html
+++ b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_notify_custom/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read/index.html b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read/index.html
index 49399df..f0fdbe3 100644
--- a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read/index.html
+++ b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read_by_uuid/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read_by_uuid/index.html b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read_by_uuid/index.html
index dea18d5..96cd3dc 100644
--- a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read_by_uuid/index.html
+++ b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read_by_uuid/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read_long/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read_long/index.html b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read_long/index.html
index d2b9cb9..6fa5d38 100644
--- a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read_long/index.html
+++ b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read_long/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read_mult/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read_mult/index.html b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read_mult/index.html
index cee5175..8367c38 100644
--- a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read_mult/index.html
+++ b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_read_mult/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write/index.html b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write/index.html
index 5c389d1..df73536 100644
--- a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write/index.html
+++ b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_flat/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_flat/index.html b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_flat/index.html
index 4b4f930..f9b80fe 100644
--- a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_flat/index.html
+++ b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_flat/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_long/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_long/index.html b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_long/index.html
index 5e6a328..e244dc3 100644
--- a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_long/index.html
+++ b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_long/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_no_rsp/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_no_rsp/index.html b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_no_rsp/index.html
index b101325..e122977 100644
--- a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_no_rsp/index.html
+++ b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_no_rsp/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_no_rsp_flat/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_no_rsp_flat/index.html b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_no_rsp_flat/index.html
index 2b1394c..2b9295f 100644
--- a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_no_rsp_flat/index.html
+++ b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_no_rsp_flat/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_reliable/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_reliable/index.html b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_reliable/index.html
index 014625e..3a03439 100644
--- a/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_reliable/index.html
+++ b/develop/network/ble/ble_hs/ble_gattc/functions/ble_gattc_write_reliable/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_gatts/ble_gatts/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gatts/ble_gatts/index.html b/develop/network/ble/ble_hs/ble_gatts/ble_gatts/index.html
index e05c626..f3c6826 100644
--- a/develop/network/ble/ble_hs/ble_gatts/ble_gatts/index.html
+++ b/develop/network/ble/ble_hs/ble_gatts/ble_gatts/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_gatts/definitions/ble_gatts_defs/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gatts/definitions/ble_gatts_defs/index.html b/develop/network/ble/ble_hs/ble_gatts/definitions/ble_gatts_defs/index.html
index af8fc99..835dba1 100644
--- a/develop/network/ble/ble_hs/ble_gatts/definitions/ble_gatts_defs/index.html
+++ b/develop/network/ble/ble_hs/ble_gatts/definitions/ble_gatts_defs/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_gatts/functions/ble_gatts_add_svcs/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gatts/functions/ble_gatts_add_svcs/index.html b/develop/network/ble/ble_hs/ble_gatts/functions/ble_gatts_add_svcs/index.html
index bdb61b6..4662938 100644
--- a/develop/network/ble/ble_hs/ble_gatts/functions/ble_gatts_add_svcs/index.html
+++ b/develop/network/ble/ble_hs/ble_gatts/functions/ble_gatts_add_svcs/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_gatts/functions/ble_gatts_count_cfg/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gatts/functions/ble_gatts_count_cfg/index.html b/develop/network/ble/ble_hs/ble_gatts/functions/ble_gatts_count_cfg/index.html
index 16dc23b..1e2cb31 100644
--- a/develop/network/ble/ble_hs/ble_gatts/functions/ble_gatts_count_cfg/index.html
+++ b/develop/network/ble/ble_hs/ble_gatts/functions/ble_gatts_count_cfg/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_gatts/functions/ble_gatts_count_resources/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gatts/functions/ble_gatts_count_resources/index.html b/develop/network/ble/ble_hs/ble_gatts/functions/ble_gatts_count_resources/index.html
index 034b754..75088f1 100644
--- a/develop/network/ble/ble_hs/ble_gatts/functions/ble_gatts_count_resources/index.html
+++ b/develop/network/ble/ble_hs/ble_gatts/functions/ble_gatts_count_resources/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_gatts/functions/ble_gatts_find_chr/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gatts/functions/ble_gatts_find_chr/index.html b/develop/network/ble/ble_hs/ble_gatts/functions/ble_gatts_find_chr/index.html
index 633a005..d81aa8d 100644
--- a/develop/network/ble/ble_hs/ble_gatts/functions/ble_gatts_find_chr/index.html
+++ b/develop/network/ble/ble_hs/ble_gatts/functions/ble_gatts_find_chr/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_gatts/functions/ble_gatts_find_dsc/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gatts/functions/ble_gatts_find_dsc/index.html b/develop/network/ble/ble_hs/ble_gatts/functions/ble_gatts_find_dsc/index.html
index 7be5d18..731accc 100644
--- a/develop/network/ble/ble_hs/ble_gatts/functions/ble_gatts_find_dsc/index.html
+++ b/develop/network/ble/ble_hs/ble_gatts/functions/ble_gatts_find_dsc/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_gatts/functions/ble_gatts_find_svc/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gatts/functions/ble_gatts_find_svc/index.html b/develop/network/ble/ble_hs/ble_gatts/functions/ble_gatts_find_svc/index.html
index 25b0915..4dffbf2 100644
--- a/develop/network/ble/ble_hs/ble_gatts/functions/ble_gatts_find_svc/index.html
+++ b/develop/network/ble/ble_hs/ble_gatts/functions/ble_gatts_find_svc/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_gatts/functions/ble_gatts_register_svcs/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_gatts/functions/ble_gatts_register_svcs/index.html b/develop/network/ble/ble_hs/ble_gatts/functions/ble_gatts_register_svcs/index.html
index 761fad9..f4c60e7 100644
--- a/develop/network/ble/ble_hs/ble_gatts/functions/ble_gatts_register_svcs/index.html
+++ b/develop/network/ble/ble_hs/ble_gatts/functions/ble_gatts_register_svcs/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_hs/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_hs/index.html b/develop/network/ble/ble_hs/ble_hs/index.html
index e723715..91154a3 100644
--- a/develop/network/ble/ble_hs/ble_hs/index.html
+++ b/develop/network/ble/ble_hs/ble_hs/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_hs_id/ble_hs_id/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_hs_id/ble_hs_id/index.html b/develop/network/ble/ble_hs/ble_hs_id/ble_hs_id/index.html
index 8a3af4d..b991a40 100644
--- a/develop/network/ble/ble_hs/ble_hs_id/ble_hs_id/index.html
+++ b/develop/network/ble/ble_hs/ble_hs_id/ble_hs_id/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_hs_id/functions/ble_hs_id_copy_addr/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_hs_id/functions/ble_hs_id_copy_addr/index.html b/develop/network/ble/ble_hs/ble_hs_id/functions/ble_hs_id_copy_addr/index.html
index 0786663..7cbc91c 100644
--- a/develop/network/ble/ble_hs/ble_hs_id/functions/ble_hs_id_copy_addr/index.html
+++ b/develop/network/ble/ble_hs/ble_hs_id/functions/ble_hs_id_copy_addr/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_hs_id/functions/ble_hs_id_gen_rnd/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_hs_id/functions/ble_hs_id_gen_rnd/index.html b/develop/network/ble/ble_hs/ble_hs_id/functions/ble_hs_id_gen_rnd/index.html
index 163165c..3e869df 100644
--- a/develop/network/ble/ble_hs/ble_hs_id/functions/ble_hs_id_gen_rnd/index.html
+++ b/develop/network/ble/ble_hs/ble_hs_id/functions/ble_hs_id_gen_rnd/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_hs_id/functions/ble_hs_id_set_rnd/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_hs_id/functions/ble_hs_id_set_rnd/index.html b/develop/network/ble/ble_hs/ble_hs_id/functions/ble_hs_id_set_rnd/index.html
index 0d402a9..da22323 100644
--- a/develop/network/ble/ble_hs/ble_hs_id/functions/ble_hs_id_set_rnd/index.html
+++ b/develop/network/ble/ble_hs/ble_hs_id/functions/ble_hs_id_set_rnd/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/ble_hs_return_codes/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/ble_hs_return_codes/index.html b/develop/network/ble/ble_hs/ble_hs_return_codes/index.html
index 7876136..58b6925 100644
--- a/develop/network/ble/ble_hs/ble_hs_return_codes/index.html
+++ b/develop/network/ble/ble_hs/ble_hs_return_codes/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/init/definitions/init_defs/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/init/definitions/init_defs/index.html b/develop/network/ble/ble_hs/init/definitions/init_defs/index.html
index 8c117f7..8a9c16c 100644
--- a/develop/network/ble/ble_hs/init/definitions/init_defs/index.html
+++ b/develop/network/ble/ble_hs/init/definitions/init_defs/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/init/functions/ble_hs_init/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/init/functions/ble_hs_init/index.html b/develop/network/ble/ble_hs/init/functions/ble_hs_init/index.html
index 8520a5d..475665c 100644
--- a/develop/network/ble/ble_hs/init/functions/ble_hs_init/index.html
+++ b/develop/network/ble/ble_hs/init/functions/ble_hs_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/init/functions/ble_hs_start/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/init/functions/ble_hs_start/index.html b/develop/network/ble/ble_hs/init/functions/ble_hs_start/index.html
index b86b294..afda5c0 100644
--- a/develop/network/ble/ble_hs/init/functions/ble_hs_start/index.html
+++ b/develop/network/ble/ble_hs/init/functions/ble_hs_start/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/init/functions/ble_hs_synced/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/init/functions/ble_hs_synced/index.html b/develop/network/ble/ble_hs/init/functions/ble_hs_synced/index.html
index a10bcba..8f81b48 100644
--- a/develop/network/ble/ble_hs/init/functions/ble_hs_synced/index.html
+++ b/develop/network/ble/ble_hs/init/functions/ble_hs_synced/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/init/init/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/init/init/index.html b/develop/network/ble/ble_hs/init/init/index.html
index 6b5fa16..6b5e6c3 100644
--- a/develop/network/ble/ble_hs/init/init/index.html
+++ b/develop/network/ble/ble_hs/init/init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/other/functions/ble_eddystone_set_adv_data_uid/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/other/functions/ble_eddystone_set_adv_data_uid/index.html b/develop/network/ble/ble_hs/other/functions/ble_eddystone_set_adv_data_uid/index.html
index 975c3d4..fc13ab7 100644
--- a/develop/network/ble/ble_hs/other/functions/ble_eddystone_set_adv_data_uid/index.html
+++ b/develop/network/ble/ble_hs/other/functions/ble_eddystone_set_adv_data_uid/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/other/functions/ble_eddystone_set_adv_data_url/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/other/functions/ble_eddystone_set_adv_data_url/index.html b/develop/network/ble/ble_hs/other/functions/ble_eddystone_set_adv_data_url/index.html
index e2b5939..dee4795 100644
--- a/develop/network/ble/ble_hs/other/functions/ble_eddystone_set_adv_data_url/index.html
+++ b/develop/network/ble/ble_hs/other/functions/ble_eddystone_set_adv_data_url/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/other/functions/ble_hs_mbuf_att_pkt/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/other/functions/ble_hs_mbuf_att_pkt/index.html b/develop/network/ble/ble_hs/other/functions/ble_hs_mbuf_att_pkt/index.html
index e5ee60b..9bc1706 100644
--- a/develop/network/ble/ble_hs/other/functions/ble_hs_mbuf_att_pkt/index.html
+++ b/develop/network/ble/ble_hs/other/functions/ble_hs_mbuf_att_pkt/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/other/functions/ble_hs_mbuf_from_flat/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/other/functions/ble_hs_mbuf_from_flat/index.html b/develop/network/ble/ble_hs/other/functions/ble_hs_mbuf_from_flat/index.html
index eeb8702..725b834 100644
--- a/develop/network/ble/ble_hs/other/functions/ble_hs_mbuf_from_flat/index.html
+++ b/develop/network/ble/ble_hs/other/functions/ble_hs_mbuf_from_flat/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/other/functions/ble_hs_mbuf_to_flat/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/other/functions/ble_hs_mbuf_to_flat/index.html b/develop/network/ble/ble_hs/other/functions/ble_hs_mbuf_to_flat/index.html
index 32bad8e..2f20c2c 100644
--- a/develop/network/ble/ble_hs/other/functions/ble_hs_mbuf_to_flat/index.html
+++ b/develop/network/ble/ble_hs/other/functions/ble_hs_mbuf_to_flat/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/network/ble/ble_hs/other/functions/ble_ibeacon_set_adv_data/index.html
----------------------------------------------------------------------
diff --git a/develop/network/ble/ble_hs/other/functions/ble_ibeacon_set_adv_data/index.html b/develop/network/ble/ble_hs/other/functions/ble_ibeacon_set_adv_data/index.html
index fcc385c..9e48ece 100644
--- a/develop/network/ble/ble_hs/other/functions/ble_ibeacon_set_adv_data/index.html
+++ b/develop/network/ble/ble_hs/other/functions/ble_ibeacon_set_adv_data/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 



[10/22] incubator-mynewt-site git commit: Added a tutorial to add console to blinky. Updated newt documentation. Added a Latest News button on front page

Posted by ad...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/bootloader/boot_build_status_one/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/bootloader/boot_build_status_one/index.html b/latest/os/modules/bootloader/boot_build_status_one/index.html
index 75a966b..0d789dd 100644
--- a/latest/os/modules/bootloader/boot_build_status_one/index.html
+++ b/latest/os/modules/bootloader/boot_build_status_one/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/bootloader/boot_clear_status/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/bootloader/boot_clear_status/index.html b/latest/os/modules/bootloader/boot_clear_status/index.html
index 60b3f51..a1c8586 100644
--- a/latest/os/modules/bootloader/boot_clear_status/index.html
+++ b/latest/os/modules/bootloader/boot_clear_status/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/bootloader/boot_copy_area/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/bootloader/boot_copy_area/index.html b/latest/os/modules/bootloader/boot_copy_area/index.html
index a754e51..e2d978d 100644
--- a/latest/os/modules/bootloader/boot_copy_area/index.html
+++ b/latest/os/modules/bootloader/boot_copy_area/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/bootloader/boot_copy_image/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/bootloader/boot_copy_image/index.html b/latest/os/modules/bootloader/boot_copy_image/index.html
index 57cebec..938aa94 100644
--- a/latest/os/modules/bootloader/boot_copy_image/index.html
+++ b/latest/os/modules/bootloader/boot_copy_image/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/bootloader/boot_erase_area/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/bootloader/boot_erase_area/index.html b/latest/os/modules/bootloader/boot_erase_area/index.html
index 344776c..841a177 100644
--- a/latest/os/modules/bootloader/boot_erase_area/index.html
+++ b/latest/os/modules/bootloader/boot_erase_area/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/bootloader/boot_fill_slot/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/bootloader/boot_fill_slot/index.html b/latest/os/modules/bootloader/boot_fill_slot/index.html
index 2ca267e..f0912b5 100644
--- a/latest/os/modules/bootloader/boot_fill_slot/index.html
+++ b/latest/os/modules/bootloader/boot_fill_slot/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/bootloader/boot_find_image_area_idx/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/bootloader/boot_find_image_area_idx/index.html b/latest/os/modules/bootloader/boot_find_image_area_idx/index.html
index 74fc7fa..0770788 100644
--- a/latest/os/modules/bootloader/boot_find_image_area_idx/index.html
+++ b/latest/os/modules/bootloader/boot_find_image_area_idx/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/bootloader/boot_find_image_part/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/bootloader/boot_find_image_part/index.html b/latest/os/modules/bootloader/boot_find_image_part/index.html
index 9012d58..5eac49c 100644
--- a/latest/os/modules/bootloader/boot_find_image_part/index.html
+++ b/latest/os/modules/bootloader/boot_find_image_part/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/bootloader/boot_find_image_slot/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/bootloader/boot_find_image_slot/index.html b/latest/os/modules/bootloader/boot_find_image_slot/index.html
index 2ea2c71..6448d7b 100644
--- a/latest/os/modules/bootloader/boot_find_image_slot/index.html
+++ b/latest/os/modules/bootloader/boot_find_image_slot/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/bootloader/boot_go/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/bootloader/boot_go/index.html b/latest/os/modules/bootloader/boot_go/index.html
index 7433bb6..e3dec23 100644
--- a/latest/os/modules/bootloader/boot_go/index.html
+++ b/latest/os/modules/bootloader/boot_go/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/bootloader/boot_init_flash/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/bootloader/boot_init_flash/index.html b/latest/os/modules/bootloader/boot_init_flash/index.html
index 59b62c8..9f165f6 100644
--- a/latest/os/modules/bootloader/boot_init_flash/index.html
+++ b/latest/os/modules/bootloader/boot_init_flash/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/bootloader/boot_move_area/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/bootloader/boot_move_area/index.html b/latest/os/modules/bootloader/boot_move_area/index.html
index c15bf77..51ecd32 100644
--- a/latest/os/modules/bootloader/boot_move_area/index.html
+++ b/latest/os/modules/bootloader/boot_move_area/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/bootloader/boot_read_image_header/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/bootloader/boot_read_image_header/index.html b/latest/os/modules/bootloader/boot_read_image_header/index.html
index d8402c8..ba437a8 100644
--- a/latest/os/modules/bootloader/boot_read_image_header/index.html
+++ b/latest/os/modules/bootloader/boot_read_image_header/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/bootloader/boot_read_image_headers/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/bootloader/boot_read_image_headers/index.html b/latest/os/modules/bootloader/boot_read_image_headers/index.html
index aaf8eda..668e677 100644
--- a/latest/os/modules/bootloader/boot_read_image_headers/index.html
+++ b/latest/os/modules/bootloader/boot_read_image_headers/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/bootloader/boot_read_status/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/bootloader/boot_read_status/index.html b/latest/os/modules/bootloader/boot_read_status/index.html
index 5ff0d72..ebd3ffd 100644
--- a/latest/os/modules/bootloader/boot_read_status/index.html
+++ b/latest/os/modules/bootloader/boot_read_status/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/bootloader/boot_select_image_slot/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/bootloader/boot_select_image_slot/index.html b/latest/os/modules/bootloader/boot_select_image_slot/index.html
index 000d5e2..0616905 100644
--- a/latest/os/modules/bootloader/boot_select_image_slot/index.html
+++ b/latest/os/modules/bootloader/boot_select_image_slot/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/bootloader/boot_slot_addr/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/bootloader/boot_slot_addr/index.html b/latest/os/modules/bootloader/boot_slot_addr/index.html
index d17a5f5..00bf271 100644
--- a/latest/os/modules/bootloader/boot_slot_addr/index.html
+++ b/latest/os/modules/bootloader/boot_slot_addr/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/bootloader/boot_slot_to_area_idx/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/bootloader/boot_slot_to_area_idx/index.html b/latest/os/modules/bootloader/boot_slot_to_area_idx/index.html
index 21329a3..e79d5a8 100644
--- a/latest/os/modules/bootloader/boot_slot_to_area_idx/index.html
+++ b/latest/os/modules/bootloader/boot_slot_to_area_idx/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/bootloader/boot_swap_areas/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/bootloader/boot_swap_areas/index.html b/latest/os/modules/bootloader/boot_swap_areas/index.html
index bfb0d3e..c7d887a 100644
--- a/latest/os/modules/bootloader/boot_swap_areas/index.html
+++ b/latest/os/modules/bootloader/boot_swap_areas/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/bootloader/boot_vect_delete_main/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/bootloader/boot_vect_delete_main/index.html b/latest/os/modules/bootloader/boot_vect_delete_main/index.html
index f4dfb09..c2ec3ab 100644
--- a/latest/os/modules/bootloader/boot_vect_delete_main/index.html
+++ b/latest/os/modules/bootloader/boot_vect_delete_main/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/bootloader/boot_vect_delete_test/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/bootloader/boot_vect_delete_test/index.html b/latest/os/modules/bootloader/boot_vect_delete_test/index.html
index 83ab81d..b3f7333 100644
--- a/latest/os/modules/bootloader/boot_vect_delete_test/index.html
+++ b/latest/os/modules/bootloader/boot_vect_delete_test/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/bootloader/boot_vect_read_main/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/bootloader/boot_vect_read_main/index.html b/latest/os/modules/bootloader/boot_vect_read_main/index.html
index 9758bc1..665a0cf 100644
--- a/latest/os/modules/bootloader/boot_vect_read_main/index.html
+++ b/latest/os/modules/bootloader/boot_vect_read_main/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/bootloader/boot_vect_read_one/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/bootloader/boot_vect_read_one/index.html b/latest/os/modules/bootloader/boot_vect_read_one/index.html
index dee456b..a542eaf 100644
--- a/latest/os/modules/bootloader/boot_vect_read_one/index.html
+++ b/latest/os/modules/bootloader/boot_vect_read_one/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/bootloader/boot_vect_read_test/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/bootloader/boot_vect_read_test/index.html b/latest/os/modules/bootloader/boot_vect_read_test/index.html
index 88c2a2f..8973fca 100644
--- a/latest/os/modules/bootloader/boot_vect_read_test/index.html
+++ b/latest/os/modules/bootloader/boot_vect_read_test/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/bootloader/boot_write_status/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/bootloader/boot_write_status/index.html b/latest/os/modules/bootloader/boot_write_status/index.html
index 4687e69..8484aba 100644
--- a/latest/os/modules/bootloader/boot_write_status/index.html
+++ b/latest/os/modules/bootloader/boot_write_status/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/bootloader/bootloader/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/bootloader/bootloader/index.html b/latest/os/modules/bootloader/bootloader/index.html
index c156a02..0110c15 100644
--- a/latest/os/modules/bootloader/bootloader/index.html
+++ b/latest/os/modules/bootloader/bootloader/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/console/console/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/console/console/index.html b/latest/os/modules/console/console/index.html
index d71450f..2e8cfb6 100644
--- a/latest/os/modules/console/console/index.html
+++ b/latest/os/modules/console/console/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/console/console_blocking_mode/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/console/console_blocking_mode/index.html b/latest/os/modules/console/console_blocking_mode/index.html
index 6a54592..a9ef41b 100644
--- a/latest/os/modules/console/console_blocking_mode/index.html
+++ b/latest/os/modules/console/console_blocking_mode/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/console/console_echo/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/console/console_echo/index.html b/latest/os/modules/console/console_echo/index.html
index cc80ace..2f16242 100644
--- a/latest/os/modules/console/console_echo/index.html
+++ b/latest/os/modules/console/console_echo/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/console/console_init/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/console/console_init/index.html b/latest/os/modules/console/console_init/index.html
index a772fd5..cb46fb1 100644
--- a/latest/os/modules/console/console_init/index.html
+++ b/latest/os/modules/console/console_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/console/console_is_init/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/console/console_is_init/index.html b/latest/os/modules/console/console_is_init/index.html
index 5cf5c9b..d9b5910 100644
--- a/latest/os/modules/console/console_is_init/index.html
+++ b/latest/os/modules/console/console_is_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/console/console_printf/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/console/console_printf/index.html b/latest/os/modules/console/console_printf/index.html
index 07445db..f3567f5 100644
--- a/latest/os/modules/console/console_printf/index.html
+++ b/latest/os/modules/console/console_printf/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/console/console_read/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/console/console_read/index.html b/latest/os/modules/console/console_read/index.html
index a724a93..acb8baa 100644
--- a/latest/os/modules/console/console_read/index.html
+++ b/latest/os/modules/console/console_read/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/console/console_write/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/console/console_write/index.html b/latest/os/modules/console/console_write/index.html
index bf7ce1d..1a508ce 100644
--- a/latest/os/modules/console/console_write/index.html
+++ b/latest/os/modules/console/console_write/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/devmgmt/newtmgr/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/devmgmt/newtmgr/index.html b/latest/os/modules/devmgmt/newtmgr/index.html
index 1597bb4..2692448 100644
--- a/latest/os/modules/devmgmt/newtmgr/index.html
+++ b/latest/os/modules/devmgmt/newtmgr/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/devmgmt/oicmgr/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/devmgmt/oicmgr/index.html b/latest/os/modules/devmgmt/oicmgr/index.html
index 6dfa3e5..9098d33 100644
--- a/latest/os/modules/devmgmt/oicmgr/index.html
+++ b/latest/os/modules/devmgmt/oicmgr/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/drivers/driver/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/drivers/driver/index.html b/latest/os/modules/drivers/driver/index.html
index 1ec7482..43a5beb 100644
--- a/latest/os/modules/drivers/driver/index.html
+++ b/latest/os/modules/drivers/driver/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/elua/elua/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/elua/elua/index.html b/latest/os/modules/elua/elua/index.html
index 1de0d21..4e35e56 100644
--- a/latest/os/modules/elua/elua/index.html
+++ b/latest/os/modules/elua/elua/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/elua/lua_init/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/elua/lua_init/index.html b/latest/os/modules/elua/lua_init/index.html
index d05bbd3..6764ef1 100644
--- a/latest/os/modules/elua/lua_init/index.html
+++ b/latest/os/modules/elua/lua_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/elua/lua_main/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/elua/lua_main/index.html b/latest/os/modules/elua/lua_main/index.html
index f7d1d12..d72b5a7 100644
--- a/latest/os/modules/elua/lua_main/index.html
+++ b/latest/os/modules/elua/lua_main/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/fcb/fcb/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/fcb/fcb/index.html b/latest/os/modules/fcb/fcb/index.html
index 93b3746..703e995 100644
--- a/latest/os/modules/fcb/fcb/index.html
+++ b/latest/os/modules/fcb/fcb/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/fcb/fcb_append/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/fcb/fcb_append/index.html b/latest/os/modules/fcb/fcb_append/index.html
index 499f30f..84e8ec2 100644
--- a/latest/os/modules/fcb/fcb_append/index.html
+++ b/latest/os/modules/fcb/fcb_append/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/fcb/fcb_append_finish/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/fcb/fcb_append_finish/index.html b/latest/os/modules/fcb/fcb_append_finish/index.html
index a9af584..7c0f9b4 100644
--- a/latest/os/modules/fcb/fcb_append_finish/index.html
+++ b/latest/os/modules/fcb/fcb_append_finish/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/fcb/fcb_append_to_scratch/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/fcb/fcb_append_to_scratch/index.html b/latest/os/modules/fcb/fcb_append_to_scratch/index.html
index 2efdbc2..c32074b 100644
--- a/latest/os/modules/fcb/fcb_append_to_scratch/index.html
+++ b/latest/os/modules/fcb/fcb_append_to_scratch/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/fcb/fcb_clear/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/fcb/fcb_clear/index.html b/latest/os/modules/fcb/fcb_clear/index.html
index bf44ed7..3191e05 100644
--- a/latest/os/modules/fcb/fcb_clear/index.html
+++ b/latest/os/modules/fcb/fcb_clear/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/fcb/fcb_getnext/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/fcb/fcb_getnext/index.html b/latest/os/modules/fcb/fcb_getnext/index.html
index 50fcf93..297abeb 100644
--- a/latest/os/modules/fcb/fcb_getnext/index.html
+++ b/latest/os/modules/fcb/fcb_getnext/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/fcb/fcb_init/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/fcb/fcb_init/index.html b/latest/os/modules/fcb/fcb_init/index.html
index 7dc2d09..0257e30 100644
--- a/latest/os/modules/fcb/fcb_init/index.html
+++ b/latest/os/modules/fcb/fcb_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/fcb/fcb_is_empty/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/fcb/fcb_is_empty/index.html b/latest/os/modules/fcb/fcb_is_empty/index.html
index 47365a2..480bd1b 100644
--- a/latest/os/modules/fcb/fcb_is_empty/index.html
+++ b/latest/os/modules/fcb/fcb_is_empty/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/fcb/fcb_offset_last_n/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/fcb/fcb_offset_last_n/index.html b/latest/os/modules/fcb/fcb_offset_last_n/index.html
index ae09277..c07cf01 100644
--- a/latest/os/modules/fcb/fcb_offset_last_n/index.html
+++ b/latest/os/modules/fcb/fcb_offset_last_n/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/fcb/fcb_rotate/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/fcb/fcb_rotate/index.html b/latest/os/modules/fcb/fcb_rotate/index.html
index fb4a68a..3915ecb 100644
--- a/latest/os/modules/fcb/fcb_rotate/index.html
+++ b/latest/os/modules/fcb/fcb_rotate/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/fcb/fcb_walk/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/fcb/fcb_walk/index.html b/latest/os/modules/fcb/fcb_walk/index.html
index 600061c..46fd0da 100644
--- a/latest/os/modules/fcb/fcb_walk/index.html
+++ b/latest/os/modules/fcb/fcb_walk/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/fs/fs/fs/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/fs/fs/fs/index.html b/latest/os/modules/fs/fs/fs/index.html
index 65a898c..ed87dee 100644
--- a/latest/os/modules/fs/fs/fs/index.html
+++ b/latest/os/modules/fs/fs/fs/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/fs/fs/fs_close/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/fs/fs/fs_close/index.html b/latest/os/modules/fs/fs/fs_close/index.html
index 206c664..1e83123 100644
--- a/latest/os/modules/fs/fs/fs_close/index.html
+++ b/latest/os/modules/fs/fs/fs_close/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/fs/fs/fs_closedir/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/fs/fs/fs_closedir/index.html b/latest/os/modules/fs/fs/fs_closedir/index.html
index 7b367f4..686137b 100644
--- a/latest/os/modules/fs/fs/fs_closedir/index.html
+++ b/latest/os/modules/fs/fs/fs_closedir/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/fs/fs/fs_dirent_is_dir/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/fs/fs/fs_dirent_is_dir/index.html b/latest/os/modules/fs/fs/fs_dirent_is_dir/index.html
index 21d6d7b..4bc13d7 100644
--- a/latest/os/modules/fs/fs/fs_dirent_is_dir/index.html
+++ b/latest/os/modules/fs/fs/fs_dirent_is_dir/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/fs/fs/fs_dirent_name/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/fs/fs/fs_dirent_name/index.html b/latest/os/modules/fs/fs/fs_dirent_name/index.html
index 7796f55..0c8f47a 100644
--- a/latest/os/modules/fs/fs/fs_dirent_name/index.html
+++ b/latest/os/modules/fs/fs/fs_dirent_name/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/fs/fs/fs_filelen/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/fs/fs/fs_filelen/index.html b/latest/os/modules/fs/fs/fs_filelen/index.html
index f29e4de..4b3882b 100644
--- a/latest/os/modules/fs/fs/fs_filelen/index.html
+++ b/latest/os/modules/fs/fs/fs_filelen/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/fs/fs/fs_getpos/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/fs/fs/fs_getpos/index.html b/latest/os/modules/fs/fs/fs_getpos/index.html
index 50a80c6..7f81e4e 100644
--- a/latest/os/modules/fs/fs/fs_getpos/index.html
+++ b/latest/os/modules/fs/fs/fs_getpos/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/fs/fs/fs_mkdir/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/fs/fs/fs_mkdir/index.html b/latest/os/modules/fs/fs/fs_mkdir/index.html
index 7eab1c2..920a5d6 100644
--- a/latest/os/modules/fs/fs/fs_mkdir/index.html
+++ b/latest/os/modules/fs/fs/fs_mkdir/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/fs/fs/fs_open/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/fs/fs/fs_open/index.html b/latest/os/modules/fs/fs/fs_open/index.html
index 134d83b..5f18992 100644
--- a/latest/os/modules/fs/fs/fs_open/index.html
+++ b/latest/os/modules/fs/fs/fs_open/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/fs/fs/fs_opendir/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/fs/fs/fs_opendir/index.html b/latest/os/modules/fs/fs/fs_opendir/index.html
index 8f2b1fe..15ba96f 100644
--- a/latest/os/modules/fs/fs/fs_opendir/index.html
+++ b/latest/os/modules/fs/fs/fs_opendir/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/fs/fs/fs_ops/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/fs/fs/fs_ops/index.html b/latest/os/modules/fs/fs/fs_ops/index.html
index 4df988f..8682279 100644
--- a/latest/os/modules/fs/fs/fs_ops/index.html
+++ b/latest/os/modules/fs/fs/fs_ops/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/fs/fs/fs_read/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/fs/fs/fs_read/index.html b/latest/os/modules/fs/fs/fs_read/index.html
index 526db69..017ee39 100644
--- a/latest/os/modules/fs/fs/fs_read/index.html
+++ b/latest/os/modules/fs/fs/fs_read/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/fs/fs/fs_readdir/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/fs/fs/fs_readdir/index.html b/latest/os/modules/fs/fs/fs_readdir/index.html
index bae040c..26c957c 100644
--- a/latest/os/modules/fs/fs/fs_readdir/index.html
+++ b/latest/os/modules/fs/fs/fs_readdir/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/fs/fs/fs_register/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/fs/fs/fs_register/index.html b/latest/os/modules/fs/fs/fs_register/index.html
index 7b5a9d6..85987c1 100644
--- a/latest/os/modules/fs/fs/fs_register/index.html
+++ b/latest/os/modules/fs/fs/fs_register/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/fs/fs/fs_rename/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/fs/fs/fs_rename/index.html b/latest/os/modules/fs/fs/fs_rename/index.html
index da84a4e..9087f5e 100644
--- a/latest/os/modules/fs/fs/fs_rename/index.html
+++ b/latest/os/modules/fs/fs/fs_rename/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/fs/fs/fs_return_codes/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/fs/fs/fs_return_codes/index.html b/latest/os/modules/fs/fs/fs_return_codes/index.html
index 76eaf92..1b3dff4 100644
--- a/latest/os/modules/fs/fs/fs_return_codes/index.html
+++ b/latest/os/modules/fs/fs/fs_return_codes/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/fs/fs/fs_seek/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/fs/fs/fs_seek/index.html b/latest/os/modules/fs/fs/fs_seek/index.html
index 7fa7bea..1aa7c64 100644
--- a/latest/os/modules/fs/fs/fs_seek/index.html
+++ b/latest/os/modules/fs/fs/fs_seek/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/fs/fs/fs_unlink/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/fs/fs/fs_unlink/index.html b/latest/os/modules/fs/fs/fs_unlink/index.html
index 5d5dfe2..b8209d2 100644
--- a/latest/os/modules/fs/fs/fs_unlink/index.html
+++ b/latest/os/modules/fs/fs/fs_unlink/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/fs/fs/fs_write/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/fs/fs/fs_write/index.html b/latest/os/modules/fs/fs/fs_write/index.html
index 451da82..e162264 100644
--- a/latest/os/modules/fs/fs/fs_write/index.html
+++ b/latest/os/modules/fs/fs/fs_write/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/fs/fs/fsutil_read_file/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/fs/fs/fsutil_read_file/index.html b/latest/os/modules/fs/fs/fsutil_read_file/index.html
index f3565c4..9c0d2fb 100644
--- a/latest/os/modules/fs/fs/fsutil_read_file/index.html
+++ b/latest/os/modules/fs/fs/fsutil_read_file/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/fs/fs/fsutil_write_file/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/fs/fs/fsutil_write_file/index.html b/latest/os/modules/fs/fs/fsutil_write_file/index.html
index fee77d0..8eb1c56 100644
--- a/latest/os/modules/fs/fs/fsutil_write_file/index.html
+++ b/latest/os/modules/fs/fs/fsutil_write_file/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/fs/nffs/nffs/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/fs/nffs/nffs/index.html b/latest/os/modules/fs/nffs/nffs/index.html
index c382748..84af4db 100644
--- a/latest/os/modules/fs/nffs/nffs/index.html
+++ b/latest/os/modules/fs/nffs/nffs/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/fs/nffs/nffs_area_desc/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/fs/nffs/nffs_area_desc/index.html b/latest/os/modules/fs/nffs/nffs_area_desc/index.html
index 321b28f..6429623 100644
--- a/latest/os/modules/fs/nffs/nffs_area_desc/index.html
+++ b/latest/os/modules/fs/nffs/nffs_area_desc/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/fs/nffs/nffs_config/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/fs/nffs/nffs_config/index.html b/latest/os/modules/fs/nffs/nffs_config/index.html
index d934f46..ba40aa5 100644
--- a/latest/os/modules/fs/nffs/nffs_config/index.html
+++ b/latest/os/modules/fs/nffs/nffs_config/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/fs/nffs/nffs_detect/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/fs/nffs/nffs_detect/index.html b/latest/os/modules/fs/nffs/nffs_detect/index.html
index ccf5a3f..029c2c8 100644
--- a/latest/os/modules/fs/nffs/nffs_detect/index.html
+++ b/latest/os/modules/fs/nffs/nffs_detect/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/os/modules/fs/nffs/nffs_format/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/fs/nffs/nffs_format/index.html b/latest/os/modules/fs/nffs/nffs_format/index.html
index 09939f8..5c79866 100644
--- a/latest/os/modules/fs/nffs/nffs_format/index.html
+++ b/latest/os/modules/fs/nffs/nffs_format/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 



[14/22] incubator-mynewt-site git commit: Added a tutorial to add console to blinky. Updated newt documentation. Added a Latest News button on front page

Posted by ad...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/mkdocs/search_index.json
----------------------------------------------------------------------
diff --git a/latest/mkdocs/search_index.json b/latest/mkdocs/search_index.json
index 0885113..6121487 100644
--- a/latest/mkdocs/search_index.json
+++ b/latest/mkdocs/search_index.json
@@ -886,6 +886,61 @@
             "title": "Let's Go!"
         }, 
         {
+            "location": "/os/tutorials/blinky_console/", 
+            "text": "Enabling The Console and Shell for Blinky\n\n\n\n\nThis tutorial explains how to add the Console and Shell task to the blinky app so that you \ncan interact with it over a serial line connection.\n\n\n\n\nPre-Requisites\n\n\n\n\nEnsure you have installed \nnewt\n and that the \nnewt command is in your system path. \n\n\nYou must have Internet connectivity to fetch remote Mynewt components.\n\n\nYou must \ninstall the compiler tools\n to \nsupport native compiling to build the project this tutorial creates.  \n\n\nYou must install the \nSegger JLINK package\n to \nload your project on the board.\n\n\nCable to establish a serial USB connection between the board and the laptop\n\n\n\n\n\n\nUse an existing project\n\n\nSince all we're doing is adding the shell and console capability to blinky, we assume \nthat you have worked through at least some of the other tutorials, and have an existing project.\nFor this example, we'll be modifying the \nblinky on nrf52\n proj
 ect to enable \nthe shell and console connectivity. Feel free to use whatever version of blinky you'd like though.\n\n\n\n\nModify the Dependencies and Configuration\n\n\nThe first thing you'll need to add is a few new dependencies for your app. To add shell support to \nyour app make sure the following \npkg.deps\n are defined in your target's pkg.yml file:\n\n\npkg.deps:\n    - \n@apache-mynewt-core/sys/console/full\n\n    - \n@apache-mynewt-core/sys/shell\n\n    - \n@apache-mynewt-core/sys/sysinit\n\n\n\n\n\n\nThis lets the newt system know that it needs to pull in the code for the console and the shell.\n\n\nNow we'll need to modify the settings for the app to turn on the shell, etc. by modifying the\n\nsyscfg.yml\n file for your target. (Remember, these files are in the targets/\n directory.)\nIf there isn't a \nsyscfg.yml\n file in your target's directory, you will need to create one.\n\n\n# Package: apps/bletiny\n\nsyscfg.vals:\n    # Enable the shell task.\n    SHELL_TASK: 1
 \n    # Enable Console OS Ticks\n    CONSOLE_TICKS: 1\n    # Enable Console Prompt\n    CONSOLE_PROMPT: 1 \n\n\n\n\n\nAdd an Event Queue\n\n\nBlinky is a small app that doesn't make use of tasks or an event queue as many other apps do, so\nwe'll have to modify the source for the app in order to add one. \n\n\n/* System event queue task handler */\n\n\n#define SYSEVQ_PRIO (1)\n\n\n#define SYSEVQ_STACK_SIZE    OS_STACK_ALIGN(512)\n\n\nstatic\n \nstruct\n \nos_task\n \ntask_sysevq\n;\n\nos_stack_t\n \nsysevq_stack\n[\nSYSEVQ_STACK_SIZE\n];\n\n\n/* Event queue for events handled by the system (shell, etc.) */\n\n\nstatic\n \nstruct\n \nos_eventq\n \nsys_evq\n;\n\n\n\n\n\nWe define a new \nos_task\n a task stack (\nsysevq_stack\n) and new system event queue \n(\nsys_evq\n) so that the shell and console will have an event queue to run in.\n\n\nNext we go down to our \ninit_tasks()\n function and initialize it\n\n\nos_task_init\n(\ntask_sysevq\n, \nsysevq\n, \nsysevq_handler\n, \nNULL\n,\n
         \nSYSEVQ_PRIO\n, \nOS_WAIT_FOREVER\n, \nsysevq_stack\n, \nSYSEVQ_STACK_SIZE\n);\n\nos_eventq_init\n(\nsys_evq\n);\n\nos_eventq_dflt_set\n(\nsys_evq\n);\n\n\n\n\n\nThis will initialize the task, initialize the event queue, and then set the new event queue as\nthe default event queue.        \n\n\nBuild targets\n\n\nWe're not going to build the bootloader here since we are assuming that you have already\nbuilt and loaded it during previous tutorials.\n\n\n$ newt build blinky\nArchiving cbmem.a\nCompiling crc16.c\nCompiling crc8.c\nArchiving crc.a\nCompiling mem.c\nArchiving mem.a\nLinking ~/dev/myproj/bin/targets/blinky/app/apps/blinky/blinky.elf\nTarget successfully built: targets/blinky\n\n\n\n\n\n\n\nCreate the app image\n\n\nGenerate a signed application image for the \nblinky\n target. The version number is arbitrary.\n\n\n$ newt create-image blinky 1.0.0\nApp image succesfully generated: ~/dev/myproj/bin/targets/blinky/app/apps/blinky/blinky.img\n\n\n\n\n\n\n\nLoad the i
 mage\n\n\nMake sure the USB connector is in place and the power LED on the board is lit. Use the Power ON/OFF switch to reset the board after loading the image.\n\n\n$ newt load blinky\n\n\n\n\n\n\n\nSet up Serial connection\n\n\nYou'll need a Serial connection to see the output of your program. You can reference the \nSerial Port Setup\n \nTutorial for more information on setting up your serial communications.\n\n\n\n\nConnecting with your app\n\n\nOnce you have a connection set up, you can connect to your device with \nminicom -D /dev/tty.usbmodem\nport\n -b 115200\n to run connect\nto the console of your app. \n\n\nTo test and make sure that the Shell is running, first just hit \n:\n\n\n3534: \n\n\n\n\n\n\nRemember, we turned the CONSOLE_PROMPT and the CONSOLE_TICKS on earlier. You can try some commands now:\n\n\n3609: \n ?\nCommands:\n8841:     echo         ?    prompt     ticks     tasks  mempools\n8843:     date         b\n8844: \n ticks off\n Console Ticks off\n \n prompt off
 \n Prompt now off.\nticks on\n33383: Console Ticks on\n\n33568:\nprompt on\n39108: Prompt now on.\n39108: \n\n\n\n\n\n\nAnd there you have the Console and Shell working in an app that previously had no event queue!", 
+            "title": "Add Console and Shell to Blinky"
+        }, 
+        {
+            "location": "/os/tutorials/blinky_console/#enabling-the-console-and-shell-for-blinky", 
+            "text": "This tutorial explains how to add the Console and Shell task to the blinky app so that you \ncan interact with it over a serial line connection.", 
+            "title": "Enabling The Console and Shell for Blinky"
+        }, 
+        {
+            "location": "/os/tutorials/blinky_console/#pre-requisites", 
+            "text": "Ensure you have installed  newt  and that the \nnewt command is in your system path.   You must have Internet connectivity to fetch remote Mynewt components.  You must  install the compiler tools  to \nsupport native compiling to build the project this tutorial creates.    You must install the  Segger JLINK package  to \nload your project on the board.  Cable to establish a serial USB connection between the board and the laptop", 
+            "title": "Pre-Requisites"
+        }, 
+        {
+            "location": "/os/tutorials/blinky_console/#use-an-existing-project", 
+            "text": "Since all we're doing is adding the shell and console capability to blinky, we assume \nthat you have worked through at least some of the other tutorials, and have an existing project.\nFor this example, we'll be modifying the  blinky on nrf52  project to enable \nthe shell and console connectivity. Feel free to use whatever version of blinky you'd like though.", 
+            "title": "Use an existing project"
+        }, 
+        {
+            "location": "/os/tutorials/blinky_console/#modify-the-dependencies-and-configuration", 
+            "text": "The first thing you'll need to add is a few new dependencies for your app. To add shell support to \nyour app make sure the following  pkg.deps  are defined in your target's pkg.yml file:  pkg.deps:\n    -  @apache-mynewt-core/sys/console/full \n    -  @apache-mynewt-core/sys/shell \n    -  @apache-mynewt-core/sys/sysinit   This lets the newt system know that it needs to pull in the code for the console and the shell.  Now we'll need to modify the settings for the app to turn on the shell, etc. by modifying the syscfg.yml  file for your target. (Remember, these files are in the targets/  directory.)\nIf there isn't a  syscfg.yml  file in your target's directory, you will need to create one.  # Package: apps/bletiny\n\nsyscfg.vals:\n    # Enable the shell task.\n    SHELL_TASK: 1\n    # Enable Console OS Ticks\n    CONSOLE_TICKS: 1\n    # Enable Console Prompt\n    CONSOLE_PROMPT: 1", 
+            "title": "Modify the Dependencies and Configuration"
+        }, 
+        {
+            "location": "/os/tutorials/blinky_console/#add-an-event-queue", 
+            "text": "Blinky is a small app that doesn't make use of tasks or an event queue as many other apps do, so\nwe'll have to modify the source for the app in order to add one.   /* System event queue task handler */  #define SYSEVQ_PRIO (1)  #define SYSEVQ_STACK_SIZE    OS_STACK_ALIGN(512)  static   struct   os_task   task_sysevq ; os_stack_t   sysevq_stack [ SYSEVQ_STACK_SIZE ]; /* Event queue for events handled by the system (shell, etc.) */  static   struct   os_eventq   sys_evq ;  We define a new  os_task  a task stack ( sysevq_stack ) and new system event queue \n( sys_evq ) so that the shell and console will have an event queue to run in.  Next we go down to our  init_tasks()  function and initialize it  os_task_init ( task_sysevq ,  sysevq ,  sysevq_handler ,  NULL ,\n         SYSEVQ_PRIO ,  OS_WAIT_FOREVER ,  sysevq_stack ,  SYSEVQ_STACK_SIZE ); os_eventq_init ( sys_evq ); os_eventq_dflt_set ( sys_evq );  This will initialize the task, initialize the event queue, and
  then set the new event queue as\nthe default event queue.", 
+            "title": "Add an Event Queue"
+        }, 
+        {
+            "location": "/os/tutorials/blinky_console/#build-targets", 
+            "text": "We're not going to build the bootloader here since we are assuming that you have already\nbuilt and loaded it during previous tutorials.  $ newt build blinky\nArchiving cbmem.a\nCompiling crc16.c\nCompiling crc8.c\nArchiving crc.a\nCompiling mem.c\nArchiving mem.a\nLinking ~/dev/myproj/bin/targets/blinky/app/apps/blinky/blinky.elf\nTarget successfully built: targets/blinky", 
+            "title": "Build targets"
+        }, 
+        {
+            "location": "/os/tutorials/blinky_console/#create-the-app-image", 
+            "text": "Generate a signed application image for the  blinky  target. The version number is arbitrary.  $ newt create-image blinky 1.0.0\nApp image succesfully generated: ~/dev/myproj/bin/targets/blinky/app/apps/blinky/blinky.img", 
+            "title": "Create the app image"
+        }, 
+        {
+            "location": "/os/tutorials/blinky_console/#load-the-image", 
+            "text": "Make sure the USB connector is in place and the power LED on the board is lit. Use the Power ON/OFF switch to reset the board after loading the image.  $ newt load blinky", 
+            "title": "Load the image"
+        }, 
+        {
+            "location": "/os/tutorials/blinky_console/#set-up-serial-connection", 
+            "text": "You'll need a Serial connection to see the output of your program. You can reference the  Serial Port Setup  \nTutorial for more information on setting up your serial communications.", 
+            "title": "Set up Serial connection"
+        }, 
+        {
+            "location": "/os/tutorials/blinky_console/#connecting-with-your-app", 
+            "text": "Once you have a connection set up, you can connect to your device with  minicom -D /dev/tty.usbmodem port  -b 115200  to run connect\nto the console of your app.   To test and make sure that the Shell is running, first just hit  :  3534:    Remember, we turned the CONSOLE_PROMPT and the CONSOLE_TICKS on earlier. You can try some commands now:  3609:   ?\nCommands:\n8841:     echo         ?    prompt     ticks     tasks  mempools\n8843:     date         b\n8844:   ticks off\n Console Ticks off\n   prompt off\n Prompt now off.\nticks on\n33383: Console Ticks on\n\n33568:\nprompt on\n39108: Prompt now on.\n39108:    And there you have the Console and Shell working in an app that previously had no event queue!", 
+            "title": "Connecting with your app"
+        }, 
+        {
             "location": "/os/tutorials/repo/add_repos/", 
             "text": "Adding Repositories to your Project\n\n\nWhat is a Repository\n\n\nA repository is a version-ed Mynewt project, which is a collection of Mynewt packages organized in a specific way for redistribution.  \n\n\nWhat differentiates a repository from a Mynewt project is the presence of a\n\nrepository.yml\n file describing the repository. This will be described \nbelow. For a basic understanding of repositories you may read the \nNewt Tool Manual\n and \nHow to create repos\n.\n\n\nNote:\n For the remainder of this document we'll use the term repo as shorthand for a Mynewt repository.\n\n\nRepos are useful because they are an organized way for the community to share Mynewt packages and projects.  In fact, the Mynewt-core is distributed as a repo.\n\n\n\n\nWhy does Mynewt need additional repos?\n\n\nRepos add functionality not included in the Mynewt core.  New repos might be created for several reasons.\n\n\n\n\nExpertise\n.  Individuals or organizations may have expe
 rtise that they want\nto share in the form of repos. For example a chip vendor may\ncreate a repo to hold the Mynewt support for their chips.\n\n\nNon-Core component\n.  Some components, although very useful to Mynewt users\nare not core to all Mynewt users.  These are likely candidates to be held in \ndifferent repos.\n\n\nSoftware licensing\n.  Some software have licenses that make them incompatible\nwith the ASF (Apache Software Foundation) license policies.  These may be \nvaluable components to some Mynewt users, but cannot be contained in the \napache-Mynewt-core\n.\n\n\n\n\n\n\nWhat Repos are in my Project\n\n\nThe list of repos used by your project are contained within the \n\nproject.yml\n file.  An example can be seen by creating a new project:\n\n\n$ mkdir ~/dev\n$ cd ~/dev\n$ newt new myproj\n$ cd myproj\n\n\n\n\n\n\n\nView the \nproject.yml\n section and you will see a line describing the repos:\n\n\nproject.repositories:\n    - apache-Mynewt-core\n\n\n\n\n\n \n\n\nBy d
 efault, this newly created project uses a single repo called \n\napache-Mynewt-core\n.  \n\n\nIf you wish to add additional repos, you would add \nadditional lines to the \nproject.repositories\n variable like this.\n\n\nproject.repositories:\n    - apache-Mynewt-core\n\n    - another_repo_named_x\n\n\n\n\n\n\n\nRepo Descriptors\n\n\nIn addition to the repo name, the \nproject.yml\n file must also contain\na repo descriptor for each repository you include that gives \nnewt\n \ninformation on obtaining the repo.\n\n\nIn the same \nmyproj\n above you will see the following repo descriptor.\n\n\nrepository.apache-Mynewt-core:\n    type: github\n    vers: 0-latest\n    user: apache\n    repo: incubator-mynewt-core\n\n\n\n\n\nA repo descriptor starts with \nrepository.\nname\n.\n.  In this example, the \ndescriptor specifies the information for the \napache-Mynewt-core\n.\n\n\n\n\nThe fields within the descriptor have the following definitions:\n\n\n\n\n\n\ntype\n -- The type of code sto
 rage the repo uses.  The current version\nof \nnewt\n only supports github.  Future versions may support generic git or other\ncode storage mechanisms.\n\n\n\n\n\n\nvers\n -- The version of the repo to use for your project.  A source\ncode repository contains many versions of the source. This field is used to \nspecify the one to use for this project.  See the section on versions below \nfor a detailed description of the format of this field.\n\n\n\n\n\n\nuser\n -- The username for the repo.  On github, this is the name\nafter \ngithub.com\n in the repo path.  Consider the repository \n\nhttps://github.com/apache/incubator-mynewt-core\n. It has username \napache\n.  \n\n\n\n\n\n\nrepo\n -- The name of the repo.  On github, this is the name after\nthe username described above.  Consider the repository \n\nhttps://github.com/apache/incubator-mynewt-core\n. It has path \n\nincubator-mynewt-core\n.  This is a path to the source control\nand should not be confused with the name of the re
 po that you used in the \n\nrepository.\nname\n declaration above.   That name is contained elsewhere\nwithin the repo. See Below.\n\n\n\n\n\n\n\n\nAdding Existing Repos to my Project\n\n\nTo add a new repo to your project, you have to complete two steps.\n\n\n\n\n\n\nEdit the \nproject.yml\n file and add a new repo descriptor.  The previous\nsection includes information on the field required in your repo descriptor.\n\n\n\n\n\n\nEdit the \nproject/yml\n file and add a new line to the \nproject.repositories\n\nvariable with the name of the repo you are adding.  \n\n\n\n\n\n\nAn example of a \nproject.yml\n file with two repositories is shown below:\n\n\nproject.name: \nmy_project\n\n\nproject.repositories:\n    - apache-Mynewt-core\n    - Mynewt_arduino_zero\n\n# Use github\ns distribution mechanism for core ASF libraries.\n# This provides mirroring automatically for us.\n#\nrepository.apache-Mynewt-core:\n    type: github\n    vers: 0-latest\n    user: apache\n    repo: incubator-m
 ynewt-core\n\n# a special repo to hold hardware specific stuff for arduino zero\nrepository.Mynewt_arduino_zero:\n    type: github\n    vers: 0-latest\n    user: runtimeinc\n    repo: Mynewt_arduino_zero\n\n\n\n\n\n\n\nWhat Version of the Repo to use\n\n\nMynewt repos are version-ed artifacts.  They are stored in source control \nsystems like github.  The repo descriptor in your \nproject.yml\n file must\nspecify the version of the repo you will accept into your project.\n\n\nFor now, we are at the beginnings of Mynewt. For testing and evaluation\nplease use \n0-latest\n in the \nvers\n field in your repo descriptor.\n\n\n    vers:0-latest\n\n\n\n\n\nSee \nCreate a Repo\n for a description of the versioning system and all the possible ways to specify a version to use.\n\n\n\n\nIdentifying a Repo\n\n\nA repo contains Mynewt packages organized in a specific way and stored in one of the supported code storage methods described above. In other words, it is a Mynewt project with an addit
 ional file \nrepository.yml\n which describes the repo for use by \nnewt\n (and humans browsing them). It contains a mapping of version numbers to the actual github branches containing the source code.\n\n\nNote that the \nrepository.yml\n file lives only in the master branch of the git\nrepository.  \nNewt\n will always fetch this file from the master branch and then\nuse that to determine the actual branch required depending on the version\nspecified in your \nproject.yml\n file.  Special care should be taken to ensure that this file exists only in the master branch.\n\n\nHere is the \nrepository.yml\n file from the apache-Mynewt-core:\n\n\nrepo.name: apache-mynewt-core\nrepo.versions:\n    \n0.0.0\n: \ndevelop\n\n    \n0.7.9\n: \nmynewt_0_8_0_b2_tag\n\n    \n0.8.0\n: \nmynewt_0_8_0_tag\n\n    \n0.9.0\n: \nmynewt_0_9_0_tag\n\n    \n0.9.1\n: \nmaster\n\n    \n0-latest\n: \n0.9.0\n\n    \n0-dev\n: \n0.9.1\n\n    \n0.8-latest\n: \n0.8.0\n\n    \n0.9-latest\n: \n0.9.0\n\n\n\n\n\n\n\n\
 nIt contains the following:\n\n\n\n\nrepo.name\n The external name that is used to include the library in \nyour \nproject.yml\n file.   This is the name you in include in the \nproject.repositories\n variable when adding this repository to your project.\n\n\nrepo.versions\n A description of what versions to give the user depending \non the settings in their \nproject.yml\n file.  \n\n\n\n\n\n\nRepo Version\n\n\nThe repo version number resolves to an actual git branch depending on the mapping specified in \nrepository.yml\n for that repo. The version field argument in your \nproject.yml\n file supports multiple formats for flexibility:\n\n\nmajor_num\n.\nminor_num\n.\nrevision_num\n\n\n\n\n\n\nor\n\n\nmajor_num\n.\nminor_num\n-\nstability string\n\n\n\n\n\n\nor \n\n\nmajor_num\n-\nstability string\n\n\n\n\n\n\n\n\nThe stability string can be one of 3 pre-defined stability values.\n\n\n\n\nstable -- A stable release version of the repository\n\n\ndev    -- A development version from 
 the repository\n\n\nlatest -- The latest from the repository\n\n\n\n\nIn your \nproject.yml\n file you can specify different combinations of \nthe version number and stability value.  For example:\n\n\n\n\n0-latest\n      -- The latest version with major number 0\n\n\n1.2-stable\n    -- The latest stable version with major and minor number 1.2\n\n\n1.2-dev\n       -- The development version from 1.2\n\n\n1.1.1\n         -- a specific version 1.1.1\n\n\n\n\nYou cannot specify a stability string with a fully numbered version, e.g.\n\n\n1.2.8-stable\n\n\n\n\n\n\n\nRepo Versions Available\n\n\nA \nrepository.yml\n file contains information to match a version request\ninto a git branch to fetch for your project.\n\n\nIt's up to the repository maintainer to map these to branches of the \nrepository.  For example, let's say in a fictitious repository the following are \ndefined.\n\n\nrepo.versions:\n    \n0.8.0\n: \nxxx_branch_0_8_0\n\n    \n1.0.0\n: \nxxx_branch_1_0_0\n\n    \n1.0.2\n: \n
 xxx_branch_1_0_2\n\n    \n1.1.1\n: \nxxx_branch_1_1_0\n\n    \n1.1.2\n: \nxxx_branch_1_1_2\n\n    \n1.2.0\n: \nxxx_branch_1_2_0\n\n    \n1.2.1\n: \nxxx_branch_1_2_1\n\n    \n1.2-dev\n: \n1.2.1\n\n    \n1-dev\n: \n1.2-dev\n\n    \n1.2-stable\n: \n1.2.0\n\n    \n0-latest\n: \n0.8.0\n\n    \n1-latest\n: \n1-dev\n\n    ....\n\n\n\n\n\nWhen the \nproject.yml\n file asks for \n1.2-stable\n it is resolved to version\n\n1.2.0\n (perhaps \n1.2.1\n is not stable yet), which in turn resolves to a specific\nbranch \nxxx_branch_1_2_0\n.  This is the branch that \nnewt\n fetches into \nyour project. \n\n\nNote:\n Make sure a repo version exists in the \nrepository.yml\n file of a repo you wish to add. Otherwise Newt will not be able to resolve the version and will fail to fetch the repo into your project.\n\n\n\n\nHow to find out what Repos are available for Mynewt components\n\n\nCurrently, there is no \nnewt\n command to locate/search Mynewt package \nrepositories.  However, since the \nnewt\n 
 tool supports only github, \nsearching github by keyword is a satisfactory option until a search \ntool is created.\n\n\nWhen searching github, recall that a Mynewt repository must \nhave a \nrepository.yml\n file in its root directory. If you don't see \nthat file, it's not a Mynewt repository and can't be included in your \nproject via the newt tool.  \n\n\nOnce you find a repository, the github URL and \nrepository.yml\n file\nshould give you all the information to add it to your \nproject.yml\n file.", 
             "title": "toc"
@@ -9887,7 +9942,7 @@
         }, 
         {
             "location": "/newt/newt_intro/", 
-            "text": "Newt Tool\n\n\nIntroduction\n\n\nNewt is a smart build and package management system for embedded contexts.  It is a single tool that accomplishes both the following goals:\n\n\n\n\nsource package management \n\n\nbuild, debug and install.\n\n\n\n\nRationale\n\n\nIn order for the Mynewt operating system to work well for constrained environments across the many different types of microcontroller applications (from doorbells to medical devices to power grids), a system is needed that lets you select which packages to install and which packages to build.\n\n\nThe build systems for embedded devices are often fairly complicated and not well served for this purpose.  For example, autoconf is designed for detecting system compatibility issues but not well suited when it comes to tasks like:\n\n\n\n\nBuilding for multiple targets\n\n\nDeciding what to build in and what not to build in\n\n\nManaging dependencies between components\n\n\n\n\nFortunately, solutions addressi
 ng these very issues can be found in source package management systems in higher level languages such as Javascript \n(Node), Go, PHP and Ruby.  We decided to fuse their source management \nsystems with a make system built for embedded systems and create Newt.\n\n\nBuild System\n\n\nA good build system must allow the user to take a few common steps while developing embedded applications:\n\n\n\n\nGenerate full flash images\n\n\nDownload debug images to a target board using a debugger\n\n\nConditionally compile libraries \n code based upon build settings\n\n\n\n\nNewt can read a directory tree, build a dependency tree, and emit the right build artifacts.  An example newt source tree is in incubator-mynewt-blinky/develop:\n\n\n$ tree -L 3 \n.\n\u251c\u2500\u2500 DISCLAIMER\n\u251c\u2500\u2500 LICENSE\n\u251c\u2500\u2500 NOTICE\n\u251c\u2500\u2500 README.md\n\n\u251c\u2500\u2500 apps\n\n\u2502   \u2514\u2500\u2500 blinky\n\u2502       \u251c\u2500\u2500 pkg.yml\n\u2502       \u2514\u25
 00\u2500 src\n\u251c\u2500\u2500 project.yml\n\n\u2514\u2500\u2500 targets\n\n     \u251c\u2500\u2500 my_blinky_sim\n     \u2502   \u251c\u2500\u2500 pkg.yml\n     \u2502   \u2514\u2500\u2500 target.yml\n     \u2514\u2500\u2500 unittest\n         \u251c\u2500\u2500 pkg.yml\n         \u2514\u2500\u2500 target.yml\n\n6 directories, 10 files\n\n\n\n\n\n\n\nWhen Newt sees a directory tree that contains a \"project.yml\" file, it is smart enough to recognize it as the base directory of a project, and \nautomatically builds a package tree. It also recognizes two important package directories in the package tree - \"apps\" and \"targets\". More on these directories in \nNewt Theory of Ops\n.\n\n\nWhen Newt is told to build a project, it recursively resolves all package dependencies and generates artifacts that are placed in the bin/ directory at the top-level of the project. The artifact directory is prefixed by the target name being built - \nmy_blinky_sim\n for example:\n\n\n$ tree bin\n
 bin\n\u2514\u2500\u2500 my_blinky_sim\n    \u251c\u2500\u2500 apps\n    \u2502\u00a0\u00a0 \u2514\u2500\u2500 blinky\n    \u2502\u00a0\u00a0     \u251c\u2500\u2500 blinky.a\n    \u2502\u00a0\u00a0     \u251c\u2500\u2500 blinky.a.cmd\n    \u2502\u00a0\u00a0     \u251c\u2500\u2500 blinky.elf\n    \u2502\u00a0\u00a0     \u251c\u2500\u2500 blinky.elf.cmd\n    \u2502\u00a0\u00a0     \u251c\u2500\u2500 blinky.elf.dSYM\n    \u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u2514\u2500\u2500 Contents\n    \u2502\u00a0\u00a0     \u2502\u00a0\u00a0     \u251c\u2500\u2500 Info.plist\n    \u2502\u00a0\u00a0     \u2502\u00a0\u00a0     \u2514\u2500\u2500 Resources\n    \u2502\u00a0\u00a0     \u2502\u00a0\u00a0         \u2514\u2500\u2500 DWARF\n    \u2502\u00a0\u00a0     \u2502\u00a0\u00a0             \u2514\u2500\u2500 blinky.elf\n    \u2502\u00a0\u00a0     \u251c\u2500\u2500 blinky.elf.lst\n    \u2502\u00a0\u00a0     \u251c\u2500\u2500 main.d\n    \u2502\u00a0\u00a0     \u251c\u2500\u2500 main.o\n    \
 u2502\u00a0\u00a0     \u2514\u2500\u2500 main.o.cmd\n    \u251c\u2500\u2500 hw\n    \u2502\u00a0\u00a0 \u251c\u2500\u2500 bsp\n    \u2502\u00a0\u00a0 \u2502\u00a0\u00a0 \u2514\u2500\u2500 native\n    \u2502\u00a0\u00a0 \u2502\u00a0\u00a0     \u251c\u2500\u2500 hal_bsp.d\n    \u2502\u00a0\u00a0 \u2502\u00a0\u00a0     \u251c\u2500\u2500 hal_bsp.o\n    \u2502\u00a0\u00a0 \u2502\u00a0\u00a0     \u251c\u2500\u2500 hal_bsp.o.cmd\n\nsnip\n\n\n\n\n\n\n\n\nMore operations using Newt\n\n\nOnce a target has been built, Newt allows additional operations on the target.  \n\n\n\n\ndownload\n: Download built target to board\n\n\ndebug\n: Open debugger session to target\n\n\nsize\n: Get size of target components\n\n\ncreate-image\n: Add image header to the binary image\n\n\n\n\nFor more details on how Newt works, go to \nNewt - Theory of Operations\n.\n\n\n\n\nSource Management and Repositories\n\n\nThe other major element of the Newt tool is the ability to create reusable source distributions from
  a collection of code. \nA project can be a reusable container of source code.\n In other words, projects can be versioned and redistributed, not packages. A project bundles together packages that are typically needed to work together in a product e.g. RTOS core, filesystem APIs, and networking stack.\n\n\nA project that has been made redistributable is known as a \nrepository\n. \nRepositories can be added to your local project by adding them into your project.yml file.  Here is an example of the blinky project's yml file which relies on apache-mynewt-core:\n\n\n$ more project.yml\n\nsnip\n\nproject.repositories:\n     - apache-mynewt-core\n\n# Use github\ns distribution mechanism for core ASF libraries.\n# This provides mirroring automatically for us.\n#\nrepository.apache-mynewt-core:\n     type: github\n     vers: 0-latest\n     user: apache\n     repo: incubator-mynewt-core\n\n\n\n\n\n\n\nWhen you specify this repository in the blinky's project file, you can then use the Newt t
 ool to install dependencies:\n\n\n$ newt install\nDownloading repository description for apache-mynewt-core... success!\nDownloading repository incubator-mynewt-core (branch: develop) at \nhttps://github.com/apache/incubator-mynewt-core.git\nCloning into \n\n/var/folders/7l/7b3w9m4n2mg3sqmgw2q1b9p80000gn/T/newt-repo814721459\n...\nremote: Counting objects: 17601, done.\nremote: Compressing objects: 100% (300/300), done.\nremote: Total 17601 (delta 142), reused 0 (delta 0), pack-reused 17284\nReceiving objects: 100% (17601/17601), 6.09 MiB | 3.17 MiB/s, done.\nResolving deltas: 100% (10347/10347), done.\nChecking connectivity... done.\nRepos successfully installed\n\n\n\n\n\n\n\nNewt will install this repository in the \n/repos directory.  In the case of blinky, the directory structure ends up looking like:\n\n\n$ tree -L 2\n.\n\u251c\u2500\u2500 DISCLAIMER\n\u251c\u2500\u2500 LICENSE\n\u251c\u2500\u2500 NOTICE\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 apps\n\u2502   \u2514\u
 2500\u2500 blinky\n\u251c\u2500\u2500 project.state\n\u251c\u2500\u2500 project.yml\n\u251c\u2500\u2500 repos\n\u2502   \u2514\u2500\u2500 apache-mynewt-core\n\u2514\u2500\u2500 targets\n     \u251c\u2500\u2500 my_blinky_sim\n     \u2514\u2500\u2500 unittest\n\n\n\n\n\n\n\nIn order to reference the installed repositories in packages, the \"@\" notation should be specified in the repository specifier.  As an example, the apps/blinky application has the following dependencies in its pkg.yml file. This tells the build system to look in the base directory of repos/apache-mynewt-core for the \nlibs/os\n, \nhw/hal\n, and \nlibs/console/full\n packages.\n\n\n$ more apps/blinky/pkg.yml\n\nsnip\n\npkg.deps:\n     - \n@apache-mynewt-core/libs/os\n\n     - \n@apache-mynewt-core/hw/hal\n\n     - \n@apache-mynewt-core/libs/console/full\n\n\n\n\n\n\n\n\nAutocompletion in Bash\n\n\nNewt has the ability to autocomplete within \nbash\n.  The following instructions allow MAC users to enable autocompl
 ete within \nbash\n.\n\n\n\n\nInstall the autocomplete tools for bash via \nbrew install bash-completion\n\n\nTell your shell to use newt for autocompletion of newt via \ncomplete -C \"newt complete\" newt\n.  You can add this to your .bashrc or other init file to have it automatically set for all bash shells.\n\n\n\n\nNotes:\n\n\n\n\nAutocomplete will give you flag hints, but only if you type a '-'.  \n\n\nAutocomplete will not give you completion hints for the flag arguments (those optional things after the flag like \n-l DEBUG\n)\n\n\nAutocomplete uses newt to parse the project to find targets and libs.", 
+            "text": "Newt Tool\n\n\nIntroduction\n\n\nNewt is a smart build and package management system for embedded contexts.  It is a single tool that accomplishes both the following goals:\n\n\n\n\nsource package management \n\n\nbuild, debug and install.\n\n\n\n\nRationale\n\n\nIn order for the Mynewt operating system to work well for constrained environments across the many different types of microcontroller applications (from doorbells to medical devices to power grids), a system is needed that lets you select which packages to install and which packages to build.\n\n\nThe build systems for embedded devices are often fairly complicated and not well served for this purpose.  For example, autoconf is designed for detecting system compatibility issues but not well suited when it comes to tasks like:\n\n\n\n\nBuilding for multiple targets\n\n\nDeciding what to build in and what not to build in\n\n\nManaging dependencies between components\n\n\n\n\nFortunately, solutions addressi
 ng these very issues can be found in source package management systems in higher level languages such as Javascript \n(Node), Go, PHP and Ruby.  We decided to fuse their source management \nsystems with a make system built for embedded systems and create Newt.\n\n\nBuild System\n\n\nA good build system must allow the user to take a few common steps while developing embedded applications:\n\n\n\n\nGenerate full flash images\n\n\nDownload debug images to a target board using a debugger\n\n\nConditionally compile libraries \n code based upon build settings\n\n\n\n\nNewt can read a directory tree, build a dependency tree, and emit the right build artifacts.  An example newt source tree is in incubator-mynewt-blinky/develop:\n\n\n$ tree -L 3 \n.\n\u251c\u2500\u2500 DISCLAIMER\n\u251c\u2500\u2500 LICENSE\n\u251c\u2500\u2500 NOTICE\n\u251c\u2500\u2500 README.md\n\n\u251c\u2500\u2500 apps\n\n\u2502   \u2514\u2500\u2500 blinky\n\u2502       \u251c\u2500\u2500 pkg.yml\n\u2502       \u2514\u25
 00\u2500 src\n\u251c\u2500\u2500 project.yml\n\n\u2514\u2500\u2500 targets\n\n     \u251c\u2500\u2500 my_blinky_sim\n     \u2502   \u251c\u2500\u2500 pkg.yml\n     \u2502   \u2514\u2500\u2500 target.yml\n     \u2514\u2500\u2500 unittest\n         \u251c\u2500\u2500 pkg.yml\n         \u2514\u2500\u2500 target.yml\n\n6 directories, 10 files\n\n\n\n\n\n\n\nWhen Newt sees a directory tree that contains a \"project.yml\" file, it is smart enough to recognize it as the base directory of a project, and \nautomatically builds a package tree. It also recognizes two important package directories in the package tree - \"apps\" and \"targets\". More on these directories in \nNewt Theory of Ops\n.\n\n\nWhen Newt is told to build a project, it recursively resolves all package dependencies and generates artifacts that are placed in the bin/ directory at the top-level of the project. The artifact directory is prefixed by the target name being built - \nmy_blinky_sim\n for example:\n\n\n$ tree bin\n
 bin\n\u2514\u2500\u2500 my_blinky_sim\n    \u251c\u2500\u2500 apps\n    \u2502\u00a0\u00a0 \u2514\u2500\u2500 blinky\n    \u2502\u00a0\u00a0     \u251c\u2500\u2500 blinky.a\n    \u2502\u00a0\u00a0     \u251c\u2500\u2500 blinky.a.cmd\n    \u2502\u00a0\u00a0     \u251c\u2500\u2500 blinky.elf\n    \u2502\u00a0\u00a0     \u251c\u2500\u2500 blinky.elf.cmd\n    \u2502\u00a0\u00a0     \u251c\u2500\u2500 blinky.elf.dSYM\n    \u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u2514\u2500\u2500 Contents\n    \u2502\u00a0\u00a0     \u2502\u00a0\u00a0     \u251c\u2500\u2500 Info.plist\n    \u2502\u00a0\u00a0     \u2502\u00a0\u00a0     \u2514\u2500\u2500 Resources\n    \u2502\u00a0\u00a0     \u2502\u00a0\u00a0         \u2514\u2500\u2500 DWARF\n    \u2502\u00a0\u00a0     \u2502\u00a0\u00a0             \u2514\u2500\u2500 blinky.elf\n    \u2502\u00a0\u00a0     \u251c\u2500\u2500 blinky.elf.lst\n    \u2502\u00a0\u00a0     \u251c\u2500\u2500 main.d\n    \u2502\u00a0\u00a0     \u251c\u2500\u2500 main.o\n    \
 u2502\u00a0\u00a0     \u2514\u2500\u2500 main.o.cmd\n    \u251c\u2500\u2500 hw\n    \u2502\u00a0\u00a0 \u251c\u2500\u2500 bsp\n    \u2502\u00a0\u00a0 \u2502\u00a0\u00a0 \u2514\u2500\u2500 native\n    \u2502\u00a0\u00a0 \u2502\u00a0\u00a0     \u251c\u2500\u2500 hal_bsp.d\n    \u2502\u00a0\u00a0 \u2502\u00a0\u00a0     \u251c\u2500\u2500 hal_bsp.o\n    \u2502\u00a0\u00a0 \u2502\u00a0\u00a0     \u251c\u2500\u2500 hal_bsp.o.cmd\n\nsnip\n\n\n\n\n\n\n\n\nMore operations using Newt\n\n\nOnce a target has been built, Newt allows additional operations on the target.  \n\n\n\n\nload\n: Download built target to board\n\n\ndebug\n: Open debugger session to target\n\n\nsize\n: Get size of target components\n\n\ncreate-image\n: Add image header to the binary image\n\n\nrun\n: Build, create image, load, and finally open a debug session with the target\n\n\n\n\nFor more details on how Newt works, go to \nNewt - Theory of Operations\n.\n\n\n\n\nSource Management and Repositories\n\n\nThe other major 
 element of the Newt tool is the ability to create reusable source distributions from a collection of code. \nA project can be a reusable container of source code.\n In other words, projects can be versioned and redistributed, not packages. A project bundles together packages that are typically needed to work together in a product e.g. RTOS core, filesystem APIs, and networking stack.\n\n\nA project that has been made redistributable is known as a \nrepository\n. \nRepositories can be added to your local project by adding them into your project.yml file.  Here is an example of the blinky project's yml file which relies on apache-mynewt-core:\n\n\n$ more project.yml\n\nsnip\n\nproject.repositories:\n     - apache-mynewt-core\n\n# Use github\ns distribution mechanism for core ASF libraries.\n# This provides mirroring automatically for us.\n#\nrepository.apache-mynewt-core:\n     type: github\n     vers: 0-latest\n     user: apache\n     repo: incubator-mynewt-core\n\n\n\n\n\n\n\nWhen y
 ou specify this repository in the blinky's project file, you can then use the Newt tool to install dependencies:\n\n\n$ newt install\nDownloading repository description for apache-mynewt-core... success!\nDownloading repository incubator-mynewt-core (branch: develop) at \nhttps://github.com/apache/incubator-mynewt-core.git\nCloning into \n\n/var/folders/7l/7b3w9m4n2mg3sqmgw2q1b9p80000gn/T/newt-repo814721459\n...\nremote: Counting objects: 17601, done.\nremote: Compressing objects: 100% (300/300), done.\nremote: Total 17601 (delta 142), reused 0 (delta 0), pack-reused 17284\nReceiving objects: 100% (17601/17601), 6.09 MiB | 3.17 MiB/s, done.\nResolving deltas: 100% (10347/10347), done.\nChecking connectivity... done.\nRepos successfully installed\n\n\n\n\n\n\n\nNewt will install this repository in the \n/repos directory.  In the case of blinky, the directory structure ends up looking like:\n\n\n$ tree -L 2\n.\n\u251c\u2500\u2500 DISCLAIMER\n\u251c\u2500\u2500 LICENSE\n\u251c\u2500\u2
 500 NOTICE\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 apps\n\u2502   \u2514\u2500\u2500 blinky\n\u251c\u2500\u2500 project.state\n\u251c\u2500\u2500 project.yml\n\u251c\u2500\u2500 repos\n\u2502   \u2514\u2500\u2500 apache-mynewt-core\n\u2514\u2500\u2500 targets\n     \u251c\u2500\u2500 my_blinky_sim\n     \u2514\u2500\u2500 unittest\n\n\n\n\n\n\n\nIn order to reference the installed repositories in packages, the \"@\" notation should be specified in the repository specifier.  As an example, the apps/blinky application has the following dependencies in its pkg.yml file. This tells the build system to look in the base directory of repos/apache-mynewt-core for the \nlibs/os\n, \nhw/hal\n, and \nlibs/console/full\n packages.\n\n\n$ more apps/blinky/pkg.yml\n\nsnip\n\npkg.deps:\n     - \n@apache-mynewt-core/libs/os\n\n     - \n@apache-mynewt-core/hw/hal\n\n     - \n@apache-mynewt-core/libs/console/full\n\n\n\n\n\n\n\n\nAutocompletion in Bash\n\n\nNewt has the ability to autocompl
 ete within \nbash\n.  The following instructions allow MAC users to enable autocomplete within \nbash\n.\n\n\n\n\nInstall the autocomplete tools for bash via \nbrew install bash-completion\n\n\nTell your shell to use newt for autocompletion of newt via \ncomplete -C \"newt complete\" newt\n.  You can add this to your .bashrc or other init file to have it automatically set for all bash shells.\n\n\n\n\nNotes:\n\n\n\n\nAutocomplete will give you flag hints, but only if you type a '-'.  \n\n\nAutocomplete will not give you completion hints for the flag arguments (those optional things after the flag like \n-l DEBUG\n)\n\n\nAutocomplete uses newt to parse the project to find targets and libs.", 
             "title": "toc"
         }, 
         {
@@ -9912,7 +9967,7 @@
         }, 
         {
             "location": "/newt/newt_intro/#more-operations-using-newt", 
-            "text": "Once a target has been built, Newt allows additional operations on the target.     download : Download built target to board  debug : Open debugger session to target  size : Get size of target components  create-image : Add image header to the binary image   For more details on how Newt works, go to  Newt - Theory of Operations .", 
+            "text": "Once a target has been built, Newt allows additional operations on the target.     load : Download built target to board  debug : Open debugger session to target  size : Get size of target components  create-image : Add image header to the binary image  run : Build, create image, load, and finally open a debug session with the target   For more details on how Newt works, go to  Newt - Theory of Operations .", 
             "title": "More operations using Newt"
         }, 
         {
@@ -9927,7 +9982,7 @@
         }, 
         {
             "location": "/newt/newt_operation/", 
-            "text": "Newt Tool - Theory of Operations\n\n\nNewt has a fairly smart package manager that can read a directory tree, build a dependency tree, and emit the right build artifacts.\n\n\nBuilding dependencies\n\n\nNewt can read a directory tree, build a dependency tree, and emit the right build artifacts.  An example newt source tree is in incubator-mynewt-blinky/develop:\n\n\n$ tree -L 3 \n.\n\u251c\u2500\u2500 DISCLAIMER\n\u251c\u2500\u2500 LICENSE\n\u251c\u2500\u2500 NOTICE\n\u251c\u2500\u2500 README.md\n\n\u251c\u2500\u2500 apps\n\n\u2502   \u2514\u2500\u2500 blinky\n\u2502       \u251c\u2500\u2500 pkg.yml\n\u2502       \u2514\u2500\u2500 src\n\u251c\u2500\u2500 project.yml\n\n\u2514\u2500\u2500 targets\n\n     \u251c\u2500\u2500 my_blinky_sim\n     \u2502   \u251c\u2500\u2500 pkg.yml\n     \u2502   \u2514\u2500\u2500 target.yml\n     \u2514\u2500\u2500 unittest\n         \u251c\u2500\u2500 pkg.yml\n         \u2514\u2500\u2500 target.yml\n\n6 directories, 10 files\n\n\
 n\n\n\n\n\nWhen Newt sees a directory tree that contains a \"project.yml\" file it knows that it is in the base directory of a project, and automatically builds a package tree. You can see that there are two essential package directories, \"apps\" and \"targets.\" \n\n\n\n\n\"apps\" Package Directory\n\n\napps\n is where applications are stored, and applications are where the main() function is contained.  Along with the \ntargets\n directory, \napps\n represents the top-level of the build tree, and define the dependencies and features for the rest of the system.\n\n\nThe app definition is contained in a \npkg.yml\n file. An example of blinky's \npkg.yml\n file is:\n\n\n$ more apps/blinky/pkg.yml\n\nsnip\n\npkg.name: apps/blinky\npkg.vers: 0.8.0\npkg.description: Basic example application which blinks an LED.\npkg.author: \nApache Mynewt \ndev@mynewt.incubator.apache.org\n\npkg.homepage: \nhttp://mynewt.apache.org/\n\npkg.repository:\npkg.keywords:\n\npkg.deps:\n     - \n@apache-myn
 ewt-core/libs/os\n\n     - \n@apache-mynewt-core/hw/hal\n\n     - \n@apache-mynewt-core/libs/console/full\n\n\n\n\n\n\n\n\nThis file says that the name of the package is apps/blinky, and it \ndepends on libs/os, hw/hal and libs/console/full packages.\n\n\nNOTE:\n @apache-mynewt-core is a repository descriptor, and this will be \ncovered in the \"repository\" section. \n\n\n\n\n\"targets\" Package Directory\n\n\ntargets\n is where targets are stored, and each target is a collection of parameters that must be passed to Newt in order to generate a reproducible build. Along with the \napps\n directory, \ntargets\n represents the top of the build tree. Any packages or parameters specified at the target level cascades down to all dependencies.\n\n\nMost targets consist of:\n\n\n\n\napp: The application to build\n\n\nbsp: The board support package to combine with that application\n\n\nbuild_profile: Either debug or optimized.\n\n\n\n\nThe \nmy_blinky_sim\n target in the example below has t
 he following settings:\n\n\n$ newt target show\ntargets/my_blinky_sim\n    app=apps/blinky\n    bsp=@apache-mynewt-core/hw/bsp/native\n    build_profile=debug\n$ ls my_blinky_sim/\npkg.yml     target.yml\n\n\n\n\n\nIn general, the three basic parameters of a target (\napp\n, \nbsp\n, and \nbuild_profile\n) are stored in the \ntarget.yml\n file in that target's build directory under \ntargets\n. You will also see a \npkg.yml\n file in the same directory. Since targets are packages, a \npkg.yml\n is expected. It contains typical package descriptors, dependencies, and additional parameters such as the following:\n\n\n\n\nCflags: Any additional compiler flags you might want to specify to the build\n\n\nAflags: Any additional assembler flags you might want to specify to the build\n\n\nLflags: Any additional linker flags you might want to specify to the build\n\n\nfeatures: Any system level features you want to enable.\n\n\n\n\n\n\nResolving dependencies\n\n\nWhen newt is told to build a 
 project, it will:\n\n\n\n\nfind the top-level project.yml file\n\n\nrecurse the packages in the package tree, and build a list of all \nsource packages\n\n\n\n\nNewt then looks at the target that the user set, for example, blinky_sim:\n\n\n$ more targets/my_blinky_sim/\npkg.yml     target.yml\n$ more targets/my_blinky_sim/target.yml\n### Target: targets/my_blinky_sim\ntarget.app: \napps/blinky\n\ntarget.bsp: \n@apache-mynewt-core/hw/bsp/native\n\ntarget.build_profile: \ndebug\n\n\n\n\n\n\n\n\nThe target specifies two major things:\n\n\n\n\nApplication (target.app): The application to build\n\n\nBoard Support Package (target.bsp): The board support package to build \nalong with that application.\n\n\n\n\nNewt goes and builds the dependency tree specified by all the packages. While building this tree, it does a few other things:\n\n\n\n\nAny package that depends on another package, automatically gets the include directories from the package it includes.  Include directories in the\nne
 wt structure must always be prefixed by the package name. For example, libs/os has the following include tree and its include directory files contains the package name \"os\" before any header files.  This is so in order to avoid any header file conflicts.\n\n\n\n\n$ tree\n.\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 include\n\u2502\u00a0\u00a0 \u2514\u2500\u2500 os\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 arch\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u251c\u2500\u2500 cortex_m0\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u2502\u00a0\u00a0 \u2514\u2500\u2500 os\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u2502\u00a0\u00a0     \u2514\u2500\u2500 os_arch.h\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u251c\u2500\u2500 cortex_m4\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u2502\u00a0\u00a0 \u2514\u2500\u2500 os\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u2502\u00a0\u00a0     \u2514\u2500\u2500 os_arch.h\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u2514\u2500\u2500 sim\n\u25
 02\u00a0\u00a0     \u2502\u00a0\u00a0     \u2514\u2500\u2500 os\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0         \u2514\u2500\u2500 os_arch.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 endian.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_callout.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_cfg.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_eventq.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_heap.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_malloc.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_mbuf.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_mempool.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_mutex.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_sanity.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_sched.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_sem.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_task.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_test.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_time.h
 \n\u2502\u00a0\u00a0     \u2514\u2500\u2500 queue.h\n\u251c\u2500\u2500 pkg.yml\n\u2514\u2500\u2500 src\n    \u251c\u2500\u2500 arch\n\nsnip\n\n\n\n\n\n\n\n\n\n\n\n\nAPI requirements are validated.  Packages can export APIs they \nimplement, (i.e. pkg.api: hw-hal-impl), and other packages can require \nthose APIs (i.e. pkg.req_api: hw-hal-impl).\n\n\n\n\n\n\n\"Features\" options are supported.  Packages can change what dependencies \nthey have, or what flags they are using based upon what features are enabled in the system.  As an example, many packages will add additional software, based on whether the shell package is present.  To do this, they can overwrite cflags or deps based upon the shell \"feature.\"\n\n\n\n\n\n\npkg.cflags.SHELL: -DSHELL_PRESENT\n\n\n\n\n\n\n\nIn order to properly resolve all dependencies in the build system, Newt recursively processes the package dependencies until there are no new dependencies or features (because features can add dependencies.)  And it b
 uilds a big list of all the packages that need to be build.\n\n\nNewt then goes through this package list, and builds every package into \nan archive file.\n\n\nNOTE:\n The Newt tool generates compiler dependencies for all of these packages, and only rebuilds the packages whose dependencies have changed. Changes in package \n project dependencies are also taken into account. It is smart, after all!\n\n\nProducing artifacts\n\n\nOnce Newt has built all the archive files, it then links the archive files together.  The linkerscript to use is specified by the board support package (BSP.)\n\n\nNOTE: One common use of the \"features\" option above is to overwrite \nwhich linkerscript is used, based upon whether or not the BSP is being \nbuild for a raw image, bootable image or bootloader itself.\n\n\nThe newt tool places all of it's artifacts into the bin/ directory at \nthe top-level of the project, prefixed by the target name being built, \nfor example:\n\n\n$ tree -L 4 bin/\nbin/\n\u25
 14\u2500\u2500 my_blinky_sim\n     \u251c\u2500\u2500 apps\n     \u2502   \u2514\u2500\u2500 blinky\n     \u2502       \u251c\u2500\u2500 blinky.a\n     \u2502       \u251c\u2500\u2500 blinky.a.cmd\n     \u2502       \u251c\u2500\u2500 blinky.elf\n     \u2502       \u251c\u2500\u2500 blinky.elf.cmd\n     \u2502       \u251c\u2500\u2500 blinky.elf.dSYM\n     \u2502       \u251c\u2500\u2500 blinky.elf.lst\n     \u2502       \u251c\u2500\u2500 main.d\n     \u2502       \u251c\u2500\u2500 main.o\n     \u2502       \u2514\u2500\u2500 main.o.cmd\n     \u251c\u2500\u2500 hw\n     \u2502   \u251c\u2500\u2500 bsp\n     \u2502   \u2502   \u2514\u2500\u2500 native\n     \u2502   \u251c\u2500\u2500 hal\n     \u2502   \u2502   \u251c\u2500\u2500 flash_map.d\n     \u2502   \u2502   \u251c\u2500\u2500 flash_map.o\n\nsnip\n\n\n\n\n\n\n\n\nAs you can see, a number of files are generated:\n\n\n\n\nArchive File\n\n\n*.cmd: The command use to generate the object or archive file\n\n\n*.lst: The list fil
 e where symbols are located\n\n\n*.o The object files that get put into the archive file\n\n\n\n\nDownload/Debug Support\n\n\nOnce a target has been build, there are a number of helper functions \nthat work on the target.  These are:\n\n\n\n\ndownload\n     Download built target to board\n\n\ndebug\n        Open debugger session to target\n\n\nsize         Size of target components\n\n\ncreate-image Add image header to target binary\n\n\n\n\nDownload and debug handles driving GDB and the system debugger.  These \ncommands call out to scripts that are defined by the BSP.\n\n\n$ more repos/apache-mynewt-core/hw/bsp/nrf52pdk/nrf52pdk_debug.sh\n\nsnip\n\n#\nif [ $# -lt 1 ]; then\n     echo \nNeed binary to download\n\n     exit 1\nfi\n\nFILE_NAME=$2.elf\nGDB_CMD_FILE=.gdb_cmds\n\necho \nDebugging\n $FILE_NAME\n\n# Monitor mode. Background process gets it\ns own process group.\nset -m\nJLinkGDBServer -device nRF52 -speed 4000 -if SWD -port 3333 -singlerun \n\nset +m\n\necho \ntarget remo
 te localhost:3333\n \n $GDB_CMD_FILE\n\narm-none-eabi-gdb -x $GDB_CMD_FILE $FILE_NAME\n\nrm $GDB_CMD_FILE\n\n\n\n\n\nThe idea is that every BSP will add support for the debugger environment \nfor that board.  That way common tools can be used across various development boards and kits.\n\n\nNOTE:\n Both for compiler definitions and debugger scripts, the plan is to \ncreate Dockerizable containers of these toolchains.  This should make \nthings much easier to support across Mac OS X, Linux and Windows.  Newt \nwill know how to call out to Docker to perform these processes.", 
+            "text": "Newt Tool - Theory of Operations\n\n\nNewt has a fairly smart package manager that can read a directory tree, build a dependency tree, and emit the right build artifacts.\n\n\nBuilding dependencies\n\n\nNewt can read a directory tree, build a dependency tree, and emit the right build artifacts.  An example newt source tree is in incubator-mynewt-blinky/develop:\n\n\n$ tree -L 3 \n.\n\u251c\u2500\u2500 DISCLAIMER\n\u251c\u2500\u2500 LICENSE\n\u251c\u2500\u2500 NOTICE\n\u251c\u2500\u2500 README.md\n\n\u251c\u2500\u2500 apps\n\n\u2502   \u2514\u2500\u2500 blinky\n\u2502       \u251c\u2500\u2500 pkg.yml\n\u2502       \u2514\u2500\u2500 src\n\u251c\u2500\u2500 project.yml\n\n\u2514\u2500\u2500 targets\n\n     \u251c\u2500\u2500 my_blinky_sim\n     \u2502   \u251c\u2500\u2500 pkg.yml\n     \u2502   \u2514\u2500\u2500 target.yml\n     \u2514\u2500\u2500 unittest\n         \u251c\u2500\u2500 pkg.yml\n         \u2514\u2500\u2500 target.yml\n\n6 directories, 10 files\n\n\
 n\n\n\n\n\nWhen Newt sees a directory tree that contains a \"project.yml\" file it knows that it is in the base directory of a project, and automatically builds a package tree. You can see that there are two essential package directories, \"apps\" and \"targets.\" \n\n\n\n\n\"apps\" Package Directory\n\n\napps\n is where applications are stored, and applications are where the main() function is contained.  The base project directory comes with one simple app called \nblinky\n in the \napps\n directory. The core repository \n@apache-mynewt-core\n comes with many additional sample apps in its \napps\n directory. At the time of this writing, there are several example BLE apps, the boot app, slinky app for using newt manager protocol, and more in that directory.\n\n\n@~/dev/myproj$ ls repos/apache-mynewt-core/apps/\nblecent     bleprph_oic bleuart     ffs2native  slinky_oic  test\nblehci      bletest     boot        ocf_sample  spitest     timtest\nbleprph     bletiny     fat2native  sl
 inky      splitty\n\n\n\n\n\nAlong with the \ntargets\n directory, \napps\n represents the top-level of the build tree for the particular project, and define the dependencies and features for the rest of the system. Mynewt users and developers can add their own apps to the project's \napps\n directory.   \n\n\nThe app definition is contained in a \npkg.yml\n file. For example, blinky's \npkg.yml\n file is:\n\n\n$ more apps/blinky/pkg.yml\n\nsnip\n\npkg.name: apps/blinky\npkg.type: app\npkg.description: Basic example application which blinks an LED.\npkg.author: \nApache Mynewt \ndev@mynewt.incubator.apache.org\n\npkg.homepage: \nhttp://mynewt.apache.org/\n\npkg.keywords:\n\npkg.deps:\n    - \n@apache-mynewt-core/kernel/os\n\n    - \n@apache-mynewt-core/hw/hal\n\n    - \n@apache-mynewt-core/sys/console/full\n\n\n\n\n\n\n\n\nThis file says that the name of the package is apps/blinky, and it \ndepends on kernel/os, hw/hal and sys/console/full packages.\n\n\nNOTE:\n @apache-mynewt-core 
 is a repository descriptor, and this will be \ncovered in the \"repository\" section. \n\n\n\n\n\"targets\" Package Directory\n\n\ntargets\n is where targets are stored, and each target is a collection of parameters that must be passed to Newt in order to generate a reproducible build. Along with the \napps\n directory, \ntargets\n represents the top of the build tree. Any packages or parameters specified at the target level cascades down to all dependencies.\n\n\nMost targets consist of:\n\n\n\n\napp: The application to build\n\n\nbsp: The board support package to combine with that application\n\n\nbuild_profile: Either debug or optimized.\n\n\n\n\nThe \nmy_blinky_sim\n target that is included by default has the following settings:\n\n\n$ newt target show\ntargets/my_blinky_sim\n    app=apps/blinky\n    bsp=@apache-mynewt-core/hw/bsp/native\n    build_profile=debug\n$ ls targets/my_blinky_sim/\npkg.yml     target.yml\n\n\n\n\n\nThere are helper functions to aid the developer specif
 y parameters for a target. \n\n\n\n\nvals\n: Displays all valid values for the specified parameter type (e.g. bsp for a target)\n\n\ntarget show\n: Displays the build artifacts for specified or all targets\n\n\n\n\nIn general, the three basic parameters of a target (\napp\n, \nbsp\n, and \nbuild_profile\n) are stored in the \ntarget.yml\n file in that target's build directory under \ntargets\n. You will also see a \npkg.yml\n file in the same directory. Since targets are packages, a \npkg.yml\n is expected. It contains typical package descriptors, dependencies, and additional parameters such as the following:\n\n\n\n\nCflags: Any additional compiler flags you might want to specify to the build\n\n\nAflags: Any additional assembler flags you might want to specify to the build\n\n\nLflags: Any additional linker flags you might want to specify to the build\n\n\n\n\n\n\nResolving dependencies\n\n\nWhen newt is told to build a project, it will:\n\n\n\n\nfind the top-level project.yml fil
 e\n\n\nrecurse the packages in the package tree, and build a list of all \nsource packages\n\n\n\n\nNewt then looks at the target that the user set, for example, blinky_sim:\n\n\n$ more targets/my_blinky_sim/\npkg.yml     target.yml\n$ more targets/my_blinky_sim/target.yml\n### Target: targets/my_blinky_sim\ntarget.app: \napps/blinky\n\ntarget.bsp: \n@apache-mynewt-core/hw/bsp/native\n\ntarget.build_profile: \ndebug\n\n\n\n\n\n\n\n\nThe target specifies two major things:\n\n\n\n\nApplication (target.app): The application to build\n\n\nBoard Support Package (target.bsp): The board support package to build \nalong with that application.\n\n\n\n\nNewt goes and builds the dependency tree specified by all the packages. While building this tree, it does a few other things:\n\n\n\n\nAny package that depends on another package, automatically gets the include directories from the package it includes.  Include directories in the\nnewt structure must always be prefixed by the package name. For
  example, libs/os has the following include tree and its include directory files contains the package name \"os\" before any header files.  This is so in order to avoid any header file conflicts.\n\n\n\n\n$ tree\n.\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 include\n\u2502\u00a0\u00a0 \u2514\u2500\u2500 os\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 arch\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u251c\u2500\u2500 cortex_m0\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u2502\u00a0\u00a0 \u2514\u2500\u2500 os\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u2502\u00a0\u00a0     \u2514\u2500\u2500 os_arch.h\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u251c\u2500\u2500 cortex_m4\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u2502\u00a0\u00a0 \u2514\u2500\u2500 os\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u2502\u00a0\u00a0     \u2514\u2500\u2500 os_arch.h\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u2514\u2500\u2500 sim\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0     \u2514\u2500\u2500 
 os\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0         \u2514\u2500\u2500 os_arch.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 endian.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_callout.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_cfg.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_eventq.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_heap.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_malloc.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_mbuf.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_mempool.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_mutex.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_sanity.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_sched.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_sem.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_task.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_test.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_time.h\n\u2502\u00a0\u00a0     \u2514\u2500\u2500 queue.h\n\u251c\u
 2500\u2500 pkg.yml\n\u2514\u2500\u2500 src\n    \u251c\u2500\u2500 arch\n\nsnip\n\n\n\n\n\n\n\n\n\n\nAPI requirements are validated.  Packages can export APIs they \nimplement, (i.e. pkg.api: hw-hal-impl), and other packages can require \nthose APIs (i.e. pkg.req_api: hw-hal-impl).\n\n\n\n\nIn order to properly resolve all dependencies in the build system, Newt recursively processes the package dependencies until there are no new dependencies or features (because features can add dependencies.)  And it builds a big list of all the packages that need to be build.\n\n\nNewt then goes through this package list, and builds every package into \nan archive file.\n\n\nNOTE:\n The Newt tool generates compiler dependencies for all of these packages, and only rebuilds the packages whose dependencies have changed. Changes in package \n project dependencies are also taken into account. It is smart, after all!\n\n\nProducing artifacts\n\n\nOnce Newt has built all the archive files, it then links
  the archive files together.  The linkerscript to use is specified by the board support package (BSP.)\n\n\nNOTE: One common use of the \"features\" option above is to overwrite \nwhich linkerscript is used, based upon whether or not the BSP is being \nbuild for a raw image, bootable image or bootloader itself.\n\n\nThe newt tool places all of it's artifacts into the bin/ directory at \nthe top-level of the project, prefixed by the target name being built, \nfor example:\n\n\n$ tree -L 4 bin/\nbin/\n\u2514\u2500\u2500 my_blinky_sim\n     \u251c\u2500\u2500 apps\n     \u2502   \u2514\u2500\u2500 blinky\n     \u2502       \u251c\u2500\u2500 blinky.a\n     \u2502       \u251c\u2500\u2500 blinky.a.cmd\n     \u2502       \u251c\u2500\u2500 blinky.elf\n     \u2502       \u251c\u2500\u2500 blinky.elf.cmd\n     \u2502       \u251c\u2500\u2500 blinky.elf.dSYM\n     \u2502       \u251c\u2500\u2500 blinky.elf.lst\n     \u2502       \u251c\u2500\u2500 main.d\n     \u2502       \u251c\u2500\u250
 0 main.o\n     \u2502       \u2514\u2500\u2500 main.o.cmd\n     \u251c\u2500\u2500 hw\n     \u2502   \u251c\u2500\u2500 bsp\n     \u2502   \u2502   \u2514\u2500\u2500 native\n     \u2502   \u251c\u2500\u2500 hal\n     \u2502   \u2502   \u251c\u2500\u2500 flash_map.d\n     \u2502   \u2502   \u251c\u2500\u2500 flash_map.o\n\nsnip\n\n\n\n\n\n\n\n\nAs you can see, a number of files are generated:\n\n\n\n\nArchive File\n\n\n*.cmd: The command use to generate the object or archive file\n\n\n*.lst: The list file where symbols are located\n\n\n*.o The object files that get put into the archive file\n\n\n\n\nDownload/Debug Support\n\n\nOnce a target has been build, there are a number of helper functions \nthat work on the target.  These are:\n\n\n\n\nload\n     Download built target to board\n\n\ndebug\n        Open debugger session to target\n\n\nsize\n         Size of target components\n\n\ncreate-image\n  Add image header to target binary\n\n\nrun\n  The equivalent of build, create-image,
  load, and debug on specified target\n\n\n\n\nload\n and \ndebug\n handles driving GDB and the system debugger.  These \ncommands call out to scripts that are defined by the BSP.\n\n\n$ more repos/apache-mynewt-core/hw/bsp/nrf52dk/nrf52dk_debug.sh\n\nsnip\n\n. $CORE_PATH/hw/scripts/jlink.sh\n\nFILE_NAME=$BIN_BASENAME.elf\n\nif [ $# -gt 2 ]; then\n    SPLIT_ELF_NAME=$3.elf\n    # TODO -- this magic number 0x42000 is the location of the second image\n    # slot. we should either get this from a flash map file or somehow learn\n    # this from the image itself\n    EXTRA_GDB_CMDS=\nadd-symbol-file $SPLIT_ELF_NAME 0x8000 -readnow\n\nfi\n\nJLINK_DEV=\nnRF52\n\n\njlink_debug\n\n\n\n\n\nThe idea is that every BSP will add support for the debugger environment \nfor that board.  That way common tools can be used across various development boards and kits.", 
             "title": "Newt Theory of Ops"
         }, 
         {
@@ -9942,17 +9997,17 @@
         }, 
         {
             "location": "/newt/newt_operation/#apps-package-directory", 
-            "text": "apps  is where applications are stored, and applications are where the main() function is contained.  Along with the  targets  directory,  apps  represents the top-level of the build tree, and define the dependencies and features for the rest of the system.  The app definition is contained in a  pkg.yml  file. An example of blinky's  pkg.yml  file is:  $ more apps/blinky/pkg.yml snip \npkg.name: apps/blinky\npkg.vers: 0.8.0\npkg.description: Basic example application which blinks an LED.\npkg.author:  Apache Mynewt  dev@mynewt.incubator.apache.org \npkg.homepage:  http://mynewt.apache.org/ \npkg.repository:\npkg.keywords:\n\npkg.deps:\n     -  @apache-mynewt-core/libs/os \n     -  @apache-mynewt-core/hw/hal \n     -  @apache-mynewt-core/libs/console/full    This file says that the name of the package is apps/blinky, and it \ndepends on libs/os, hw/hal and libs/console/full packages.  NOTE:  @apache-mynewt-core is a repository descriptor, and this will be \ncover
 ed in the \"repository\" section.", 
+            "text": "apps  is where applications are stored, and applications are where the main() function is contained.  The base project directory comes with one simple app called  blinky  in the  apps  directory. The core repository  @apache-mynewt-core  comes with many additional sample apps in its  apps  directory. At the time of this writing, there are several example BLE apps, the boot app, slinky app for using newt manager protocol, and more in that directory.  @~/dev/myproj$ ls repos/apache-mynewt-core/apps/\nblecent     bleprph_oic bleuart     ffs2native  slinky_oic  test\nblehci      bletest     boot        ocf_sample  spitest     timtest\nbleprph     bletiny     fat2native  slinky      splitty  Along with the  targets  directory,  apps  represents the top-level of the build tree for the particular project, and define the dependencies and features for the rest of the system. Mynewt users and developers can add their own apps to the project's  apps  directory.     The app
  definition is contained in a  pkg.yml  file. For example, blinky's  pkg.yml  file is:  $ more apps/blinky/pkg.yml snip \npkg.name: apps/blinky\npkg.type: app\npkg.description: Basic example application which blinks an LED.\npkg.author:  Apache Mynewt  dev@mynewt.incubator.apache.org \npkg.homepage:  http://mynewt.apache.org/ \npkg.keywords:\n\npkg.deps:\n    -  @apache-mynewt-core/kernel/os \n    -  @apache-mynewt-core/hw/hal \n    -  @apache-mynewt-core/sys/console/full    This file says that the name of the package is apps/blinky, and it \ndepends on kernel/os, hw/hal and sys/console/full packages.  NOTE:  @apache-mynewt-core is a repository descriptor, and this will be \ncovered in the \"repository\" section.", 
             "title": "\"apps\" Package Directory"
         }, 
         {
             "location": "/newt/newt_operation/#targets-package-directory", 
-            "text": "targets  is where targets are stored, and each target is a collection of parameters that must be passed to Newt in order to generate a reproducible build. Along with the  apps  directory,  targets  represents the top of the build tree. Any packages or parameters specified at the target level cascades down to all dependencies.  Most targets consist of:   app: The application to build  bsp: The board support package to combine with that application  build_profile: Either debug or optimized.   The  my_blinky_sim  target in the example below has the following settings:  $ newt target show\ntargets/my_blinky_sim\n    app=apps/blinky\n    bsp=@apache-mynewt-core/hw/bsp/native\n    build_profile=debug\n$ ls my_blinky_sim/\npkg.yml     target.yml  In general, the three basic parameters of a target ( app ,  bsp , and  build_profile ) are stored in the  target.yml  file in that target's build directory under  targets . You will also see a  pkg.yml  file in the same direct
 ory. Since targets are packages, a  pkg.yml  is expected. It contains typical package descriptors, dependencies, and additional parameters such as the following:   Cflags: Any additional compiler flags you might want to specify to the build  Aflags: Any additional assembler flags you might want to specify to the build  Lflags: Any additional linker flags you might want to specify to the build  features: Any system level features you want to enable.", 
+            "text": "targets  is where targets are stored, and each target is a collection of parameters that must be passed to Newt in order to generate a reproducible build. Along with the  apps  directory,  targets  represents the top of the build tree. Any packages or parameters specified at the target level cascades down to all dependencies.  Most targets consist of:   app: The application to build  bsp: The board support package to combine with that application  build_profile: Either debug or optimized.   The  my_blinky_sim  target that is included by default has the following settings:  $ newt target show\ntargets/my_blinky_sim\n    app=apps/blinky\n    bsp=@apache-mynewt-core/hw/bsp/native\n    build_profile=debug\n$ ls targets/my_blinky_sim/\npkg.yml     target.yml  There are helper functions to aid the developer specify parameters for a target.    vals : Displays all valid values for the specified parameter type (e.g. bsp for a target)  target show : Displays the build art
 ifacts for specified or all targets   In general, the three basic parameters of a target ( app ,  bsp , and  build_profile ) are stored in the  target.yml  file in that target's build directory under  targets . You will also see a  pkg.yml  file in the same directory. Since targets are packages, a  pkg.yml  is expected. It contains typical package descriptors, dependencies, and additional parameters such as the following:   Cflags: Any additional compiler flags you might want to specify to the build  Aflags: Any additional assembler flags you might want to specify to the build  Lflags: Any additional linker flags you might want to specify to the build", 
             "title": "\"targets\" Package Directory"
         }, 
         {
             "location": "/newt/newt_operation/#resolving-dependencies", 
-            "text": "When newt is told to build a project, it will:   find the top-level project.yml file  recurse the packages in the package tree, and build a list of all \nsource packages   Newt then looks at the target that the user set, for example, blinky_sim:  $ more targets/my_blinky_sim/\npkg.yml     target.yml\n$ more targets/my_blinky_sim/target.yml\n### Target: targets/my_blinky_sim\ntarget.app:  apps/blinky \ntarget.bsp:  @apache-mynewt-core/hw/bsp/native \ntarget.build_profile:  debug    The target specifies two major things:   Application (target.app): The application to build  Board Support Package (target.bsp): The board support package to build \nalong with that application.   Newt goes and builds the dependency tree specified by all the packages. While building this tree, it does a few other things:   Any package that depends on another package, automatically gets the include directories from the package it includes.  Include directories in the\nnewt structure mus
 t always be prefixed by the package name. For example, libs/os has the following include tree and its include directory files contains the package name \"os\" before any header files.  This is so in order to avoid any header file conflicts.   $ tree\n.\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 include\n\u2502\u00a0\u00a0 \u2514\u2500\u2500 os\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 arch\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u251c\u2500\u2500 cortex_m0\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u2502\u00a0\u00a0 \u2514\u2500\u2500 os\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u2502\u00a0\u00a0     \u2514\u2500\u2500 os_arch.h\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u251c\u2500\u2500 cortex_m4\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u2502\u00a0\u00a0 \u2514\u2500\u2500 os\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u2502\u00a0\u00a0     \u2514\u2500\u2500 os_arch.h\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u2514\u2500\u2500 sim\n\u2502\u00a0\u00a0     \u25
 02\u00a0\u00a0     \u2514\u2500\u2500 os\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0         \u2514\u2500\u2500 os_arch.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 endian.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_callout.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_cfg.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_eventq.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_heap.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_malloc.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_mbuf.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_mempool.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_mutex.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_sanity.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_sched.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_sem.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_task.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_test.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_time.h\n\u2502\u00a0\u00a0   
   \u2514\u2500\u2500 queue.h\n\u251c\u2500\u2500 pkg.yml\n\u2514\u2500\u2500 src\n    \u251c\u2500\u2500 arch snip      API requirements are validated.  Packages can export APIs they \nimplement, (i.e. pkg.api: hw-hal-impl), and other packages can require \nthose APIs (i.e. pkg.req_api: hw-hal-impl).    \"Features\" options are supported.  Packages can change what dependencies \nthey have, or what flags they are using based upon what features are enabled in the system.  As an example, many packages will add additional software, based on whether the shell package is present.  To do this, they can overwrite cflags or deps based upon the shell \"feature.\"    pkg.cflags.SHELL: -DSHELL_PRESENT   In order to properly resolve all dependencies in the build system, Newt recursively processes the package dependencies until there are no new dependencies or features (because features can add dependencies.)  And it builds a big list of all the packages that need to be build.  Newt then goes thr
 ough this package list, and builds every package into \nan archive file.  NOTE:  The Newt tool generates compiler dependencies for all of these packages, and only rebuilds the packages whose dependencies have changed. Changes in package   project dependencies are also taken into account. It is smart, after all!", 
+            "text": "When newt is told to build a project, it will:   find the top-level project.yml file  recurse the packages in the package tree, and build a list of all \nsource packages   Newt then looks at the target that the user set, for example, blinky_sim:  $ more targets/my_blinky_sim/\npkg.yml     target.yml\n$ more targets/my_blinky_sim/target.yml\n### Target: targets/my_blinky_sim\ntarget.app:  apps/blinky \ntarget.bsp:  @apache-mynewt-core/hw/bsp/native \ntarget.build_profile:  debug    The target specifies two major things:   Application (target.app): The application to build  Board Support Package (target.bsp): The board support package to build \nalong with that application.   Newt goes and builds the dependency tree specified by all the packages. While building this tree, it does a few other things:   Any package that depends on another package, automatically gets the include directories from the package it includes.  Include directories in the\nnewt structure mus
 t always be prefixed by the package name. For example, libs/os has the following include tree and its include directory files contains the package name \"os\" before any header files.  This is so in order to avoid any header file conflicts.   $ tree\n.\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 include\n\u2502\u00a0\u00a0 \u2514\u2500\u2500 os\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 arch\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u251c\u2500\u2500 cortex_m0\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u2502\u00a0\u00a0 \u2514\u2500\u2500 os\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u2502\u00a0\u00a0     \u2514\u2500\u2500 os_arch.h\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u251c\u2500\u2500 cortex_m4\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u2502\u00a0\u00a0 \u2514\u2500\u2500 os\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u2502\u00a0\u00a0     \u2514\u2500\u2500 os_arch.h\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0 \u2514\u2500\u2500 sim\n\u2502\u00a0\u00a0     \u25
 02\u00a0\u00a0     \u2514\u2500\u2500 os\n\u2502\u00a0\u00a0     \u2502\u00a0\u00a0         \u2514\u2500\u2500 os_arch.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 endian.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_callout.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_cfg.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_eventq.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_heap.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_malloc.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_mbuf.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_mempool.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_mutex.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_sanity.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_sched.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_sem.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_task.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_test.h\n\u2502\u00a0\u00a0     \u251c\u2500\u2500 os_time.h\n\u2502\u00a0\u00a0   
   \u2514\u2500\u2500 queue.h\n\u251c\u2500\u2500 pkg.yml\n\u2514\u2500\u2500 src\n    \u251c\u2500\u2500 arch snip     API requirements are validated.  Packages can export APIs they \nimplement, (i.e. pkg.api: hw-hal-impl), and other packages can require \nthose APIs (i.e. pkg.req_api: hw-hal-impl).   In order to properly resolve all dependencies in the build system, Newt recursively processes the package dependencies until there are no new dependencies or features (because features can add dependencies.)  And it builds a big list of all the packages that need to be build.  Newt then goes through this package list, and builds every package into \nan archive file.  NOTE:  The Newt tool generates compiler dependencies for all of these packages, and only rebuilds the packages whose dependencies have changed. Changes in package   project dependencies are also taken into account. It is smart, after all!", 
             "title": "Resolving dependencies"
         }, 
         {
@@ -9962,7 +10017,7 @@
         }, 
         {
             "location": "/newt/newt_operation/#downloaddebug-support", 
-            "text": "Once a target has been build, there are a number of helper functions \nthat work on the target.  These are:   download      Download built target to board  debug         Open debugger session to target  size         Size of target components  create-image Add image header to target binary   Download and debug handles driving GDB and the system debugger.  These \ncommands call out to scripts that are defined by the BSP.  $ more repos/apache-mynewt-core/hw/bsp/nrf52pdk/nrf52pdk_debug.sh snip \n#\nif [ $# -lt 1 ]; then\n     echo  Need binary to download \n     exit 1\nfi\n\nFILE_NAME=$2.elf\nGDB_CMD_FILE=.gdb_cmds\n\necho  Debugging  $FILE_NAME\n\n# Monitor mode. Background process gets it s own process group.\nset -m\nJLinkGDBServer -device nRF52 -speed 4000 -if SWD -port 3333 -singlerun  \nset +m\n\necho  target remote localhost:3333    $GDB_CMD_FILE\n\narm-none-eabi-gdb -x $GDB_CMD_FILE $FILE_NAME\n\nrm $GDB_CMD_FILE  The idea is that every BSP will add support
  for the debugger environment \nfor that board.  That way common tools can be used across various development boards and kits.  NOTE:  Both for compiler definitions and debugger scripts, the plan is to \ncreate Dockerizable containers of these toolchains.  This should make \nthings much easier to support across Mac OS X, Linux and Windows.  Newt \nwill know how to call out to Docker to perform these processes.", 
+            "text": "Once a target has been build, there are a number of helper functions \nthat work on the target.  These are:   load      Download built target to board  debug         Open debugger session to target  size          Size of target components  create-image   Add image header to target binary  run   The equivalent of build, create-image, load, and debug on specified target   load  and  debug  handles driving GDB and the system debugger.  These \ncommands call out to scripts that are defined by the BSP.  $ more repos/apache-mynewt-core/hw/bsp/nrf52dk/nrf52dk_debug.sh snip \n. $CORE_PATH/hw/scripts/jlink.sh\n\nFILE_NAME=$BIN_BASENAME.elf\n\nif [ $# -gt 2 ]; then\n    SPLIT_ELF_NAME=$3.elf\n    # TODO -- this magic number 0x42000 is the location of the second image\n    # slot. we should either get this from a flash map file or somehow learn\n    # this from the image itself\n    EXTRA_GDB_CMDS= add-symbol-file $SPLIT_ELF_NAME 0x8000 -readnow \nfi\n\nJLINK_DEV= nRF52 \n
 \njlink_debug  The idea is that every BSP will add support for the debugger environment \nfor that board.  That way common tools can be used across various development boards and kits.", 
             "title": "Download/Debug Support"
         }, 
         {

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_att/ble_att/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_att/ble_att/index.html b/latest/network/ble/ble_hs/ble_att/ble_att/index.html
index 6c885d0..8b6172f 100644
--- a/latest/network/ble/ble_hs/ble_att/ble_att/index.html
+++ b/latest/network/ble/ble_hs/ble_att/ble_att/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_att/functions/ble_att_mtu/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_att/functions/ble_att_mtu/index.html b/latest/network/ble/ble_hs/ble_att/functions/ble_att_mtu/index.html
index dcbbbf1..ea64569 100644
--- a/latest/network/ble/ble_hs/ble_att/functions/ble_att_mtu/index.html
+++ b/latest/network/ble/ble_hs/ble_att/functions/ble_att_mtu/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_att/functions/ble_att_set_preferred_mtu/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_att/functions/ble_att_set_preferred_mtu/index.html b/latest/network/ble/ble_hs/ble_att/functions/ble_att_set_preferred_mtu/index.html
index d0eab5b..c4e42b5 100644
--- a/latest/network/ble/ble_hs/ble_att/functions/ble_att_set_preferred_mtu/index.html
+++ b/latest/network/ble/ble_hs/ble_att/functions/ble_att_set_preferred_mtu/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_att/functions/ble_att_svr_read_local/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_att/functions/ble_att_svr_read_local/index.html b/latest/network/ble/ble_hs/ble_att/functions/ble_att_svr_read_local/index.html
index ab70d52..463fc36 100644
--- a/latest/network/ble/ble_hs/ble_att/functions/ble_att_svr_read_local/index.html
+++ b/latest/network/ble/ble_hs/ble_att/functions/ble_att_svr_read_local/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_att/functions/ble_att_svr_write_local/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_att/functions/ble_att_svr_write_local/index.html b/latest/network/ble/ble_hs/ble_att/functions/ble_att_svr_write_local/index.html
index 1bb5920..3169cfa 100644
--- a/latest/network/ble/ble_hs/ble_att/functions/ble_att_svr_write_local/index.html
+++ b/latest/network/ble/ble_hs/ble_att/functions/ble_att_svr_write_local/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/network/ble/ble_hs/ble_gap/ble_gap/index.html
----------------------------------------------------------------------
diff --git a/latest/network/ble/ble_hs/ble_gap/ble_gap/index.html b/latest/network/ble/ble_hs/ble_gap/ble_gap/index.html
index 18cd771..366f41b 100644
--- a/latest/network/ble/ble_hs/ble_gap/ble_gap/index.html
+++ b/latest/network/ble/ble_hs/ble_gap/ble_gap/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 



[07/22] incubator-mynewt-site git commit: Added a tutorial to add console to blinky. Updated newt documentation. Added a Latest News button on front page

Posted by ad...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/context_switch/os_sched_wakeup/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/context_switch/os_sched_wakeup/index.html b/os/core_os/context_switch/os_sched_wakeup/index.html
index a5a4cca..75d0922 100644
--- a/os/core_os/context_switch/os_sched_wakeup/index.html
+++ b/os/core_os/context_switch/os_sched_wakeup/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/event_queue/event_queue/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/event_queue/event_queue/index.html b/os/core_os/event_queue/event_queue/index.html
index 98dd5e9..c86eea6 100644
--- a/os/core_os/event_queue/event_queue/index.html
+++ b/os/core_os/event_queue/event_queue/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/event_queue/os_eventq_get/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/event_queue/os_eventq_get/index.html b/os/core_os/event_queue/os_eventq_get/index.html
index 55d92cd..d9d1a35 100644
--- a/os/core_os/event_queue/os_eventq_get/index.html
+++ b/os/core_os/event_queue/os_eventq_get/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/event_queue/os_eventq_init/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/event_queue/os_eventq_init/index.html b/os/core_os/event_queue/os_eventq_init/index.html
index e0c9340..14729e0 100644
--- a/os/core_os/event_queue/os_eventq_init/index.html
+++ b/os/core_os/event_queue/os_eventq_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/event_queue/os_eventq_put/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/event_queue/os_eventq_put/index.html b/os/core_os/event_queue/os_eventq_put/index.html
index e4dc3ff..95ff497 100644
--- a/os/core_os/event_queue/os_eventq_put/index.html
+++ b/os/core_os/event_queue/os_eventq_put/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/event_queue/os_eventq_remove/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/event_queue/os_eventq_remove/index.html b/os/core_os/event_queue/os_eventq_remove/index.html
index 59393b5..13d4c38 100644
--- a/os/core_os/event_queue/os_eventq_remove/index.html
+++ b/os/core_os/event_queue/os_eventq_remove/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/heap/heap/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/heap/heap/index.html b/os/core_os/heap/heap/index.html
index 7e7af32..6000fc5 100644
--- a/os/core_os/heap/heap/index.html
+++ b/os/core_os/heap/heap/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/heap/os_free/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/heap/os_free/index.html b/os/core_os/heap/os_free/index.html
index 243e27d..91a49aa 100644
--- a/os/core_os/heap/os_free/index.html
+++ b/os/core_os/heap/os_free/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/heap/os_malloc/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/heap/os_malloc/index.html b/os/core_os/heap/os_malloc/index.html
index 5a5c5f8..18a1f1d 100644
--- a/os/core_os/heap/os_malloc/index.html
+++ b/os/core_os/heap/os_malloc/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/heap/os_realloc/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/heap/os_realloc/index.html b/os/core_os/heap/os_realloc/index.html
index 892fb59..c828d06 100644
--- a/os/core_os/heap/os_realloc/index.html
+++ b/os/core_os/heap/os_realloc/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/mbuf/OS_MBUF_DATA/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/mbuf/OS_MBUF_DATA/index.html b/os/core_os/mbuf/OS_MBUF_DATA/index.html
index 2daf327..619d7ae 100644
--- a/os/core_os/mbuf/OS_MBUF_DATA/index.html
+++ b/os/core_os/mbuf/OS_MBUF_DATA/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/mbuf/OS_MBUF_LEADINGSPACE/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/mbuf/OS_MBUF_LEADINGSPACE/index.html b/os/core_os/mbuf/OS_MBUF_LEADINGSPACE/index.html
index 6c47e1b..2fd3dc2 100644
--- a/os/core_os/mbuf/OS_MBUF_LEADINGSPACE/index.html
+++ b/os/core_os/mbuf/OS_MBUF_LEADINGSPACE/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/mbuf/OS_MBUF_PKTHDR/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/mbuf/OS_MBUF_PKTHDR/index.html b/os/core_os/mbuf/OS_MBUF_PKTHDR/index.html
index 178a71c..6eb5d5b 100644
--- a/os/core_os/mbuf/OS_MBUF_PKTHDR/index.html
+++ b/os/core_os/mbuf/OS_MBUF_PKTHDR/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/mbuf/OS_MBUF_PKTHDR_TO_MBUF/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/mbuf/OS_MBUF_PKTHDR_TO_MBUF/index.html b/os/core_os/mbuf/OS_MBUF_PKTHDR_TO_MBUF/index.html
index 05d451c..de26a9b 100644
--- a/os/core_os/mbuf/OS_MBUF_PKTHDR_TO_MBUF/index.html
+++ b/os/core_os/mbuf/OS_MBUF_PKTHDR_TO_MBUF/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/mbuf/OS_MBUF_PKTLEN/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/mbuf/OS_MBUF_PKTLEN/index.html b/os/core_os/mbuf/OS_MBUF_PKTLEN/index.html
index b26e862..d3f42c6 100644
--- a/os/core_os/mbuf/OS_MBUF_PKTLEN/index.html
+++ b/os/core_os/mbuf/OS_MBUF_PKTLEN/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/mbuf/OS_MBUF_TRAILINGSPACE/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/mbuf/OS_MBUF_TRAILINGSPACE/index.html b/os/core_os/mbuf/OS_MBUF_TRAILINGSPACE/index.html
index d187cce..df5a929 100644
--- a/os/core_os/mbuf/OS_MBUF_TRAILINGSPACE/index.html
+++ b/os/core_os/mbuf/OS_MBUF_TRAILINGSPACE/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/mbuf/OS_MBUF_USRHDR/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/mbuf/OS_MBUF_USRHDR/index.html b/os/core_os/mbuf/OS_MBUF_USRHDR/index.html
index 02ed207..2d4c0e8 100644
--- a/os/core_os/mbuf/OS_MBUF_USRHDR/index.html
+++ b/os/core_os/mbuf/OS_MBUF_USRHDR/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/mbuf/OS_MBUF_USRHDR_LEN/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/mbuf/OS_MBUF_USRHDR_LEN/index.html b/os/core_os/mbuf/OS_MBUF_USRHDR_LEN/index.html
index 0d70d94..1b97194 100644
--- a/os/core_os/mbuf/OS_MBUF_USRHDR_LEN/index.html
+++ b/os/core_os/mbuf/OS_MBUF_USRHDR_LEN/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/mbuf/mbuf/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/mbuf/mbuf/index.html b/os/core_os/mbuf/mbuf/index.html
index db3fc07..eb6250d 100644
--- a/os/core_os/mbuf/mbuf/index.html
+++ b/os/core_os/mbuf/mbuf/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/mbuf/os_mbuf_adj/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/mbuf/os_mbuf_adj/index.html b/os/core_os/mbuf/os_mbuf_adj/index.html
index 2b6d9dc..1862f15 100644
--- a/os/core_os/mbuf/os_mbuf_adj/index.html
+++ b/os/core_os/mbuf/os_mbuf_adj/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/mbuf/os_mbuf_append/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/mbuf/os_mbuf_append/index.html b/os/core_os/mbuf/os_mbuf_append/index.html
index b69d065..802481a 100644
--- a/os/core_os/mbuf/os_mbuf_append/index.html
+++ b/os/core_os/mbuf/os_mbuf_append/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/mbuf/os_mbuf_concat/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/mbuf/os_mbuf_concat/index.html b/os/core_os/mbuf/os_mbuf_concat/index.html
index 721eef4..c8fe773 100644
--- a/os/core_os/mbuf/os_mbuf_concat/index.html
+++ b/os/core_os/mbuf/os_mbuf_concat/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/mbuf/os_mbuf_copydata/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/mbuf/os_mbuf_copydata/index.html b/os/core_os/mbuf/os_mbuf_copydata/index.html
index 81860d6..57f9ddb 100644
--- a/os/core_os/mbuf/os_mbuf_copydata/index.html
+++ b/os/core_os/mbuf/os_mbuf_copydata/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/mbuf/os_mbuf_copyinto/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/mbuf/os_mbuf_copyinto/index.html b/os/core_os/mbuf/os_mbuf_copyinto/index.html
index b0bdee6..f182aab 100644
--- a/os/core_os/mbuf/os_mbuf_copyinto/index.html
+++ b/os/core_os/mbuf/os_mbuf_copyinto/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/mbuf/os_mbuf_dup/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/mbuf/os_mbuf_dup/index.html b/os/core_os/mbuf/os_mbuf_dup/index.html
index ca31308..47c94f7 100644
--- a/os/core_os/mbuf/os_mbuf_dup/index.html
+++ b/os/core_os/mbuf/os_mbuf_dup/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/mbuf/os_mbuf_extend/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/mbuf/os_mbuf_extend/index.html b/os/core_os/mbuf/os_mbuf_extend/index.html
index b28e017..023f248 100644
--- a/os/core_os/mbuf/os_mbuf_extend/index.html
+++ b/os/core_os/mbuf/os_mbuf_extend/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/mbuf/os_mbuf_free_chain/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/mbuf/os_mbuf_free_chain/index.html b/os/core_os/mbuf/os_mbuf_free_chain/index.html
index 99a34b7..23a5310 100644
--- a/os/core_os/mbuf/os_mbuf_free_chain/index.html
+++ b/os/core_os/mbuf/os_mbuf_free_chain/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/mbuf/os_mbuf_get/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/mbuf/os_mbuf_get/index.html b/os/core_os/mbuf/os_mbuf_get/index.html
index 2403f68..1b8c5cb 100644
--- a/os/core_os/mbuf/os_mbuf_get/index.html
+++ b/os/core_os/mbuf/os_mbuf_get/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/mbuf/os_mbuf_get_pkthdr/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/mbuf/os_mbuf_get_pkthdr/index.html b/os/core_os/mbuf/os_mbuf_get_pkthdr/index.html
index 38fb2a2..5e8e758 100644
--- a/os/core_os/mbuf/os_mbuf_get_pkthdr/index.html
+++ b/os/core_os/mbuf/os_mbuf_get_pkthdr/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/mbuf/os_mbuf_memcmp/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/mbuf/os_mbuf_memcmp/index.html b/os/core_os/mbuf/os_mbuf_memcmp/index.html
index 94a3e76..e8441c3 100644
--- a/os/core_os/mbuf/os_mbuf_memcmp/index.html
+++ b/os/core_os/mbuf/os_mbuf_memcmp/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/mbuf/os_mbuf_off/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/mbuf/os_mbuf_off/index.html b/os/core_os/mbuf/os_mbuf_off/index.html
index 7689be2..ea88a66 100644
--- a/os/core_os/mbuf/os_mbuf_off/index.html
+++ b/os/core_os/mbuf/os_mbuf_off/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/mbuf/os_mbuf_pool_init/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/mbuf/os_mbuf_pool_init/index.html b/os/core_os/mbuf/os_mbuf_pool_init/index.html
index 4e6546e..b0d63fa 100644
--- a/os/core_os/mbuf/os_mbuf_pool_init/index.html
+++ b/os/core_os/mbuf/os_mbuf_pool_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/mbuf/os_mbuf_prepend/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/mbuf/os_mbuf_prepend/index.html b/os/core_os/mbuf/os_mbuf_prepend/index.html
index 5e13a1a..217cff6 100644
--- a/os/core_os/mbuf/os_mbuf_prepend/index.html
+++ b/os/core_os/mbuf/os_mbuf_prepend/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/mbuf/os_mbuf_pullup/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/mbuf/os_mbuf_pullup/index.html b/os/core_os/mbuf/os_mbuf_pullup/index.html
index 527d9e8..046092f 100644
--- a/os/core_os/mbuf/os_mbuf_pullup/index.html
+++ b/os/core_os/mbuf/os_mbuf_pullup/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/memory_pool/OS_MEMPOOL_BYTES/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/memory_pool/OS_MEMPOOL_BYTES/index.html b/os/core_os/memory_pool/OS_MEMPOOL_BYTES/index.html
index 2763c90..f19db36 100644
--- a/os/core_os/memory_pool/OS_MEMPOOL_BYTES/index.html
+++ b/os/core_os/memory_pool/OS_MEMPOOL_BYTES/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/memory_pool/OS_MEMPOOL_SIZE/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/memory_pool/OS_MEMPOOL_SIZE/index.html b/os/core_os/memory_pool/OS_MEMPOOL_SIZE/index.html
index 30a60e8..f53e6de 100644
--- a/os/core_os/memory_pool/OS_MEMPOOL_SIZE/index.html
+++ b/os/core_os/memory_pool/OS_MEMPOOL_SIZE/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/memory_pool/memory_pool/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/memory_pool/memory_pool/index.html b/os/core_os/memory_pool/memory_pool/index.html
index 7e9483c..52ff99b 100644
--- a/os/core_os/memory_pool/memory_pool/index.html
+++ b/os/core_os/memory_pool/memory_pool/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/memory_pool/os_memblock_get/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/memory_pool/os_memblock_get/index.html b/os/core_os/memory_pool/os_memblock_get/index.html
index b9ac5d5..d586d84 100644
--- a/os/core_os/memory_pool/os_memblock_get/index.html
+++ b/os/core_os/memory_pool/os_memblock_get/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/memory_pool/os_memblock_put/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/memory_pool/os_memblock_put/index.html b/os/core_os/memory_pool/os_memblock_put/index.html
index d9b007d..358f6ba 100644
--- a/os/core_os/memory_pool/os_memblock_put/index.html
+++ b/os/core_os/memory_pool/os_memblock_put/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/memory_pool/os_mempool_init/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/memory_pool/os_mempool_init/index.html b/os/core_os/memory_pool/os_mempool_init/index.html
index 71c620b..489d9b9 100644
--- a/os/core_os/memory_pool/os_mempool_init/index.html
+++ b/os/core_os/memory_pool/os_mempool_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/mqueue/mqueue/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/mqueue/mqueue/index.html b/os/core_os/mqueue/mqueue/index.html
index eefe507..2d3cf7d 100644
--- a/os/core_os/mqueue/mqueue/index.html
+++ b/os/core_os/mqueue/mqueue/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/mqueue/os_mqueue_get/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/mqueue/os_mqueue_get/index.html b/os/core_os/mqueue/os_mqueue_get/index.html
index 3239eea..0d358e9 100644
--- a/os/core_os/mqueue/os_mqueue_get/index.html
+++ b/os/core_os/mqueue/os_mqueue_get/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/mqueue/os_mqueue_init/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/mqueue/os_mqueue_init/index.html b/os/core_os/mqueue/os_mqueue_init/index.html
index 4053ddd..e253828 100644
--- a/os/core_os/mqueue/os_mqueue_init/index.html
+++ b/os/core_os/mqueue/os_mqueue_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/mqueue/os_mqueue_put/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/mqueue/os_mqueue_put/index.html b/os/core_os/mqueue/os_mqueue_put/index.html
index bcd8043..5c5c7a6 100644
--- a/os/core_os/mqueue/os_mqueue_put/index.html
+++ b/os/core_os/mqueue/os_mqueue_put/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/msys/msys/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/msys/msys/index.html b/os/core_os/msys/msys/index.html
index 3089fc4..82c3449 100644
--- a/os/core_os/msys/msys/index.html
+++ b/os/core_os/msys/msys/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/msys/os_msys_get/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/msys/os_msys_get/index.html b/os/core_os/msys/os_msys_get/index.html
index a39ed8d..07f1601 100644
--- a/os/core_os/msys/os_msys_get/index.html
+++ b/os/core_os/msys/os_msys_get/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/msys/os_msys_get_pkthdr/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/msys/os_msys_get_pkthdr/index.html b/os/core_os/msys/os_msys_get_pkthdr/index.html
index 79866d9..353f77e 100644
--- a/os/core_os/msys/os_msys_get_pkthdr/index.html
+++ b/os/core_os/msys/os_msys_get_pkthdr/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/msys/os_msys_register/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/msys/os_msys_register/index.html b/os/core_os/msys/os_msys_register/index.html
index 3b75ea4..f7af74e 100644
--- a/os/core_os/msys/os_msys_register/index.html
+++ b/os/core_os/msys/os_msys_register/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/msys/os_msys_reset/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/msys/os_msys_reset/index.html b/os/core_os/msys/os_msys_reset/index.html
index aff9201..4a1911b 100644
--- a/os/core_os/msys/os_msys_reset/index.html
+++ b/os/core_os/msys/os_msys_reset/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/mutex/mutex/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/mutex/mutex/index.html b/os/core_os/mutex/mutex/index.html
index a46ff4d..facbe5e 100644
--- a/os/core_os/mutex/mutex/index.html
+++ b/os/core_os/mutex/mutex/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/mutex/os_mutex_init/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/mutex/os_mutex_init/index.html b/os/core_os/mutex/os_mutex_init/index.html
index 03f0d64..3ae028b 100644
--- a/os/core_os/mutex/os_mutex_init/index.html
+++ b/os/core_os/mutex/os_mutex_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/mutex/os_mutex_pend/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/mutex/os_mutex_pend/index.html b/os/core_os/mutex/os_mutex_pend/index.html
index fb83e7a..6eced60 100644
--- a/os/core_os/mutex/os_mutex_pend/index.html
+++ b/os/core_os/mutex/os_mutex_pend/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/mutex/os_mutex_release/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/mutex/os_mutex_release/index.html b/os/core_os/mutex/os_mutex_release/index.html
index cabb50f..aec6f2a 100644
--- a/os/core_os/mutex/os_mutex_release/index.html
+++ b/os/core_os/mutex/os_mutex_release/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/mynewt_os/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/mynewt_os/index.html b/os/core_os/mynewt_os/index.html
index 7304383..13346b9 100644
--- a/os/core_os/mynewt_os/index.html
+++ b/os/core_os/mynewt_os/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/os_init/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/os_init/index.html b/os/core_os/os_init/index.html
index e77b91c..0666544 100644
--- a/os/core_os/os_init/index.html
+++ b/os/core_os/os_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/os_start/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/os_start/index.html b/os/core_os/os_start/index.html
index 308320a..d3d87c3 100644
--- a/os/core_os/os_start/index.html
+++ b/os/core_os/os_start/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/os_started/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/os_started/index.html b/os/core_os/os_started/index.html
index 2d03909..0db6586 100644
--- a/os/core_os/os_started/index.html
+++ b/os/core_os/os_started/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/porting/port_bsp/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/porting/port_bsp/index.html b/os/core_os/porting/port_bsp/index.html
index dd36f19..6a7bf57 100644
--- a/os/core_os/porting/port_bsp/index.html
+++ b/os/core_os/porting/port_bsp/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/porting/port_cpu/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/porting/port_cpu/index.html b/os/core_os/porting/port_cpu/index.html
index 6174da1..a7a99e3 100644
--- a/os/core_os/porting/port_cpu/index.html
+++ b/os/core_os/porting/port_cpu/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/porting/port_mcu/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/porting/port_mcu/index.html b/os/core_os/porting/port_mcu/index.html
index 222e5a9..cbf5d18 100644
--- a/os/core_os/porting/port_mcu/index.html
+++ b/os/core_os/porting/port_mcu/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/porting/port_os/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/porting/port_os/index.html b/os/core_os/porting/port_os/index.html
index 7fbcbd5..013e02d 100644
--- a/os/core_os/porting/port_os/index.html
+++ b/os/core_os/porting/port_os/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/sanity/os_sanity_check_init/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/sanity/os_sanity_check_init/index.html b/os/core_os/sanity/os_sanity_check_init/index.html
index 691af86..2e78de7 100644
--- a/os/core_os/sanity/os_sanity_check_init/index.html
+++ b/os/core_os/sanity/os_sanity_check_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/sanity/os_sanity_check_register/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/sanity/os_sanity_check_register/index.html b/os/core_os/sanity/os_sanity_check_register/index.html
index 2421a7a..ef58448 100644
--- a/os/core_os/sanity/os_sanity_check_register/index.html
+++ b/os/core_os/sanity/os_sanity_check_register/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/sanity/os_sanity_check_reset/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/sanity/os_sanity_check_reset/index.html b/os/core_os/sanity/os_sanity_check_reset/index.html
index 29833f2..5dbb71c 100644
--- a/os/core_os/sanity/os_sanity_check_reset/index.html
+++ b/os/core_os/sanity/os_sanity_check_reset/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/sanity/os_sanity_task_checkin/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/sanity/os_sanity_task_checkin/index.html b/os/core_os/sanity/os_sanity_task_checkin/index.html
index 8ded05d..f6e7ac9 100644
--- a/os/core_os/sanity/os_sanity_task_checkin/index.html
+++ b/os/core_os/sanity/os_sanity_task_checkin/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/sanity/os_sanity_task_init/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/sanity/os_sanity_task_init/index.html b/os/core_os/sanity/os_sanity_task_init/index.html
index 5429689..2fe05ff 100644
--- a/os/core_os/sanity/os_sanity_task_init/index.html
+++ b/os/core_os/sanity/os_sanity_task_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/sanity/sanity/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/sanity/sanity/index.html b/os/core_os/sanity/sanity/index.html
index 0c2cb3e..c8fe584 100644
--- a/os/core_os/sanity/sanity/index.html
+++ b/os/core_os/sanity/sanity/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/semaphore/os_sem_init/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/semaphore/os_sem_init/index.html b/os/core_os/semaphore/os_sem_init/index.html
index 486d450..e39995d 100644
--- a/os/core_os/semaphore/os_sem_init/index.html
+++ b/os/core_os/semaphore/os_sem_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/semaphore/os_sem_pend/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/semaphore/os_sem_pend/index.html b/os/core_os/semaphore/os_sem_pend/index.html
index 616dcf1..44c7a2b 100644
--- a/os/core_os/semaphore/os_sem_pend/index.html
+++ b/os/core_os/semaphore/os_sem_pend/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/semaphore/os_sem_release/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/semaphore/os_sem_release/index.html b/os/core_os/semaphore/os_sem_release/index.html
index 125f5f3..0709c67 100644
--- a/os/core_os/semaphore/os_sem_release/index.html
+++ b/os/core_os/semaphore/os_sem_release/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/semaphore/semaphore/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/semaphore/semaphore/index.html b/os/core_os/semaphore/semaphore/index.html
index e4c5f49..59a2f33 100644
--- a/os/core_os/semaphore/semaphore/index.html
+++ b/os/core_os/semaphore/semaphore/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/task/os_task_count/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/task/os_task_count/index.html b/os/core_os/task/os_task_count/index.html
index 36bad6e..6217a55 100644
--- a/os/core_os/task/os_task_count/index.html
+++ b/os/core_os/task/os_task_count/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/task/os_task_info_get_next/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/task/os_task_info_get_next/index.html b/os/core_os/task/os_task_info_get_next/index.html
index 19ad13a..bfccc82 100644
--- a/os/core_os/task/os_task_info_get_next/index.html
+++ b/os/core_os/task/os_task_info_get_next/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/task/os_task_init/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/task/os_task_init/index.html b/os/core_os/task/os_task_init/index.html
index 680ca2f..b9959a5 100644
--- a/os/core_os/task/os_task_init/index.html
+++ b/os/core_os/task/os_task_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/task/task/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/task/task/index.html b/os/core_os/task/task/index.html
index 62f1f1f..9dabdd5 100644
--- a/os/core_os/task/task/index.html
+++ b/os/core_os/task/task/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/time/os_gettimeofday/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/time/os_gettimeofday/index.html b/os/core_os/time/os_gettimeofday/index.html
index 2f099c7..176b886 100644
--- a/os/core_os/time/os_gettimeofday/index.html
+++ b/os/core_os/time/os_gettimeofday/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/time/os_settimeofday/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/time/os_settimeofday/index.html b/os/core_os/time/os_settimeofday/index.html
index 39d80f8..27badf1 100644
--- a/os/core_os/time/os_settimeofday/index.html
+++ b/os/core_os/time/os_settimeofday/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/time/os_time/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/time/os_time/index.html b/os/core_os/time/os_time/index.html
index b8324c3..fcea728 100644
--- a/os/core_os/time/os_time/index.html
+++ b/os/core_os/time/os_time/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/time/os_time_delay/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/time/os_time_delay/index.html b/os/core_os/time/os_time_delay/index.html
index 9febe47..a124ac9 100644
--- a/os/core_os/time/os_time_delay/index.html
+++ b/os/core_os/time/os_time_delay/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/os/core_os/time/os_time_get/index.html
----------------------------------------------------------------------
diff --git a/os/core_os/time/os_time_get/index.html b/os/core_os/time/os_time_get/index.html
index a849ed9..bbcc766 100644
--- a/os/core_os/time/os_time_get/index.html
+++ b/os/core_os/time/os_time_get/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 



[16/22] incubator-mynewt-site git commit: Added a tutorial to add console to blinky. Updated newt documentation. Added a Latest News button on front page

Posted by ad...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/fs/fs/fsutil_write_file/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/fs/fsutil_write_file/index.html b/develop/os/modules/fs/fs/fsutil_write_file/index.html
index 81780d2..10c5b02 100644
--- a/develop/os/modules/fs/fs/fsutil_write_file/index.html
+++ b/develop/os/modules/fs/fs/fsutil_write_file/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/fs/nffs/nffs/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/nffs/nffs/index.html b/develop/os/modules/fs/nffs/nffs/index.html
index 4afe9cc..636e53a 100644
--- a/develop/os/modules/fs/nffs/nffs/index.html
+++ b/develop/os/modules/fs/nffs/nffs/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/fs/nffs/nffs_area_desc/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/nffs/nffs_area_desc/index.html b/develop/os/modules/fs/nffs/nffs_area_desc/index.html
index 34417c9..b4b921c 100644
--- a/develop/os/modules/fs/nffs/nffs_area_desc/index.html
+++ b/develop/os/modules/fs/nffs/nffs_area_desc/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/fs/nffs/nffs_config/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/nffs/nffs_config/index.html b/develop/os/modules/fs/nffs/nffs_config/index.html
index 37e0488..3c866da 100644
--- a/develop/os/modules/fs/nffs/nffs_config/index.html
+++ b/develop/os/modules/fs/nffs/nffs_config/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/fs/nffs/nffs_detect/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/nffs/nffs_detect/index.html b/develop/os/modules/fs/nffs/nffs_detect/index.html
index 3050684..13eee6f 100644
--- a/develop/os/modules/fs/nffs/nffs_detect/index.html
+++ b/develop/os/modules/fs/nffs/nffs_detect/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/fs/nffs/nffs_format/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/nffs/nffs_format/index.html b/develop/os/modules/fs/nffs/nffs_format/index.html
index 33016eb..92cf496 100644
--- a/develop/os/modules/fs/nffs/nffs_format/index.html
+++ b/develop/os/modules/fs/nffs/nffs_format/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/fs/nffs/nffs_init/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/nffs/nffs_init/index.html b/develop/os/modules/fs/nffs/nffs_init/index.html
index bd8de98..778ca9d 100644
--- a/develop/os/modules/fs/nffs/nffs_init/index.html
+++ b/develop/os/modules/fs/nffs/nffs_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/fs/nffs/nffs_internals/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/nffs/nffs_internals/index.html b/develop/os/modules/fs/nffs/nffs_internals/index.html
index 860cb29..6383c21 100644
--- a/develop/os/modules/fs/nffs/nffs_internals/index.html
+++ b/develop/os/modules/fs/nffs/nffs_internals/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/fs/otherfs/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/otherfs/index.html b/develop/os/modules/fs/otherfs/index.html
index 71d028b..d4bacfe 100644
--- a/develop/os/modules/fs/otherfs/index.html
+++ b/develop/os/modules/fs/otherfs/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/hal/hal/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/hal/hal/index.html b/develop/os/modules/hal/hal/index.html
index 565947b..79ecb31 100644
--- a/develop/os/modules/hal/hal/index.html
+++ b/develop/os/modules/hal/hal/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/hal/hal_api/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/hal/hal_api/index.html b/develop/os/modules/hal/hal_api/index.html
index 7bdb38d..5ce7060 100644
--- a/develop/os/modules/hal/hal_api/index.html
+++ b/develop/os/modules/hal/hal_api/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/hal/hal_bsp/hal_bsp/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/hal/hal_bsp/hal_bsp/index.html b/develop/os/modules/hal/hal_bsp/hal_bsp/index.html
index 0d40a5b..5e9c5d7 100644
--- a/develop/os/modules/hal/hal_bsp/hal_bsp/index.html
+++ b/develop/os/modules/hal/hal_bsp/hal_bsp/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/hal/hal_creation/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/hal/hal_creation/index.html b/develop/os/modules/hal/hal_creation/index.html
index 49e373c..77e7123 100644
--- a/develop/os/modules/hal/hal_creation/index.html
+++ b/develop/os/modules/hal/hal_creation/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/hal/hal_flash/hal_flash/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/hal/hal_flash/hal_flash/index.html b/develop/os/modules/hal/hal_flash/hal_flash/index.html
index b447932..b204b2d 100644
--- a/develop/os/modules/hal/hal_flash/hal_flash/index.html
+++ b/develop/os/modules/hal/hal_flash/hal_flash/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/hal/hal_flash/hal_flash_int/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/hal/hal_flash/hal_flash_int/index.html b/develop/os/modules/hal/hal_flash/hal_flash_int/index.html
index ad65a28..0688cc3 100644
--- a/develop/os/modules/hal/hal_flash/hal_flash_int/index.html
+++ b/develop/os/modules/hal/hal_flash/hal_flash_int/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/hal/hal_gpio/hal_gpio/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/hal/hal_gpio/hal_gpio/index.html b/develop/os/modules/hal/hal_gpio/hal_gpio/index.html
index 16cfdc3..8a0f0b6 100644
--- a/develop/os/modules/hal/hal_gpio/hal_gpio/index.html
+++ b/develop/os/modules/hal/hal_gpio/hal_gpio/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/hal/hal_i2c/hal_i2c/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/hal/hal_i2c/hal_i2c/index.html b/develop/os/modules/hal/hal_i2c/hal_i2c/index.html
index ba3c0d1..0518619 100644
--- a/develop/os/modules/hal/hal_i2c/hal_i2c/index.html
+++ b/develop/os/modules/hal/hal_i2c/hal_i2c/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/hal/hal_in_libraries/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/hal/hal_in_libraries/index.html b/develop/os/modules/hal/hal_in_libraries/index.html
index d909d17..838e4e7 100644
--- a/develop/os/modules/hal/hal_in_libraries/index.html
+++ b/develop/os/modules/hal/hal_in_libraries/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/hal/hal_os_tick/hal_os_tick/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/hal/hal_os_tick/hal_os_tick/index.html b/develop/os/modules/hal/hal_os_tick/hal_os_tick/index.html
index 85d64e7..4613542 100644
--- a/develop/os/modules/hal/hal_os_tick/hal_os_tick/index.html
+++ b/develop/os/modules/hal/hal_os_tick/hal_os_tick/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/hal/hal_spi/hal_spi/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/hal/hal_spi/hal_spi/index.html b/develop/os/modules/hal/hal_spi/hal_spi/index.html
index 781319f..56032c2 100644
--- a/develop/os/modules/hal/hal_spi/hal_spi/index.html
+++ b/develop/os/modules/hal/hal_spi/hal_spi/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/hal/hal_system/hal_sys/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/hal/hal_system/hal_sys/index.html b/develop/os/modules/hal/hal_system/hal_sys/index.html
index b5a4652..9aecac0 100644
--- a/develop/os/modules/hal/hal_system/hal_sys/index.html
+++ b/develop/os/modules/hal/hal_system/hal_sys/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/hal/hal_timer/hal_timer/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/hal/hal_timer/hal_timer/index.html b/develop/os/modules/hal/hal_timer/hal_timer/index.html
index af7ff82..6846884 100644
--- a/develop/os/modules/hal/hal_timer/hal_timer/index.html
+++ b/develop/os/modules/hal/hal_timer/hal_timer/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/hal/hal_uart/hal_uart/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/hal/hal_uart/hal_uart/index.html b/develop/os/modules/hal/hal_uart/hal_uart/index.html
index 83dfa43..fefd978 100644
--- a/develop/os/modules/hal/hal_uart/hal_uart/index.html
+++ b/develop/os/modules/hal/hal_uart/hal_uart/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/hal/hal_watchdog/hal_watchdog/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/hal/hal_watchdog/hal_watchdog/index.html b/develop/os/modules/hal/hal_watchdog/hal_watchdog/index.html
index b4a8ddc..90f51b3 100644
--- a/develop/os/modules/hal/hal_watchdog/hal_watchdog/index.html
+++ b/develop/os/modules/hal/hal_watchdog/hal_watchdog/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/imgmgr/imgmgr/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/imgmgr/imgmgr/index.html b/develop/os/modules/imgmgr/imgmgr/index.html
index cff07d5..79684c2 100644
--- a/develop/os/modules/imgmgr/imgmgr/index.html
+++ b/develop/os/modules/imgmgr/imgmgr/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/imgmgr/imgmgr_module_init/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/imgmgr/imgmgr_module_init/index.html b/develop/os/modules/imgmgr/imgmgr_module_init/index.html
index c2f0c7b..704fc50 100644
--- a/develop/os/modules/imgmgr/imgmgr_module_init/index.html
+++ b/develop/os/modules/imgmgr/imgmgr_module_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/imgmgr/imgr_ver_parse/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/imgmgr/imgr_ver_parse/index.html b/develop/os/modules/imgmgr/imgr_ver_parse/index.html
index c78e8ec..fb75e43 100644
--- a/develop/os/modules/imgmgr/imgr_ver_parse/index.html
+++ b/develop/os/modules/imgmgr/imgr_ver_parse/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/imgmgr/imgr_ver_str/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/imgmgr/imgr_ver_str/index.html b/develop/os/modules/imgmgr/imgr_ver_str/index.html
index b5bfe56..46081b7 100644
--- a/develop/os/modules/imgmgr/imgr_ver_str/index.html
+++ b/develop/os/modules/imgmgr/imgr_ver_str/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/json/json/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/json/json/index.html b/develop/os/modules/json/json/index.html
index 076193d..7782f9b 100644
--- a/develop/os/modules/json/json/index.html
+++ b/develop/os/modules/json/json/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/json/json_encode_object_entry/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/json/json_encode_object_entry/index.html b/develop/os/modules/json/json_encode_object_entry/index.html
index 2f7f6b4..4d2b899 100644
--- a/develop/os/modules/json/json_encode_object_entry/index.html
+++ b/develop/os/modules/json/json_encode_object_entry/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/json/json_encode_object_finish/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/json/json_encode_object_finish/index.html b/develop/os/modules/json/json_encode_object_finish/index.html
index e4cb5a1..4ae564c 100644
--- a/develop/os/modules/json/json_encode_object_finish/index.html
+++ b/develop/os/modules/json/json_encode_object_finish/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/json/json_encode_object_key/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/json/json_encode_object_key/index.html b/develop/os/modules/json/json_encode_object_key/index.html
index 3519857..c67a7a8 100644
--- a/develop/os/modules/json/json_encode_object_key/index.html
+++ b/develop/os/modules/json/json_encode_object_key/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/json/json_encode_object_start/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/json/json_encode_object_start/index.html b/develop/os/modules/json/json_encode_object_start/index.html
index 19c7429..e5072a0 100644
--- a/develop/os/modules/json/json_encode_object_start/index.html
+++ b/develop/os/modules/json/json_encode_object_start/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/json/json_read_object/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/json/json_read_object/index.html b/develop/os/modules/json/json_read_object/index.html
index 4aaf85d..440e0e5 100644
--- a/develop/os/modules/json/json_read_object/index.html
+++ b/develop/os/modules/json/json_read_object/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/logs/logs/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/logs/logs/index.html b/develop/os/modules/logs/logs/index.html
index d083141..adea76d 100644
--- a/develop/os/modules/logs/logs/index.html
+++ b/develop/os/modules/logs/logs/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/shell/shell/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/shell/shell/index.html b/develop/os/modules/shell/shell/index.html
index 495c2ec..37dfc33 100644
--- a/develop/os/modules/shell/shell/index.html
+++ b/develop/os/modules/shell/shell/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/shell/shell_cmd_register/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/shell/shell_cmd_register/index.html b/develop/os/modules/shell/shell_cmd_register/index.html
index 77de3f7..e94375e 100644
--- a/develop/os/modules/shell/shell_cmd_register/index.html
+++ b/develop/os/modules/shell/shell_cmd_register/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/shell/shell_nlip_input_register/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/shell/shell_nlip_input_register/index.html b/develop/os/modules/shell/shell_nlip_input_register/index.html
index 307ad4e..a210e02 100644
--- a/develop/os/modules/shell/shell_nlip_input_register/index.html
+++ b/develop/os/modules/shell/shell_nlip_input_register/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/shell/shell_nlip_output/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/shell/shell_nlip_output/index.html b/develop/os/modules/shell/shell_nlip_output/index.html
index 7a97b42..361274c 100644
--- a/develop/os/modules/shell/shell_nlip_output/index.html
+++ b/develop/os/modules/shell/shell_nlip_output/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/shell/shell_task_init/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/shell/shell_task_init/index.html b/develop/os/modules/shell/shell_task_init/index.html
index 73c768f..7352798 100644
--- a/develop/os/modules/shell/shell_task_init/index.html
+++ b/develop/os/modules/shell/shell_task_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/split/split/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/split/split/index.html b/develop/os/modules/split/split/index.html
index 608bd3a..45ff866 100644
--- a/develop/os/modules/split/split/index.html
+++ b/develop/os/modules/split/split/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/stats/stats/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/stats/stats/index.html b/develop/os/modules/stats/stats/index.html
index a65375c..c3988bc 100644
--- a/develop/os/modules/stats/stats/index.html
+++ b/develop/os/modules/stats/stats/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/testutil/test_assert/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/testutil/test_assert/index.html b/develop/os/modules/testutil/test_assert/index.html
index 9ffb8a6..2c4473f 100644
--- a/develop/os/modules/testutil/test_assert/index.html
+++ b/develop/os/modules/testutil/test_assert/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/testutil/test_case/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/testutil/test_case/index.html b/develop/os/modules/testutil/test_case/index.html
index 029b268..c69aefa 100644
--- a/develop/os/modules/testutil/test_case/index.html
+++ b/develop/os/modules/testutil/test_case/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/testutil/test_decl/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/testutil/test_decl/index.html b/develop/os/modules/testutil/test_decl/index.html
index 2a2ee8d..00feaed 100644
--- a/develop/os/modules/testutil/test_decl/index.html
+++ b/develop/os/modules/testutil/test_decl/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/testutil/test_pass/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/testutil/test_pass/index.html b/develop/os/modules/testutil/test_pass/index.html
index 31cbd98..e4d35b4 100644
--- a/develop/os/modules/testutil/test_pass/index.html
+++ b/develop/os/modules/testutil/test_pass/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/testutil/test_suite/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/testutil/test_suite/index.html b/develop/os/modules/testutil/test_suite/index.html
index 303c38a..c8a1ce1 100644
--- a/develop/os/modules/testutil/test_suite/index.html
+++ b/develop/os/modules/testutil/test_suite/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/testutil/testutil/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/testutil/testutil/index.html b/develop/os/modules/testutil/testutil/index.html
index d8c41b7..05edd58 100644
--- a/develop/os/modules/testutil/testutil/index.html
+++ b/develop/os/modules/testutil/testutil/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/testutil/tu_init/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/testutil/tu_init/index.html b/develop/os/modules/testutil/tu_init/index.html
index d8c12fe..2bb9679 100644
--- a/develop/os/modules/testutil/tu_init/index.html
+++ b/develop/os/modules/testutil/tu_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/testutil/tu_restart/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/testutil/tu_restart/index.html b/develop/os/modules/testutil/tu_restart/index.html
index 9f17c19..1a26450 100644
--- a/develop/os/modules/testutil/tu_restart/index.html
+++ b/develop/os/modules/testutil/tu_restart/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/os_user_guide/index.html
----------------------------------------------------------------------
diff --git a/develop/os/os_user_guide/index.html b/develop/os/os_user_guide/index.html
index e051468..5e48fdc 100644
--- a/develop/os/os_user_guide/index.html
+++ b/develop/os/os_user_guide/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/tutorials/STM32F303/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/STM32F303/index.html b/develop/os/tutorials/STM32F303/index.html
index c127d0c..9bd5fcc 100644
--- a/develop/os/tutorials/STM32F303/index.html
+++ b/develop/os/tutorials/STM32F303/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 
@@ -298,6 +304,14 @@
 
               
           
+              
+                
+    <li >
+      <a href="../blinky_console/">Add Console and Shell to Blinky</a>
+    </li>
+
+              
+          
     </ul>
   
     </li>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/tutorials/add_newtmgr/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/add_newtmgr/index.html b/develop/os/tutorials/add_newtmgr/index.html
index cea485d..1ad853a 100644
--- a/develop/os/tutorials/add_newtmgr/index.html
+++ b/develop/os/tutorials/add_newtmgr/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/tutorials/add_shell/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/add_shell/index.html b/develop/os/tutorials/add_shell/index.html
index 88e2249..dd2ccbe 100644
--- a/develop/os/tutorials/add_shell/index.html
+++ b/develop/os/tutorials/add_shell/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/tutorials/air_quality_sensor/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/air_quality_sensor/index.html b/develop/os/tutorials/air_quality_sensor/index.html
index db3533e..ac8024f 100644
--- a/develop/os/tutorials/air_quality_sensor/index.html
+++ b/develop/os/tutorials/air_quality_sensor/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/tutorials/arduino_zero/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/arduino_zero/index.html b/develop/os/tutorials/arduino_zero/index.html
index 498e78b..f9c7b93 100644
--- a/develop/os/tutorials/arduino_zero/index.html
+++ b/develop/os/tutorials/arduino_zero/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 
@@ -284,6 +290,14 @@
 
               
           
+              
+                
+    <li >
+      <a href="../blinky_console/">Add Console and Shell to Blinky</a>
+    </li>
+
+              
+          
     </ul>
   
     </li>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/tutorials/blehci_project/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/blehci_project/index.html b/develop/os/tutorials/blehci_project/index.html
index 64fb6be..157eb37 100644
--- a/develop/os/tutorials/blehci_project/index.html
+++ b/develop/os/tutorials/blehci_project/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/tutorials/bleprph/bleprph-adv/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/bleprph/bleprph-adv/index.html b/develop/os/tutorials/bleprph/bleprph-adv/index.html
index e6a6104..34a17b7 100644
--- a/develop/os/tutorials/bleprph/bleprph-adv/index.html
+++ b/develop/os/tutorials/bleprph/bleprph-adv/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/tutorials/bleprph/bleprph-app/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/bleprph/bleprph-app/index.html b/develop/os/tutorials/bleprph/bleprph-app/index.html
index 3f155a5..f2eff6f 100644
--- a/develop/os/tutorials/bleprph/bleprph-app/index.html
+++ b/develop/os/tutorials/bleprph/bleprph-app/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/tutorials/bleprph/bleprph-chr-access/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/bleprph/bleprph-chr-access/index.html b/develop/os/tutorials/bleprph/bleprph-chr-access/index.html
index f797c10..0788a99 100644
--- a/develop/os/tutorials/bleprph/bleprph-chr-access/index.html
+++ b/develop/os/tutorials/bleprph/bleprph-chr-access/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/tutorials/bleprph/bleprph-gap-event/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/bleprph/bleprph-gap-event/index.html b/develop/os/tutorials/bleprph/bleprph-gap-event/index.html
index e96e927..432ff0f 100644
--- a/develop/os/tutorials/bleprph/bleprph-gap-event/index.html
+++ b/develop/os/tutorials/bleprph/bleprph-gap-event/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/tutorials/bleprph/bleprph-intro/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/bleprph/bleprph-intro/index.html b/develop/os/tutorials/bleprph/bleprph-intro/index.html
index 614dd2f..bc794be 100644
--- a/develop/os/tutorials/bleprph/bleprph-intro/index.html
+++ b/develop/os/tutorials/bleprph/bleprph-intro/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/tutorials/bleprph/bleprph-svc-reg/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/bleprph/bleprph-svc-reg/index.html b/develop/os/tutorials/bleprph/bleprph-svc-reg/index.html
index 63d1524..f45de3e 100644
--- a/develop/os/tutorials/bleprph/bleprph-svc-reg/index.html
+++ b/develop/os/tutorials/bleprph/bleprph-svc-reg/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/tutorials/bletiny_project/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/bletiny_project/index.html b/develop/os/tutorials/bletiny_project/index.html
index dae7d55..50066da 100644
--- a/develop/os/tutorials/bletiny_project/index.html
+++ b/develop/os/tutorials/bletiny_project/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 


[22/22] incubator-mynewt-site git commit: Added a tutorial to add console to blinky. Updated newt documentation. Added a Latest News button on front page

Posted by ad...@apache.org.
Added a tutorial to add console to blinky. Updated newt documentation. Added a Latest News button on front page


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/8da4f0a3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/8da4f0a3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/8da4f0a3

Branch: refs/heads/asf-site
Commit: 8da4f0a34febdbb6da7aa3552452d3f5eafa92b7
Parents: 2c163ba
Author: aditihilbert <ad...@runtime.io>
Authored: Mon Dec 19 17:15:02 2016 -0800
Committer: aditihilbert <ad...@runtime.io>
Committed: Mon Dec 19 17:15:02 2016 -0800

----------------------------------------------------------------------
 about/index.html                                |  12 +-
 community/index.html                            |  12 +-
 css/v2.css                                      |  56 +-
 develop/about/index.html                        |  12 +-
 develop/community/index.html                    |  12 +-
 develop/css/v2.css                              |  56 +-
 develop/download/index.html                     |  12 +-
 develop/events/index.html                       |  12 +-
 develop/faq/answers/index.html                  |  12 +-
 develop/faq/how_to_edit_docs/index.html         |  12 +-
 develop/index.html                              |  12 +-
 develop/main-banner.html                        |  12 +-
 develop/mkdocs/search_index.json                |  69 +-
 .../ble/ble_hs/ble_att/ble_att/index.html       |  12 +-
 .../ble_att/functions/ble_att_mtu/index.html    |  12 +-
 .../ble_att_set_preferred_mtu/index.html        |  12 +-
 .../functions/ble_att_svr_read_local/index.html |  12 +-
 .../ble_att_svr_write_local/index.html          |  12 +-
 .../ble/ble_hs/ble_gap/ble_gap/index.html       |  12 +-
 .../ble_gap/definitions/ble_gap_defs/index.html |  12 +-
 .../functions/ble_gap_adv_active/index.html     |  12 +-
 .../ble_gap_adv_rsp_set_fields/index.html       |  12 +-
 .../functions/ble_gap_adv_set_fields/index.html |  12 +-
 .../functions/ble_gap_adv_start/index.html      |  12 +-
 .../functions/ble_gap_adv_stop/index.html       |  12 +-
 .../functions/ble_gap_conn_active/index.html    |  12 +-
 .../functions/ble_gap_conn_cancel/index.html    |  12 +-
 .../functions/ble_gap_conn_find/index.html      |  12 +-
 .../functions/ble_gap_conn_rssi/index.html      |  12 +-
 .../functions/ble_gap_connect/index.html        |  12 +-
 .../ble_gap/functions/ble_gap_disc/index.html   |  12 +-
 .../functions/ble_gap_disc_active/index.html    |  12 +-
 .../functions/ble_gap_disc_cancel/index.html    |  12 +-
 .../ble_gap_security_initiate/index.html        |  12 +-
 .../functions/ble_gap_terminate/index.html      |  12 +-
 .../functions/ble_gap_update_params/index.html  |  12 +-
 .../ble_gap/functions/ble_gap_wl_set/index.html |  12 +-
 .../ble/ble_hs/ble_gattc/ble_gattc/index.html   |  12 +-
 .../definitions/ble_gattc_defs/index.html       |  12 +-
 .../ble_gattc_disc_all_chrs/index.html          |  12 +-
 .../ble_gattc_disc_all_dscs/index.html          |  12 +-
 .../ble_gattc_disc_all_svcs/index.html          |  12 +-
 .../ble_gattc_disc_chrs_by_uuid/index.html      |  12 +-
 .../ble_gattc_disc_svc_by_uuid/index.html       |  12 +-
 .../functions/ble_gattc_exchange_mtu/index.html |  12 +-
 .../ble_gattc_find_inc_svcs/index.html          |  12 +-
 .../functions/ble_gattc_indicate/index.html     |  12 +-
 .../functions/ble_gattc_notify/index.html       |  12 +-
 .../ble_gattc_notify_custom/index.html          |  12 +-
 .../functions/ble_gattc_read/index.html         |  12 +-
 .../functions/ble_gattc_read_by_uuid/index.html |  12 +-
 .../functions/ble_gattc_read_long/index.html    |  12 +-
 .../functions/ble_gattc_read_mult/index.html    |  12 +-
 .../functions/ble_gattc_write/index.html        |  12 +-
 .../functions/ble_gattc_write_flat/index.html   |  12 +-
 .../functions/ble_gattc_write_long/index.html   |  12 +-
 .../functions/ble_gattc_write_no_rsp/index.html |  12 +-
 .../ble_gattc_write_no_rsp_flat/index.html      |  12 +-
 .../ble_gattc_write_reliable/index.html         |  12 +-
 .../ble/ble_hs/ble_gatts/ble_gatts/index.html   |  12 +-
 .../definitions/ble_gatts_defs/index.html       |  12 +-
 .../functions/ble_gatts_add_svcs/index.html     |  12 +-
 .../functions/ble_gatts_count_cfg/index.html    |  12 +-
 .../ble_gatts_count_resources/index.html        |  12 +-
 .../functions/ble_gatts_find_chr/index.html     |  12 +-
 .../functions/ble_gatts_find_dsc/index.html     |  12 +-
 .../functions/ble_gatts_find_svc/index.html     |  12 +-
 .../ble_gatts_register_svcs/index.html          |  12 +-
 develop/network/ble/ble_hs/ble_hs/index.html    |  12 +-
 .../ble/ble_hs/ble_hs_id/ble_hs_id/index.html   |  12 +-
 .../functions/ble_hs_id_copy_addr/index.html    |  12 +-
 .../functions/ble_hs_id_gen_rnd/index.html      |  12 +-
 .../functions/ble_hs_id_set_rnd/index.html      |  12 +-
 .../ble/ble_hs/ble_hs_return_codes/index.html   |  12 +-
 .../init/definitions/init_defs/index.html       |  12 +-
 .../init/functions/ble_hs_init/index.html       |  12 +-
 .../init/functions/ble_hs_start/index.html      |  12 +-
 .../init/functions/ble_hs_synced/index.html     |  12 +-
 develop/network/ble/ble_hs/init/init/index.html |  12 +-
 .../ble_eddystone_set_adv_data_uid/index.html   |  12 +-
 .../ble_eddystone_set_adv_data_url/index.html   |  12 +-
 .../functions/ble_hs_mbuf_att_pkt/index.html    |  12 +-
 .../functions/ble_hs_mbuf_from_flat/index.html  |  12 +-
 .../functions/ble_hs_mbuf_to_flat/index.html    |  12 +-
 .../ble_ibeacon_set_adv_data/index.html         |  12 +-
 .../functions/ble_uuid_128_to_16/index.html     |  12 +-
 .../functions/ble_uuid_16_to_128/index.html     |  12 +-
 .../network/ble/ble_hs/other/other/index.html   |  12 +-
 develop/network/ble/ble_intro/index.html        |  12 +-
 develop/network/ble/ble_sec/index.html          |  12 +-
 .../network/ble/bletiny/bletiny_GAP/index.html  |  12 +-
 .../network/ble/bletiny/bletiny_GATT/index.html |  12 +-
 .../ble/bletiny/bletiny_advdata/index.html      |  12 +-
 .../network/ble/bletiny/bletiny_api/index.html  |  12 +-
 .../ble/ini_stack/ble_add_cpu/index.html        |  12 +-
 .../ble/ini_stack/ble_consolepkg/index.html     |  12 +-
 .../ble/ini_stack/ble_controller_ini/index.html |  12 +-
 .../network/ble/ini_stack/ble_devadd/index.html |  12 +-
 .../ble/ini_stack/ble_host_ini/index.html       |  12 +-
 .../ble/ini_stack/ble_ini_intro/index.html      |  12 +-
 .../ble/ini_stack/ble_mempool/index.html        |  12 +-
 .../ble/ini_stack/ble_parent_ini/index.html     |  12 +-
 .../ble/ini_stack/ble_statpkg/index.html        |  12 +-
 develop/network/ble/nimble_setup/index.html     |  12 +-
 develop/newt/command_list/newt_build/index.html |  12 +-
 develop/newt/command_list/newt_clean/index.html |  12 +-
 .../command_list/newt_create_image/index.html   |  12 +-
 develop/newt/command_list/newt_debug/index.html |  12 +-
 develop/newt/command_list/newt_help/index.html  |  12 +-
 develop/newt/command_list/newt_info/index.html  |  12 +-
 .../newt/command_list/newt_install/index.html   |  12 +-
 develop/newt/command_list/newt_load/index.html  |  12 +-
 develop/newt/command_list/newt_new/index.html   |  12 +-
 develop/newt/command_list/newt_run/index.html   |  12 +-
 develop/newt/command_list/newt_size/index.html  |  12 +-
 .../newt/command_list/newt_target/index.html    |  12 +-
 develop/newt/command_list/newt_test/index.html  |  12 +-
 .../newt/command_list/newt_upgrade/index.html   |  12 +-
 .../newt/command_list/newt_version/index.html   |  12 +-
 develop/newt/install/newt_linux/index.html      |  12 +-
 develop/newt/install/newt_mac/index.html        |  12 +-
 develop/newt/newt_intro/index.html              |  15 +-
 develop/newt/newt_operation/index.html          | 103 ++-
 develop/newt/newt_ops/index.html                |  12 +-
 develop/newtmgr/installing/index.html           |  12 +-
 develop/newtmgr/overview/index.html             |  12 +-
 develop/os/core_os/callout/callout/index.html   |  12 +-
 .../callout/os_callout_func_init/index.html     |  12 +-
 .../core_os/callout/os_callout_init/index.html  |  12 +-
 .../callout/os_callout_queued/index.html        |  12 +-
 .../core_os/callout/os_callout_reset/index.html |  12 +-
 .../core_os/callout/os_callout_stop/index.html  |  12 +-
 .../context_switch/context_switch/index.html    |  12 +-
 .../context_switch/os_arch_ctx_sw/index.html    |  12 +-
 .../core_os/context_switch/os_sched/index.html  |  12 +-
 .../os_sched_ctx_sw_hook/index.html             |  12 +-
 .../os_sched_get_current_task/index.html        |  12 +-
 .../context_switch/os_sched_insert/index.html   |  12 +-
 .../os_sched_next_task/index.html               |  12 +-
 .../os_sched_os_timer_exp/index.html            |  12 +-
 .../context_switch/os_sched_resort/index.html   |  12 +-
 .../os_sched_set_current_task/index.html        |  12 +-
 .../context_switch/os_sched_sleep/index.html    |  12 +-
 .../context_switch/os_sched_wakeup/index.html   |  12 +-
 .../core_os/event_queue/event_queue/index.html  |  12 +-
 .../event_queue/os_eventq_dflt_get/index.html   |  12 +-
 .../event_queue/os_eventq_dflt_set/index.html   |  12 +-
 .../event_queue/os_eventq_get/index.html        |  12 +-
 .../event_queue/os_eventq_init/index.html       |  12 +-
 .../event_queue/os_eventq_inited/index.html     |  12 +-
 .../event_queue/os_eventq_put/index.html        |  12 +-
 .../event_queue/os_eventq_remove/index.html     |  12 +-
 develop/os/core_os/heap/heap/index.html         |  12 +-
 develop/os/core_os/heap/os_free/index.html      |  12 +-
 develop/os/core_os/heap/os_malloc/index.html    |  12 +-
 develop/os/core_os/heap/os_realloc/index.html   |  12 +-
 develop/os/core_os/mbuf/OS_MBUF_DATA/index.html |  12 +-
 .../mbuf/OS_MBUF_LEADINGSPACE/index.html        |  12 +-
 .../os/core_os/mbuf/OS_MBUF_PKTHDR/index.html   |  12 +-
 .../mbuf/OS_MBUF_PKTHDR_TO_MBUF/index.html      |  12 +-
 .../os/core_os/mbuf/OS_MBUF_PKTLEN/index.html   |  12 +-
 .../mbuf/OS_MBUF_TRAILINGSPACE/index.html       |  12 +-
 .../os/core_os/mbuf/OS_MBUF_USRHDR/index.html   |  12 +-
 .../core_os/mbuf/OS_MBUF_USRHDR_LEN/index.html  |  12 +-
 develop/os/core_os/mbuf/mbuf/index.html         |  12 +-
 develop/os/core_os/mbuf/os_mbuf_adj/index.html  |  12 +-
 .../os/core_os/mbuf/os_mbuf_append/index.html   |  12 +-
 .../os/core_os/mbuf/os_mbuf_concat/index.html   |  12 +-
 .../os/core_os/mbuf/os_mbuf_copydata/index.html |  12 +-
 .../os/core_os/mbuf/os_mbuf_copyinto/index.html |  12 +-
 develop/os/core_os/mbuf/os_mbuf_dup/index.html  |  12 +-
 .../os/core_os/mbuf/os_mbuf_extend/index.html   |  12 +-
 .../core_os/mbuf/os_mbuf_free_chain/index.html  |  12 +-
 develop/os/core_os/mbuf/os_mbuf_get/index.html  |  12 +-
 .../core_os/mbuf/os_mbuf_get_pkthdr/index.html  |  12 +-
 .../os/core_os/mbuf/os_mbuf_memcmp/index.html   |  12 +-
 develop/os/core_os/mbuf/os_mbuf_off/index.html  |  12 +-
 .../core_os/mbuf/os_mbuf_pool_init/index.html   |  12 +-
 .../os/core_os/mbuf/os_mbuf_prepend/index.html  |  12 +-
 .../os/core_os/mbuf/os_mbuf_pullup/index.html   |  12 +-
 .../memory_pool/OS_MEMPOOL_BYTES/index.html     |  12 +-
 .../memory_pool/OS_MEMPOOL_SIZE/index.html      |  12 +-
 .../core_os/memory_pool/memory_pool/index.html  |  12 +-
 .../memory_pool/os_memblock_get/index.html      |  12 +-
 .../memory_pool/os_memblock_put/index.html      |  12 +-
 .../memory_pool/os_mempool_init/index.html      |  12 +-
 develop/os/core_os/mqueue/mqueue/index.html     |  12 +-
 .../os/core_os/mqueue/os_mqueue_get/index.html  |  12 +-
 .../os/core_os/mqueue/os_mqueue_init/index.html |  12 +-
 .../os/core_os/mqueue/os_mqueue_put/index.html  |  12 +-
 develop/os/core_os/msys/msys/index.html         |  12 +-
 develop/os/core_os/msys/os_msys_get/index.html  |  12 +-
 .../core_os/msys/os_msys_get_pkthdr/index.html  |  12 +-
 .../os/core_os/msys/os_msys_register/index.html |  12 +-
 .../os/core_os/msys/os_msys_reset/index.html    |  12 +-
 develop/os/core_os/mutex/mutex/index.html       |  12 +-
 .../os/core_os/mutex/os_mutex_init/index.html   |  12 +-
 .../os/core_os/mutex/os_mutex_pend/index.html   |  12 +-
 .../core_os/mutex/os_mutex_release/index.html   |  12 +-
 develop/os/core_os/mynewt_os/index.html         |  12 +-
 develop/os/core_os/os_init/index.html           |  12 +-
 develop/os/core_os/os_start/index.html          |  12 +-
 develop/os/core_os/os_started/index.html        |  12 +-
 develop/os/core_os/porting/port_bsp/index.html  |  12 +-
 develop/os/core_os/porting/port_cpu/index.html  |  12 +-
 develop/os/core_os/porting/port_mcu/index.html  |  12 +-
 develop/os/core_os/porting/port_os/index.html   |  12 +-
 .../sanity/os_sanity_check_init/index.html      |  12 +-
 .../sanity/os_sanity_check_register/index.html  |  12 +-
 .../sanity/os_sanity_check_reset/index.html     |  12 +-
 .../sanity/os_sanity_task_checkin/index.html    |  12 +-
 .../sanity/os_sanity_task_init/index.html       |  12 +-
 develop/os/core_os/sanity/sanity/index.html     |  12 +-
 .../os/core_os/semaphore/os_sem_init/index.html |  12 +-
 .../os/core_os/semaphore/os_sem_pend/index.html |  12 +-
 .../core_os/semaphore/os_sem_release/index.html |  12 +-
 .../os/core_os/semaphore/semaphore/index.html   |  12 +-
 .../os/core_os/task/os_task_count/index.html    |  12 +-
 .../task/os_task_info_get_next/index.html       |  12 +-
 develop/os/core_os/task/os_task_init/index.html |  12 +-
 develop/os/core_os/task/task/index.html         |  12 +-
 .../os/core_os/time/os_gettimeofday/index.html  |  12 +-
 .../os/core_os/time/os_settimeofday/index.html  |  12 +-
 develop/os/core_os/time/os_time/index.html      |  12 +-
 .../os/core_os/time/os_time_delay/index.html    |  12 +-
 develop/os/core_os/time/os_time_get/index.html  |  12 +-
 develop/os/core_os/time/os_time_tick/index.html |  12 +-
 develop/os/get_started/cross_tools/index.html   |  12 +-
 develop/os/get_started/docker/index.html        |  12 +-
 develop/os/get_started/get_started/index.html   |  12 +-
 develop/os/get_started/native_tools/index.html  |  12 +-
 .../os/get_started/project_create/index.html    |  12 +-
 develop/os/get_started/serial_access/index.html |  12 +-
 develop/os/get_started/vocabulary/index.html    |  12 +-
 develop/os/introduction/index.html              |  12 +-
 develop/os/modules/baselibc/index.html          |  12 +-
 .../bootloader/boot_build_status/index.html     |  12 +-
 .../bootloader/boot_build_status_one/index.html |  12 +-
 .../bootloader/boot_clear_status/index.html     |  12 +-
 .../bootloader/boot_copy_area/index.html        |  12 +-
 .../bootloader/boot_copy_image/index.html       |  12 +-
 .../bootloader/boot_erase_area/index.html       |  12 +-
 .../bootloader/boot_fill_slot/index.html        |  12 +-
 .../boot_find_image_area_idx/index.html         |  12 +-
 .../bootloader/boot_find_image_part/index.html  |  12 +-
 .../bootloader/boot_find_image_slot/index.html  |  12 +-
 .../os/modules/bootloader/boot_go/index.html    |  12 +-
 .../bootloader/boot_init_flash/index.html       |  12 +-
 .../bootloader/boot_move_area/index.html        |  12 +-
 .../boot_read_image_header/index.html           |  12 +-
 .../boot_read_image_headers/index.html          |  12 +-
 .../bootloader/boot_read_status/index.html      |  12 +-
 .../boot_select_image_slot/index.html           |  12 +-
 .../bootloader/boot_slot_addr/index.html        |  12 +-
 .../bootloader/boot_slot_to_area_idx/index.html |  12 +-
 .../bootloader/boot_swap_areas/index.html       |  12 +-
 .../bootloader/boot_vect_delete_main/index.html |  12 +-
 .../bootloader/boot_vect_delete_test/index.html |  12 +-
 .../bootloader/boot_vect_read_main/index.html   |  12 +-
 .../bootloader/boot_vect_read_one/index.html    |  12 +-
 .../bootloader/boot_vect_read_test/index.html   |  12 +-
 .../bootloader/boot_write_status/index.html     |  12 +-
 .../os/modules/bootloader/bootloader/index.html |  12 +-
 develop/os/modules/console/console/index.html   |  12 +-
 .../console/console_blocking_mode/index.html    |  12 +-
 .../os/modules/console/console_echo/index.html  |  12 +-
 .../os/modules/console/console_init/index.html  |  12 +-
 .../modules/console/console_is_init/index.html  |  12 +-
 .../modules/console/console_printf/index.html   |  12 +-
 .../os/modules/console/console_read/index.html  |  12 +-
 .../os/modules/console/console_write/index.html |  12 +-
 develop/os/modules/devmgmt/newtmgr/index.html   |  12 +-
 develop/os/modules/devmgmt/oicmgr/index.html    |  12 +-
 develop/os/modules/drivers/driver/index.html    |  12 +-
 develop/os/modules/elua/elua/index.html         |  12 +-
 develop/os/modules/elua/lua_init/index.html     |  12 +-
 develop/os/modules/elua/lua_main/index.html     |  12 +-
 develop/os/modules/fcb/fcb/index.html           |  12 +-
 develop/os/modules/fcb/fcb_append/index.html    |  12 +-
 .../os/modules/fcb/fcb_append_finish/index.html |  12 +-
 .../fcb/fcb_append_to_scratch/index.html        |  12 +-
 develop/os/modules/fcb/fcb_clear/index.html     |  12 +-
 develop/os/modules/fcb/fcb_getnext/index.html   |  12 +-
 develop/os/modules/fcb/fcb_init/index.html      |  12 +-
 develop/os/modules/fcb/fcb_is_empty/index.html  |  12 +-
 .../os/modules/fcb/fcb_offset_last_n/index.html |  12 +-
 develop/os/modules/fcb/fcb_rotate/index.html    |  12 +-
 develop/os/modules/fcb/fcb_walk/index.html      |  12 +-
 develop/os/modules/fs/fs/fs/index.html          |  12 +-
 develop/os/modules/fs/fs/fs_close/index.html    |  12 +-
 develop/os/modules/fs/fs/fs_closedir/index.html |  12 +-
 .../modules/fs/fs/fs_dirent_is_dir/index.html   |  12 +-
 .../os/modules/fs/fs/fs_dirent_name/index.html  |  12 +-
 develop/os/modules/fs/fs/fs_filelen/index.html  |  12 +-
 develop/os/modules/fs/fs/fs_getpos/index.html   |  12 +-
 develop/os/modules/fs/fs/fs_mkdir/index.html    |  12 +-
 develop/os/modules/fs/fs/fs_open/index.html     |  12 +-
 develop/os/modules/fs/fs/fs_opendir/index.html  |  12 +-
 develop/os/modules/fs/fs/fs_ops/index.html      |  12 +-
 develop/os/modules/fs/fs/fs_read/index.html     |  12 +-
 develop/os/modules/fs/fs/fs_readdir/index.html  |  12 +-
 develop/os/modules/fs/fs/fs_register/index.html |  12 +-
 develop/os/modules/fs/fs/fs_rename/index.html   |  12 +-
 .../os/modules/fs/fs/fs_return_codes/index.html |  12 +-
 develop/os/modules/fs/fs/fs_seek/index.html     |  12 +-
 develop/os/modules/fs/fs/fs_unlink/index.html   |  12 +-
 develop/os/modules/fs/fs/fs_write/index.html    |  12 +-
 .../modules/fs/fs/fsutil_read_file/index.html   |  12 +-
 .../modules/fs/fs/fsutil_write_file/index.html  |  12 +-
 develop/os/modules/fs/nffs/nffs/index.html      |  12 +-
 .../modules/fs/nffs/nffs_area_desc/index.html   |  12 +-
 .../os/modules/fs/nffs/nffs_config/index.html   |  12 +-
 .../os/modules/fs/nffs/nffs_detect/index.html   |  12 +-
 .../os/modules/fs/nffs/nffs_format/index.html   |  12 +-
 develop/os/modules/fs/nffs/nffs_init/index.html |  12 +-
 .../modules/fs/nffs/nffs_internals/index.html   |  12 +-
 develop/os/modules/fs/otherfs/index.html        |  12 +-
 develop/os/modules/hal/hal/index.html           |  12 +-
 develop/os/modules/hal/hal_api/index.html       |  12 +-
 .../os/modules/hal/hal_bsp/hal_bsp/index.html   |  12 +-
 develop/os/modules/hal/hal_creation/index.html  |  12 +-
 .../modules/hal/hal_flash/hal_flash/index.html  |  12 +-
 .../hal/hal_flash/hal_flash_int/index.html      |  12 +-
 .../os/modules/hal/hal_gpio/hal_gpio/index.html |  12 +-
 .../os/modules/hal/hal_i2c/hal_i2c/index.html   |  12 +-
 .../os/modules/hal/hal_in_libraries/index.html  |  12 +-
 .../hal/hal_os_tick/hal_os_tick/index.html      |  12 +-
 .../os/modules/hal/hal_spi/hal_spi/index.html   |  12 +-
 .../modules/hal/hal_system/hal_sys/index.html   |  12 +-
 .../modules/hal/hal_timer/hal_timer/index.html  |  12 +-
 .../os/modules/hal/hal_uart/hal_uart/index.html |  12 +-
 .../hal/hal_watchdog/hal_watchdog/index.html    |  12 +-
 develop/os/modules/imgmgr/imgmgr/index.html     |  12 +-
 .../imgmgr/imgmgr_module_init/index.html        |  12 +-
 .../os/modules/imgmgr/imgr_ver_parse/index.html |  12 +-
 .../os/modules/imgmgr/imgr_ver_str/index.html   |  12 +-
 develop/os/modules/json/json/index.html         |  12 +-
 .../json/json_encode_object_entry/index.html    |  12 +-
 .../json/json_encode_object_finish/index.html   |  12 +-
 .../json/json_encode_object_key/index.html      |  12 +-
 .../json/json_encode_object_start/index.html    |  12 +-
 .../os/modules/json/json_read_object/index.html |  12 +-
 develop/os/modules/logs/logs/index.html         |  12 +-
 develop/os/modules/shell/shell/index.html       |  12 +-
 .../modules/shell/shell_cmd_register/index.html |  12 +-
 .../shell/shell_nlip_input_register/index.html  |  12 +-
 .../modules/shell/shell_nlip_output/index.html  |  12 +-
 .../os/modules/shell/shell_task_init/index.html |  12 +-
 develop/os/modules/split/split/index.html       |  12 +-
 develop/os/modules/stats/stats/index.html       |  12 +-
 .../os/modules/testutil/test_assert/index.html  |  12 +-
 .../os/modules/testutil/test_case/index.html    |  12 +-
 .../os/modules/testutil/test_decl/index.html    |  12 +-
 .../os/modules/testutil/test_pass/index.html    |  12 +-
 .../os/modules/testutil/test_suite/index.html   |  12 +-
 develop/os/modules/testutil/testutil/index.html |  12 +-
 develop/os/modules/testutil/tu_init/index.html  |  12 +-
 .../os/modules/testutil/tu_restart/index.html   |  12 +-
 develop/os/os_user_guide/index.html             |  12 +-
 develop/os/tutorials/STM32F303/index.html       |  20 +-
 develop/os/tutorials/add_newtmgr/index.html     |  12 +-
 develop/os/tutorials/add_shell/index.html       |  12 +-
 .../os/tutorials/air_quality_sensor/index.html  |  12 +-
 develop/os/tutorials/arduino_zero/index.html    |  20 +-
 develop/os/tutorials/blehci_project/index.html  |  12 +-
 .../os/tutorials/bleprph/bleprph-adv/index.html |  12 +-
 .../os/tutorials/bleprph/bleprph-app/index.html |  12 +-
 .../bleprph/bleprph-chr-access/index.html       |  12 +-
 .../bleprph/bleprph-gap-event/index.html        |  12 +-
 .../tutorials/bleprph/bleprph-intro/index.html  |  12 +-
 .../bleprph/bleprph-svc-reg/index.html          |  12 +-
 develop/os/tutorials/bletiny_project/index.html |  12 +-
 develop/os/tutorials/blinky_console/index.html  | 712 +++++++++++++++++++
 develop/os/tutorials/blinky_primo/index.html    |  20 +-
 .../os/tutorials/blinky_sram_olimex/index.html  |  24 +-
 develop/os/tutorials/event_queue/index.html     |  12 +-
 develop/os/tutorials/ibeacon/index.html         |  12 +-
 develop/os/tutorials/nRF52/index.html           |  20 +-
 develop/os/tutorials/olimex/index.html          |  20 +-
 develop/os/tutorials/pin-wheel-mods/index.html  |  20 +-
 develop/os/tutorials/project-slinky/index.html  |  12 +-
 .../tutorials/project-target-slinky/index.html  |  12 +-
 develop/os/tutorials/repo/add_repos/index.html  |  16 +-
 .../os/tutorials/repo/create_repo/index.html    |  12 +-
 .../os/tutorials/repo/upgrade_repo/index.html   |  12 +-
 develop/os/tutorials/tasks_lesson/index.html    |  12 +-
 develop/os/tutorials/tutorials/index.html       |  12 +-
 develop/os/tutorials/unit_test/index.html       |  12 +-
 .../os/tutorials/wi-fi_on_arduino/index.html    |  12 +-
 develop/pages/ble/index.html                    |  12 +-
 develop/quick-start/index.html                  |  12 +-
 develop/search.html                             |  12 +-
 develop/sitemap.xml                             |  24 +-
 develop/talks/index.html                        |  12 +-
 download/index.html                             |  12 +-
 events/index.html                               |  12 +-
 faq/answers/index.html                          |  12 +-
 faq/how_to_edit_docs/index.html                 |  12 +-
 index.html                                      |  12 +-
 latest/about/index.html                         |  12 +-
 latest/community/index.html                     |  12 +-
 latest/css/v2.css                               |  56 +-
 latest/download/index.html                      |  12 +-
 latest/events/index.html                        |  12 +-
 latest/faq/answers/index.html                   |  12 +-
 latest/faq/how_to_edit_docs/index.html          |  12 +-
 latest/index.html                               |  12 +-
 latest/main-banner.html                         |  12 +-
 latest/mkdocs/search_index.json                 |  69 +-
 .../ble/ble_hs/ble_att/ble_att/index.html       |  12 +-
 .../ble_att/functions/ble_att_mtu/index.html    |  12 +-
 .../ble_att_set_preferred_mtu/index.html        |  12 +-
 .../functions/ble_att_svr_read_local/index.html |  12 +-
 .../ble_att_svr_write_local/index.html          |  12 +-
 .../ble/ble_hs/ble_gap/ble_gap/index.html       |  12 +-
 .../ble_gap/definitions/ble_gap_defs/index.html |  12 +-
 .../functions/ble_gap_adv_active/index.html     |  12 +-
 .../ble_gap_adv_rsp_set_fields/index.html       |  12 +-
 .../functions/ble_gap_adv_set_fields/index.html |  12 +-
 .../functions/ble_gap_adv_start/index.html      |  12 +-
 .../functions/ble_gap_adv_stop/index.html       |  12 +-
 .../functions/ble_gap_conn_active/index.html    |  12 +-
 .../functions/ble_gap_conn_cancel/index.html    |  12 +-
 .../functions/ble_gap_conn_find/index.html      |  12 +-
 .../functions/ble_gap_conn_rssi/index.html      |  12 +-
 .../functions/ble_gap_connect/index.html        |  12 +-
 .../ble_gap/functions/ble_gap_disc/index.html   |  12 +-
 .../functions/ble_gap_disc_active/index.html    |  12 +-
 .../functions/ble_gap_disc_cancel/index.html    |  12 +-
 .../ble_gap_security_initiate/index.html        |  12 +-
 .../functions/ble_gap_terminate/index.html      |  12 +-
 .../functions/ble_gap_update_params/index.html  |  12 +-
 .../ble_gap/functions/ble_gap_wl_set/index.html |  12 +-
 .../ble/ble_hs/ble_gattc/ble_gattc/index.html   |  12 +-
 .../definitions/ble_gattc_defs/index.html       |  12 +-
 .../ble_gattc_disc_all_chrs/index.html          |  12 +-
 .../ble_gattc_disc_all_dscs/index.html          |  12 +-
 .../ble_gattc_disc_all_svcs/index.html          |  12 +-
 .../ble_gattc_disc_chrs_by_uuid/index.html      |  12 +-
 .../ble_gattc_disc_svc_by_uuid/index.html       |  12 +-
 .../functions/ble_gattc_exchange_mtu/index.html |  12 +-
 .../ble_gattc_find_inc_svcs/index.html          |  12 +-
 .../functions/ble_gattc_indicate/index.html     |  12 +-
 .../functions/ble_gattc_notify/index.html       |  12 +-
 .../ble_gattc_notify_custom/index.html          |  12 +-
 .../functions/ble_gattc_read/index.html         |  12 +-
 .../functions/ble_gattc_read_by_uuid/index.html |  12 +-
 .../functions/ble_gattc_read_long/index.html    |  12 +-
 .../functions/ble_gattc_read_mult/index.html    |  12 +-
 .../functions/ble_gattc_write/index.html        |  12 +-
 .../functions/ble_gattc_write_flat/index.html   |  12 +-
 .../functions/ble_gattc_write_long/index.html   |  12 +-
 .../functions/ble_gattc_write_no_rsp/index.html |  12 +-
 .../ble_gattc_write_no_rsp_flat/index.html      |  12 +-
 .../ble_gattc_write_reliable/index.html         |  12 +-
 .../ble/ble_hs/ble_gatts/ble_gatts/index.html   |  12 +-
 .../definitions/ble_gatts_defs/index.html       |  12 +-
 .../functions/ble_gatts_add_svcs/index.html     |  12 +-
 .../functions/ble_gatts_count_cfg/index.html    |  12 +-
 .../ble_gatts_count_resources/index.html        |  12 +-
 .../functions/ble_gatts_find_chr/index.html     |  12 +-
 .../functions/ble_gatts_find_dsc/index.html     |  12 +-
 .../functions/ble_gatts_find_svc/index.html     |  12 +-
 .../ble_gatts_register_svcs/index.html          |  12 +-
 latest/network/ble/ble_hs/ble_hs/index.html     |  12 +-
 .../ble/ble_hs/ble_hs_id/ble_hs_id/index.html   |  12 +-
 .../functions/ble_hs_id_copy_addr/index.html    |  12 +-
 .../functions/ble_hs_id_gen_rnd/index.html      |  12 +-
 .../functions/ble_hs_id_set_rnd/index.html      |  12 +-
 .../ble/ble_hs/ble_hs_return_codes/index.html   |  12 +-
 .../init/definitions/init_defs/index.html       |  12 +-
 .../init/functions/ble_hs_init/index.html       |  12 +-
 .../init/functions/ble_hs_start/index.html      |  12 +-
 .../init/functions/ble_hs_synced/index.html     |  12 +-
 latest/network/ble/ble_hs/init/init/index.html  |  12 +-
 .../ble_eddystone_set_adv_data_uid/index.html   |  12 +-
 .../ble_eddystone_set_adv_data_url/index.html   |  12 +-
 .../functions/ble_hs_mbuf_att_pkt/index.html    |  12 +-
 .../functions/ble_hs_mbuf_from_flat/index.html  |  12 +-
 .../functions/ble_hs_mbuf_to_flat/index.html    |  12 +-
 .../ble_ibeacon_set_adv_data/index.html         |  12 +-
 .../functions/ble_uuid_128_to_16/index.html     |  12 +-
 .../functions/ble_uuid_16_to_128/index.html     |  12 +-
 .../network/ble/ble_hs/other/other/index.html   |  12 +-
 latest/network/ble/ble_intro/index.html         |  12 +-
 latest/network/ble/ble_sec/index.html           |  12 +-
 .../network/ble/bletiny/bletiny_GAP/index.html  |  12 +-
 .../network/ble/bletiny/bletiny_GATT/index.html |  12 +-
 .../ble/bletiny/bletiny_advdata/index.html      |  12 +-
 .../network/ble/bletiny/bletiny_api/index.html  |  12 +-
 .../ble/ini_stack/ble_add_cpu/index.html        |  12 +-
 .../ble/ini_stack/ble_consolepkg/index.html     |  12 +-
 .../ble/ini_stack/ble_controller_ini/index.html |  12 +-
 .../network/ble/ini_stack/ble_devadd/index.html |  12 +-
 .../ble/ini_stack/ble_host_ini/index.html       |  12 +-
 .../ble/ini_stack/ble_ini_intro/index.html      |  12 +-
 .../ble/ini_stack/ble_mempool/index.html        |  12 +-
 .../ble/ini_stack/ble_parent_ini/index.html     |  12 +-
 .../ble/ini_stack/ble_statpkg/index.html        |  12 +-
 latest/network/ble/nimble_setup/index.html      |  12 +-
 latest/newt/command_list/newt_build/index.html  |  12 +-
 latest/newt/command_list/newt_clean/index.html  |  12 +-
 .../command_list/newt_create_image/index.html   |  12 +-
 latest/newt/command_list/newt_debug/index.html  |  12 +-
 latest/newt/command_list/newt_help/index.html   |  12 +-
 latest/newt/command_list/newt_info/index.html   |  12 +-
 .../newt/command_list/newt_install/index.html   |  12 +-
 latest/newt/command_list/newt_load/index.html   |  12 +-
 latest/newt/command_list/newt_new/index.html    |  12 +-
 latest/newt/command_list/newt_run/index.html    |  12 +-
 latest/newt/command_list/newt_size/index.html   |  12 +-
 latest/newt/command_list/newt_target/index.html |  12 +-
 latest/newt/command_list/newt_test/index.html   |  12 +-
 .../newt/command_list/newt_upgrade/index.html   |  12 +-
 .../newt/command_list/newt_version/index.html   |  12 +-
 latest/newt/install/newt_linux/index.html       |  12 +-
 latest/newt/install/newt_mac/index.html         |  12 +-
 latest/newt/newt_intro/index.html               |  15 +-
 latest/newt/newt_operation/index.html           | 103 ++-
 latest/newt/newt_ops/index.html                 |  12 +-
 latest/newtmgr/installing/index.html            |  12 +-
 latest/newtmgr/overview/index.html              |  12 +-
 latest/os/core_os/callout/callout/index.html    |  12 +-
 .../callout/os_callout_func_init/index.html     |  12 +-
 .../core_os/callout/os_callout_init/index.html  |  12 +-
 .../callout/os_callout_queued/index.html        |  12 +-
 .../core_os/callout/os_callout_reset/index.html |  12 +-
 .../core_os/callout/os_callout_stop/index.html  |  12 +-
 .../context_switch/context_switch/index.html    |  12 +-
 .../context_switch/os_arch_ctx_sw/index.html    |  12 +-
 .../core_os/context_switch/os_sched/index.html  |  12 +-
 .../os_sched_ctx_sw_hook/index.html             |  12 +-
 .../os_sched_get_current_task/index.html        |  12 +-
 .../context_switch/os_sched_insert/index.html   |  12 +-
 .../os_sched_next_task/index.html               |  12 +-
 .../os_sched_os_timer_exp/index.html            |  12 +-
 .../context_switch/os_sched_resort/index.html   |  12 +-
 .../os_sched_set_current_task/index.html        |  12 +-
 .../context_switch/os_sched_sleep/index.html    |  12 +-
 .../context_switch/os_sched_wakeup/index.html   |  12 +-
 .../core_os/event_queue/event_queue/index.html  |  12 +-
 .../event_queue/os_eventq_dflt_get/index.html   |  12 +-
 .../event_queue/os_eventq_dflt_set/index.html   |  12 +-
 .../event_queue/os_eventq_get/index.html        |  12 +-
 .../event_queue/os_eventq_init/index.html       |  12 +-
 .../event_queue/os_eventq_inited/index.html     |  12 +-
 .../event_queue/os_eventq_put/index.html        |  12 +-
 .../event_queue/os_eventq_remove/index.html     |  12 +-
 latest/os/core_os/heap/heap/index.html          |  12 +-
 latest/os/core_os/heap/os_free/index.html       |  12 +-
 latest/os/core_os/heap/os_malloc/index.html     |  12 +-
 latest/os/core_os/heap/os_realloc/index.html    |  12 +-
 latest/os/core_os/mbuf/OS_MBUF_DATA/index.html  |  12 +-
 .../mbuf/OS_MBUF_LEADINGSPACE/index.html        |  12 +-
 .../os/core_os/mbuf/OS_MBUF_PKTHDR/index.html   |  12 +-
 .../mbuf/OS_MBUF_PKTHDR_TO_MBUF/index.html      |  12 +-
 .../os/core_os/mbuf/OS_MBUF_PKTLEN/index.html   |  12 +-
 .../mbuf/OS_MBUF_TRAILINGSPACE/index.html       |  12 +-
 .../os/core_os/mbuf/OS_MBUF_USRHDR/index.html   |  12 +-
 .../core_os/mbuf/OS_MBUF_USRHDR_LEN/index.html  |  12 +-
 latest/os/core_os/mbuf/mbuf/index.html          |  12 +-
 latest/os/core_os/mbuf/os_mbuf_adj/index.html   |  12 +-
 .../os/core_os/mbuf/os_mbuf_append/index.html   |  12 +-
 .../os/core_os/mbuf/os_mbuf_concat/index.html   |  12 +-
 .../os/core_os/mbuf/os_mbuf_copydata/index.html |  12 +-
 .../os/core_os/mbuf/os_mbuf_copyinto/index.html |  12 +-
 latest/os/core_os/mbuf/os_mbuf_dup/index.html   |  12 +-
 .../os/core_os/mbuf/os_mbuf_extend/index.html   |  12 +-
 .../core_os/mbuf/os_mbuf_free_chain/index.html  |  12 +-
 latest/os/core_os/mbuf/os_mbuf_get/index.html   |  12 +-
 .../core_os/mbuf/os_mbuf_get_pkthdr/index.html  |  12 +-
 .../os/core_os/mbuf/os_mbuf_memcmp/index.html   |  12 +-
 latest/os/core_os/mbuf/os_mbuf_off/index.html   |  12 +-
 .../core_os/mbuf/os_mbuf_pool_init/index.html   |  12 +-
 .../os/core_os/mbuf/os_mbuf_prepend/index.html  |  12 +-
 .../os/core_os/mbuf/os_mbuf_pullup/index.html   |  12 +-
 .../memory_pool/OS_MEMPOOL_BYTES/index.html     |  12 +-
 .../memory_pool/OS_MEMPOOL_SIZE/index.html      |  12 +-
 .../core_os/memory_pool/memory_pool/index.html  |  12 +-
 .../memory_pool/os_memblock_get/index.html      |  12 +-
 .../memory_pool/os_memblock_put/index.html      |  12 +-
 .../memory_pool/os_mempool_init/index.html      |  12 +-
 latest/os/core_os/mqueue/mqueue/index.html      |  12 +-
 .../os/core_os/mqueue/os_mqueue_get/index.html  |  12 +-
 .../os/core_os/mqueue/os_mqueue_init/index.html |  12 +-
 .../os/core_os/mqueue/os_mqueue_put/index.html  |  12 +-
 latest/os/core_os/msys/msys/index.html          |  12 +-
 latest/os/core_os/msys/os_msys_get/index.html   |  12 +-
 .../core_os/msys/os_msys_get_pkthdr/index.html  |  12 +-
 .../os/core_os/msys/os_msys_register/index.html |  12 +-
 latest/os/core_os/msys/os_msys_reset/index.html |  12 +-
 latest/os/core_os/mutex/mutex/index.html        |  12 +-
 .../os/core_os/mutex/os_mutex_init/index.html   |  12 +-
 .../os/core_os/mutex/os_mutex_pend/index.html   |  12 +-
 .../core_os/mutex/os_mutex_release/index.html   |  12 +-
 latest/os/core_os/mynewt_os/index.html          |  12 +-
 latest/os/core_os/os_init/index.html            |  12 +-
 latest/os/core_os/os_start/index.html           |  12 +-
 latest/os/core_os/os_started/index.html         |  12 +-
 latest/os/core_os/porting/port_bsp/index.html   |  12 +-
 latest/os/core_os/porting/port_cpu/index.html   |  12 +-
 latest/os/core_os/porting/port_mcu/index.html   |  12 +-
 latest/os/core_os/porting/port_os/index.html    |  12 +-
 .../sanity/os_sanity_check_init/index.html      |  12 +-
 .../sanity/os_sanity_check_register/index.html  |  12 +-
 .../sanity/os_sanity_check_reset/index.html     |  12 +-
 .../sanity/os_sanity_task_checkin/index.html    |  12 +-
 .../sanity/os_sanity_task_init/index.html       |  12 +-
 latest/os/core_os/sanity/sanity/index.html      |  12 +-
 .../os/core_os/semaphore/os_sem_init/index.html |  12 +-
 .../os/core_os/semaphore/os_sem_pend/index.html |  12 +-
 .../core_os/semaphore/os_sem_release/index.html |  12 +-
 .../os/core_os/semaphore/semaphore/index.html   |  12 +-
 latest/os/core_os/task/os_task_count/index.html |  12 +-
 .../task/os_task_info_get_next/index.html       |  12 +-
 latest/os/core_os/task/os_task_init/index.html  |  12 +-
 latest/os/core_os/task/task/index.html          |  12 +-
 .../os/core_os/time/os_gettimeofday/index.html  |  12 +-
 .../os/core_os/time/os_settimeofday/index.html  |  12 +-
 latest/os/core_os/time/os_time/index.html       |  12 +-
 latest/os/core_os/time/os_time_delay/index.html |  12 +-
 latest/os/core_os/time/os_time_get/index.html   |  12 +-
 latest/os/core_os/time/os_time_tick/index.html  |  12 +-
 latest/os/get_started/cross_tools/index.html    |  12 +-
 latest/os/get_started/docker/index.html         |  12 +-
 latest/os/get_started/get_started/index.html    |  12 +-
 latest/os/get_started/native_tools/index.html   |  12 +-
 latest/os/get_started/project_create/index.html |  12 +-
 latest/os/get_started/serial_access/index.html  |  12 +-
 latest/os/get_started/vocabulary/index.html     |  12 +-
 latest/os/introduction/index.html               |  12 +-
 latest/os/modules/baselibc/index.html           |  12 +-
 .../bootloader/boot_build_status/index.html     |  12 +-
 .../bootloader/boot_build_status_one/index.html |  12 +-
 .../bootloader/boot_clear_status/index.html     |  12 +-
 .../bootloader/boot_copy_area/index.html        |  12 +-
 .../bootloader/boot_copy_image/index.html       |  12 +-
 .../bootloader/boot_erase_area/index.html       |  12 +-
 .../bootloader/boot_fill_slot/index.html        |  12 +-
 .../boot_find_image_area_idx/index.html         |  12 +-
 .../bootloader/boot_find_image_part/index.html  |  12 +-
 .../bootloader/boot_find_image_slot/index.html  |  12 +-
 latest/os/modules/bootloader/boot_go/index.html |  12 +-
 .../bootloader/boot_init_flash/index.html       |  12 +-
 .../bootloader/boot_move_area/index.html        |  12 +-
 .../boot_read_image_header/index.html           |  12 +-
 .../boot_read_image_headers/index.html          |  12 +-
 .../bootloader/boot_read_status/index.html      |  12 +-
 .../boot_select_image_slot/index.html           |  12 +-
 .../bootloader/boot_slot_addr/index.html        |  12 +-
 .../bootloader/boot_slot_to_area_idx/index.html |  12 +-
 .../bootloader/boot_swap_areas/index.html       |  12 +-
 .../bootloader/boot_vect_delete_main/index.html |  12 +-
 .../bootloader/boot_vect_delete_test/index.html |  12 +-
 .../bootloader/boot_vect_read_main/index.html   |  12 +-
 .../bootloader/boot_vect_read_one/index.html    |  12 +-
 .../bootloader/boot_vect_read_test/index.html   |  12 +-
 .../bootloader/boot_write_status/index.html     |  12 +-
 .../os/modules/bootloader/bootloader/index.html |  12 +-
 latest/os/modules/console/console/index.html    |  12 +-
 .../console/console_blocking_mode/index.html    |  12 +-
 .../os/modules/console/console_echo/index.html  |  12 +-
 .../os/modules/console/console_init/index.html  |  12 +-
 .../modules/console/console_is_init/index.html  |  12 +-
 .../modules/console/console_printf/index.html   |  12 +-
 .../os/modules/console/console_read/index.html  |  12 +-
 .../os/modules/console/console_write/index.html |  12 +-
 latest/os/modules/devmgmt/newtmgr/index.html    |  12 +-
 latest/os/modules/devmgmt/oicmgr/index.html     |  12 +-
 latest/os/modules/drivers/driver/index.html     |  12 +-
 latest/os/modules/elua/elua/index.html          |  12 +-
 latest/os/modules/elua/lua_init/index.html      |  12 +-
 latest/os/modules/elua/lua_main/index.html      |  12 +-
 latest/os/modules/fcb/fcb/index.html            |  12 +-
 latest/os/modules/fcb/fcb_append/index.html     |  12 +-
 .../os/modules/fcb/fcb_append_finish/index.html |  12 +-
 .../fcb/fcb_append_to_scratch/index.html        |  12 +-
 latest/os/modules/fcb/fcb_clear/index.html      |  12 +-
 latest/os/modules/fcb/fcb_getnext/index.html    |  12 +-
 latest/os/modules/fcb/fcb_init/index.html       |  12 +-
 latest/os/modules/fcb/fcb_is_empty/index.html   |  12 +-
 .../os/modules/fcb/fcb_offset_last_n/index.html |  12 +-
 latest/os/modules/fcb/fcb_rotate/index.html     |  12 +-
 latest/os/modules/fcb/fcb_walk/index.html       |  12 +-
 latest/os/modules/fs/fs/fs/index.html           |  12 +-
 latest/os/modules/fs/fs/fs_close/index.html     |  12 +-
 latest/os/modules/fs/fs/fs_closedir/index.html  |  12 +-
 .../modules/fs/fs/fs_dirent_is_dir/index.html   |  12 +-
 .../os/modules/fs/fs/fs_dirent_name/index.html  |  12 +-
 latest/os/modules/fs/fs/fs_filelen/index.html   |  12 +-
 latest/os/modules/fs/fs/fs_getpos/index.html    |  12 +-
 latest/os/modules/fs/fs/fs_mkdir/index.html     |  12 +-
 latest/os/modules/fs/fs/fs_open/index.html      |  12 +-
 latest/os/modules/fs/fs/fs_opendir/index.html   |  12 +-
 latest/os/modules/fs/fs/fs_ops/index.html       |  12 +-
 latest/os/modules/fs/fs/fs_read/index.html      |  12 +-
 latest/os/modules/fs/fs/fs_readdir/index.html   |  12 +-
 latest/os/modules/fs/fs/fs_register/index.html  |  12 +-
 latest/os/modules/fs/fs/fs_rename/index.html    |  12 +-
 .../os/modules/fs/fs/fs_return_codes/index.html |  12 +-
 latest/os/modules/fs/fs/fs_seek/index.html      |  12 +-
 latest/os/modules/fs/fs/fs_unlink/index.html    |  12 +-
 latest/os/modules/fs/fs/fs_write/index.html     |  12 +-
 .../modules/fs/fs/fsutil_read_file/index.html   |  12 +-
 .../modules/fs/fs/fsutil_write_file/index.html  |  12 +-
 latest/os/modules/fs/nffs/nffs/index.html       |  12 +-
 .../modules/fs/nffs/nffs_area_desc/index.html   |  12 +-
 .../os/modules/fs/nffs/nffs_config/index.html   |  12 +-
 .../os/modules/fs/nffs/nffs_detect/index.html   |  12 +-
 .../os/modules/fs/nffs/nffs_format/index.html   |  12 +-
 latest/os/modules/fs/nffs/nffs_init/index.html  |  12 +-
 .../modules/fs/nffs/nffs_internals/index.html   |  12 +-
 latest/os/modules/fs/otherfs/index.html         |  12 +-
 latest/os/modules/hal/hal/index.html            |  12 +-
 latest/os/modules/hal/hal_api/index.html        |  12 +-
 .../os/modules/hal/hal_bsp/hal_bsp/index.html   |  12 +-
 latest/os/modules/hal/hal_creation/index.html   |  12 +-
 .../modules/hal/hal_flash/hal_flash/index.html  |  12 +-
 .../hal/hal_flash/hal_flash_int/index.html      |  12 +-
 .../os/modules/hal/hal_gpio/hal_gpio/index.html |  12 +-
 .../os/modules/hal/hal_i2c/hal_i2c/index.html   |  12 +-
 .../os/modules/hal/hal_in_libraries/index.html  |  12 +-
 .../hal/hal_os_tick/hal_os_tick/index.html      |  12 +-
 .../os/modules/hal/hal_spi/hal_spi/index.html   |  12 +-
 .../modules/hal/hal_system/hal_sys/index.html   |  12 +-
 .../modules/hal/hal_timer/hal_timer/index.html  |  12 +-
 .../os/modules/hal/hal_uart/hal_uart/index.html |  12 +-
 .../hal/hal_watchdog/hal_watchdog/index.html    |  12 +-
 latest/os/modules/imgmgr/imgmgr/index.html      |  12 +-
 .../imgmgr/imgmgr_module_init/index.html        |  12 +-
 .../os/modules/imgmgr/imgr_ver_parse/index.html |  12 +-
 .../os/modules/imgmgr/imgr_ver_str/index.html   |  12 +-
 latest/os/modules/json/json/index.html          |  12 +-
 .../json/json_encode_object_entry/index.html    |  12 +-
 .../json/json_encode_object_finish/index.html   |  12 +-
 .../json/json_encode_object_key/index.html      |  12 +-
 .../json/json_encode_object_start/index.html    |  12 +-
 .../os/modules/json/json_read_object/index.html |  12 +-
 latest/os/modules/logs/logs/index.html          |  12 +-
 latest/os/modules/shell/shell/index.html        |  12 +-
 .../modules/shell/shell_cmd_register/index.html |  12 +-
 .../shell/shell_nlip_input_register/index.html  |  12 +-
 .../modules/shell/shell_nlip_output/index.html  |  12 +-
 .../os/modules/shell/shell_task_init/index.html |  12 +-
 latest/os/modules/split/split/index.html        |  12 +-
 latest/os/modules/stats/stats/index.html        |  12 +-
 .../os/modules/testutil/test_assert/index.html  |  12 +-
 latest/os/modules/testutil/test_case/index.html |  12 +-
 latest/os/modules/testutil/test_decl/index.html |  12 +-
 latest/os/modules/testutil/test_pass/index.html |  12 +-
 .../os/modules/testutil/test_suite/index.html   |  12 +-
 latest/os/modules/testutil/testutil/index.html  |  12 +-
 latest/os/modules/testutil/tu_init/index.html   |  12 +-
 .../os/modules/testutil/tu_restart/index.html   |  12 +-
 latest/os/os_user_guide/index.html              |  12 +-
 latest/os/tutorials/STM32F303/index.html        |  20 +-
 latest/os/tutorials/add_newtmgr/index.html      |  12 +-
 latest/os/tutorials/add_shell/index.html        |  12 +-
 .../os/tutorials/air_quality_sensor/index.html  |  12 +-
 latest/os/tutorials/arduino_zero/index.html     |  20 +-
 latest/os/tutorials/blehci_project/index.html   |  12 +-
 .../os/tutorials/bleprph/bleprph-adv/index.html |  12 +-
 .../os/tutorials/bleprph/bleprph-app/index.html |  12 +-
 .../bleprph/bleprph-chr-access/index.html       |  12 +-
 .../bleprph/bleprph-gap-event/index.html        |  12 +-
 .../tutorials/bleprph/bleprph-intro/index.html  |  12 +-
 .../bleprph/bleprph-svc-reg/index.html          |  12 +-
 latest/os/tutorials/bletiny_project/index.html  |  12 +-
 latest/os/tutorials/blinky_console/index.html   | 712 +++++++++++++++++++
 latest/os/tutorials/blinky_primo/index.html     |  20 +-
 .../os/tutorials/blinky_sram_olimex/index.html  |  24 +-
 latest/os/tutorials/event_queue/index.html      |  12 +-
 latest/os/tutorials/ibeacon/index.html          |  12 +-
 latest/os/tutorials/nRF52/index.html            |  20 +-
 latest/os/tutorials/olimex/index.html           |  20 +-
 latest/os/tutorials/pin-wheel-mods/index.html   |  20 +-
 latest/os/tutorials/project-slinky/index.html   |  12 +-
 .../tutorials/project-target-slinky/index.html  |  12 +-
 latest/os/tutorials/repo/add_repos/index.html   |  16 +-
 latest/os/tutorials/repo/create_repo/index.html |  12 +-
 .../os/tutorials/repo/upgrade_repo/index.html   |  12 +-
 latest/os/tutorials/tasks_lesson/index.html     |  12 +-
 latest/os/tutorials/tutorials/index.html        |  12 +-
 latest/os/tutorials/unit_test/index.html        |  12 +-
 latest/os/tutorials/wi-fi_on_arduino/index.html |  12 +-
 latest/pages/ble/index.html                     |  12 +-
 latest/quick-start/index.html                   |  12 +-
 latest/search.html                              |  12 +-
 latest/sitemap.xml                              |  24 +-
 latest/talks/index.html                         |  12 +-
 main-banner.html                                |  12 +-
 network/ble/ble_intro/index.html                |  12 +-
 network/ble/ble_sec/index.html                  |  12 +-
 network/ble/bletiny/bletiny_GAP/index.html      |  12 +-
 network/ble/bletiny/bletiny_GATT/index.html     |  12 +-
 network/ble/bletiny/bletiny_advdata/index.html  |  12 +-
 network/ble/bletiny_api/index.html              |  12 +-
 network/ble/ini_stack/ble_add_cpu/index.html    |  12 +-
 network/ble/ini_stack/ble_consolepkg/index.html |  12 +-
 .../ble/ini_stack/ble_controller_ini/index.html |  12 +-
 network/ble/ini_stack/ble_devadd/index.html     |  12 +-
 network/ble/ini_stack/ble_host_ini/index.html   |  12 +-
 network/ble/ini_stack/ble_ini_intro/index.html  |  12 +-
 network/ble/ini_stack/ble_mempool/index.html    |  12 +-
 network/ble/ini_stack/ble_parent_ini/index.html |  12 +-
 network/ble/ini_stack/ble_statpkg/index.html    |  12 +-
 network/ble/nimble_setup/index.html             |  12 +-
 newt/command_list/newt_build/index.html         |  12 +-
 newt/command_list/newt_clean/index.html         |  12 +-
 newt/command_list/newt_create_image/index.html  |  12 +-
 newt/command_list/newt_debug/index.html         |  12 +-
 newt/command_list/newt_help/index.html          |  12 +-
 newt/command_list/newt_info/index.html          |  12 +-
 newt/command_list/newt_install/index.html       |  12 +-
 newt/command_list/newt_load/index.html          |  12 +-
 newt/command_list/newt_new/index.html           |  12 +-
 newt/command_list/newt_run/index.html           |  12 +-
 newt/command_list/newt_size/index.html          |  12 +-
 newt/command_list/newt_target/index.html        |  12 +-
 newt/command_list/newt_test/index.html          |  12 +-
 newt/command_list/newt_upgrade/index.html       |  12 +-
 newt/command_list/newt_version/index.html       |  12 +-
 newt/install/newt_linux/index.html              |  12 +-
 newt/install/newt_mac/index.html                |  12 +-
 newt/newt_intro/index.html                      |  12 +-
 newt/newt_operation/index.html                  |  12 +-
 newt/newt_ops/index.html                        |  12 +-
 newtmgr/installing/index.html                   |  12 +-
 newtmgr/overview/index.html                     |  12 +-
 os/core_os/callout/callout/index.html           |  12 +-
 .../callout/os_callout_func_init/index.html     |  12 +-
 os/core_os/callout/os_callout_init/index.html   |  12 +-
 os/core_os/callout/os_callout_queued/index.html |  12 +-
 os/core_os/callout/os_callout_reset/index.html  |  12 +-
 os/core_os/callout/os_callout_stop/index.html   |  12 +-
 .../context_switch/context_switch/index.html    |  12 +-
 .../context_switch/os_arch_ctx_sw/index.html    |  12 +-
 os/core_os/context_switch/os_sched/index.html   |  12 +-
 .../os_sched_ctx_sw_hook/index.html             |  12 +-
 .../os_sched_get_current_task/index.html        |  12 +-
 .../context_switch/os_sched_insert/index.html   |  12 +-
 .../os_sched_next_task/index.html               |  12 +-
 .../os_sched_os_timer_exp/index.html            |  12 +-
 .../context_switch/os_sched_resort/index.html   |  12 +-
 .../os_sched_set_current_task/index.html        |  12 +-
 .../context_switch/os_sched_sleep/index.html    |  12 +-
 .../context_switch/os_sched_wakeup/index.html   |  12 +-
 os/core_os/event_queue/event_queue/index.html   |  12 +-
 os/core_os/event_queue/os_eventq_get/index.html |  12 +-
 .../event_queue/os_eventq_init/index.html       |  12 +-
 os/core_os/event_queue/os_eventq_put/index.html |  12 +-
 .../event_queue/os_eventq_remove/index.html     |  12 +-
 os/core_os/heap/heap/index.html                 |  12 +-
 os/core_os/heap/os_free/index.html              |  12 +-
 os/core_os/heap/os_malloc/index.html            |  12 +-
 os/core_os/heap/os_realloc/index.html           |  12 +-
 os/core_os/mbuf/OS_MBUF_DATA/index.html         |  12 +-
 os/core_os/mbuf/OS_MBUF_LEADINGSPACE/index.html |  12 +-
 os/core_os/mbuf/OS_MBUF_PKTHDR/index.html       |  12 +-
 .../mbuf/OS_MBUF_PKTHDR_TO_MBUF/index.html      |  12 +-
 os/core_os/mbuf/OS_MBUF_PKTLEN/index.html       |  12 +-
 .../mbuf/OS_MBUF_TRAILINGSPACE/index.html       |  12 +-
 os/core_os/mbuf/OS_MBUF_USRHDR/index.html       |  12 +-
 os/core_os/mbuf/OS_MBUF_USRHDR_LEN/index.html   |  12 +-
 os/core_os/mbuf/mbuf/index.html                 |  12 +-
 os/core_os/mbuf/os_mbuf_adj/index.html          |  12 +-
 os/core_os/mbuf/os_mbuf_append/index.html       |  12 +-
 os/core_os/mbuf/os_mbuf_concat/index.html       |  12 +-
 os/core_os/mbuf/os_mbuf_copydata/index.html     |  12 +-
 os/core_os/mbuf/os_mbuf_copyinto/index.html     |  12 +-
 os/core_os/mbuf/os_mbuf_dup/index.html          |  12 +-
 os/core_os/mbuf/os_mbuf_extend/index.html       |  12 +-
 os/core_os/mbuf/os_mbuf_free_chain/index.html   |  12 +-
 os/core_os/mbuf/os_mbuf_get/index.html          |  12 +-
 os/core_os/mbuf/os_mbuf_get_pkthdr/index.html   |  12 +-
 os/core_os/mbuf/os_mbuf_memcmp/index.html       |  12 +-
 os/core_os/mbuf/os_mbuf_off/index.html          |  12 +-
 os/core_os/mbuf/os_mbuf_pool_init/index.html    |  12 +-
 os/core_os/mbuf/os_mbuf_prepend/index.html      |  12 +-
 os/core_os/mbuf/os_mbuf_pullup/index.html       |  12 +-
 .../memory_pool/OS_MEMPOOL_BYTES/index.html     |  12 +-
 .../memory_pool/OS_MEMPOOL_SIZE/index.html      |  12 +-
 os/core_os/memory_pool/memory_pool/index.html   |  12 +-
 .../memory_pool/os_memblock_get/index.html      |  12 +-
 .../memory_pool/os_memblock_put/index.html      |  12 +-
 .../memory_pool/os_mempool_init/index.html      |  12 +-
 os/core_os/mqueue/mqueue/index.html             |  12 +-
 os/core_os/mqueue/os_mqueue_get/index.html      |  12 +-
 os/core_os/mqueue/os_mqueue_init/index.html     |  12 +-
 os/core_os/mqueue/os_mqueue_put/index.html      |  12 +-
 os/core_os/msys/msys/index.html                 |  12 +-
 os/core_os/msys/os_msys_get/index.html          |  12 +-
 os/core_os/msys/os_msys_get_pkthdr/index.html   |  12 +-
 os/core_os/msys/os_msys_register/index.html     |  12 +-
 os/core_os/msys/os_msys_reset/index.html        |  12 +-
 os/core_os/mutex/mutex/index.html               |  12 +-
 os/core_os/mutex/os_mutex_init/index.html       |  12 +-
 os/core_os/mutex/os_mutex_pend/index.html       |  12 +-
 os/core_os/mutex/os_mutex_release/index.html    |  12 +-
 os/core_os/mynewt_os/index.html                 |  12 +-
 os/core_os/os_init/index.html                   |  12 +-
 os/core_os/os_start/index.html                  |  12 +-
 os/core_os/os_started/index.html                |  12 +-
 os/core_os/porting/port_bsp/index.html          |  12 +-
 os/core_os/porting/port_cpu/index.html          |  12 +-
 os/core_os/porting/port_mcu/index.html          |  12 +-
 os/core_os/porting/port_os/index.html           |  12 +-
 .../sanity/os_sanity_check_init/index.html      |  12 +-
 .../sanity/os_sanity_check_register/index.html  |  12 +-
 .../sanity/os_sanity_check_reset/index.html     |  12 +-
 .../sanity/os_sanity_task_checkin/index.html    |  12 +-
 .../sanity/os_sanity_task_init/index.html       |  12 +-
 os/core_os/sanity/sanity/index.html             |  12 +-
 os/core_os/semaphore/os_sem_init/index.html     |  12 +-
 os/core_os/semaphore/os_sem_pend/index.html     |  12 +-
 os/core_os/semaphore/os_sem_release/index.html  |  12 +-
 os/core_os/semaphore/semaphore/index.html       |  12 +-
 os/core_os/task/os_task_count/index.html        |  12 +-
 .../task/os_task_info_get_next/index.html       |  12 +-
 os/core_os/task/os_task_init/index.html         |  12 +-
 os/core_os/task/task/index.html                 |  12 +-
 os/core_os/time/os_gettimeofday/index.html      |  12 +-
 os/core_os/time/os_settimeofday/index.html      |  12 +-
 os/core_os/time/os_time/index.html              |  12 +-
 os/core_os/time/os_time_delay/index.html        |  12 +-
 os/core_os/time/os_time_get/index.html          |  12 +-
 os/core_os/time/os_time_tick/index.html         |  12 +-
 os/get_started/cross_tools/index.html           |  12 +-
 os/get_started/docker/index.html                |  12 +-
 os/get_started/get_started/index.html           |  12 +-
 os/get_started/native_tools/index.html          |  12 +-
 os/get_started/project_create/index.html        |  12 +-
 os/get_started/vocabulary/index.html            |  12 +-
 os/introduction/index.html                      |  12 +-
 os/modules/baselibc/index.html                  |  12 +-
 .../bootloader/boot_build_status/index.html     |  12 +-
 .../bootloader/boot_build_status_one/index.html |  12 +-
 .../bootloader/boot_clear_status/index.html     |  12 +-
 os/modules/bootloader/boot_copy_area/index.html |  12 +-
 .../bootloader/boot_copy_image/index.html       |  12 +-
 .../bootloader/boot_erase_area/index.html       |  12 +-
 os/modules/bootloader/boot_fill_slot/index.html |  12 +-
 .../boot_find_image_area_idx/index.html         |  12 +-
 .../bootloader/boot_find_image_part/index.html  |  12 +-
 .../bootloader/boot_find_image_slot/index.html  |  12 +-
 os/modules/bootloader/boot_go/index.html        |  12 +-
 .../bootloader/boot_init_flash/index.html       |  12 +-
 os/modules/bootloader/boot_move_area/index.html |  12 +-
 .../boot_read_image_header/index.html           |  12 +-
 .../boot_read_image_headers/index.html          |  12 +-
 .../bootloader/boot_read_status/index.html      |  12 +-
 .../boot_select_image_slot/index.html           |  12 +-
 os/modules/bootloader/boot_slot_addr/index.html |  12 +-
 .../bootloader/boot_slot_to_area_idx/index.html |  12 +-
 .../bootloader/boot_swap_areas/index.html       |  12 +-
 .../bootloader/boot_vect_delete_main/index.html |  12 +-
 .../bootloader/boot_vect_delete_test/index.html |  12 +-
 .../bootloader/boot_vect_read_main/index.html   |  12 +-
 .../bootloader/boot_vect_read_one/index.html    |  12 +-
 .../bootloader/boot_vect_read_test/index.html   |  12 +-
 .../bootloader/boot_write_status/index.html     |  12 +-
 os/modules/bootloader/bootloader/index.html     |  12 +-
 os/modules/console/console/index.html           |  12 +-
 .../console/console_blocking_mode/index.html    |  12 +-
 os/modules/console/console_echo/index.html      |  12 +-
 os/modules/console/console_init/index.html      |  12 +-
 os/modules/console/console_is_init/index.html   |  12 +-
 os/modules/console/console_printf/index.html    |  12 +-
 os/modules/console/console_read/index.html      |  12 +-
 os/modules/console/console_write/index.html     |  12 +-
 os/modules/devmgmt/newtmgr/index.html           |  12 +-
 os/modules/devmgmt/oicmgr/index.html            |  12 +-
 os/modules/elua/elua/index.html                 |  12 +-
 os/modules/elua/lua_init/index.html             |  12 +-
 os/modules/elua/lua_main/index.html             |  12 +-
 os/modules/fs/fs/fs/index.html                  |  12 +-
 os/modules/fs/fs/fs_close/index.html            |  12 +-
 os/modules/fs/fs/fs_closedir/index.html         |  12 +-
 os/modules/fs/fs/fs_dirent_is_dir/index.html    |  12 +-
 os/modules/fs/fs/fs_dirent_name/index.html      |  12 +-
 os/modules/fs/fs/fs_filelen/index.html          |  12 +-
 os/modules/fs/fs/fs_getpos/index.html           |  12 +-
 os/modules/fs/fs/fs_mkdir/index.html            |  12 +-
 os/modules/fs/fs/fs_open/index.html             |  12 +-
 os/modules/fs/fs/fs_opendir/index.html          |  12 +-
 os/modules/fs/fs/fs_ops/index.html              |  12 +-
 os/modules/fs/fs/fs_read/index.html             |  12 +-
 os/modules/fs/fs/fs_readdir/index.html          |  12 +-
 os/modules/fs/fs/fs_register/index.html         |  12 +-
 os/modules/fs/fs/fs_rename/index.html           |  12 +-
 os/modules/fs/fs/fs_return_codes/index.html     |  12 +-
 os/modules/fs/fs/fs_seek/index.html             |  12 +-
 os/modules/fs/fs/fs_unlink/index.html           |  12 +-
 os/modules/fs/fs/fs_write/index.html            |  12 +-
 os/modules/fs/fs/fsutil_read_file/index.html    |  12 +-
 os/modules/fs/fs/fsutil_write_file/index.html   |  12 +-
 os/modules/fs/nffs/nffs/index.html              |  12 +-
 os/modules/fs/nffs/nffs_area_desc/index.html    |  12 +-
 os/modules/fs/nffs/nffs_config/index.html       |  12 +-
 os/modules/fs/nffs/nffs_detect/index.html       |  12 +-
 os/modules/fs/nffs/nffs_format/index.html       |  12 +-
 os/modules/fs/nffs/nffs_init/index.html         |  12 +-
 os/modules/fs/nffs/nffs_internals/index.html    |  12 +-
 os/modules/fs/otherfs/index.html                |  12 +-
 os/modules/hal/hal/index.html                   |  12 +-
 os/modules/hal/hal_adc/hal_adc/index.html       |  12 +-
 os/modules/hal/hal_api/index.html               |  12 +-
 os/modules/hal/hal_architecture/index.html      |  12 +-
 .../hal/hal_cputime/hal_cpu_timer/index.html    |  12 +-
 os/modules/hal/hal_creation/index.html          |  12 +-
 os/modules/hal/hal_dac/hal_dac/index.html       |  12 +-
 os/modules/hal/hal_flash/hal_flash/index.html   |  12 +-
 .../hal/hal_flash/hal_flash_int/index.html      |  12 +-
 .../hal/hal_flash/hal_flash_map/index.html      |  12 +-
 os/modules/hal/hal_gpio/hal_gpio/index.html     |  12 +-
 os/modules/hal/hal_i2c/hal_i2c/index.html       |  12 +-
 os/modules/hal/hal_in_libraries/index.html      |  12 +-
 os/modules/hal/hal_pwm/hal_pwm/index.html       |  12 +-
 os/modules/hal/hal_spi/hal_spi/index.html       |  12 +-
 os/modules/hal/hal_system/hal_sys/index.html    |  12 +-
 os/modules/hal/hal_uart/hal_uart/index.html     |  12 +-
 os/modules/imgmgr/imgmgr/index.html             |  12 +-
 os/modules/imgmgr/imgmgr_module_init/index.html |  12 +-
 os/modules/imgmgr/imgr_ver_parse/index.html     |  12 +-
 os/modules/imgmgr/imgr_ver_str/index.html       |  12 +-
 os/modules/json/json/index.html                 |  12 +-
 .../json/json_encode_object_entry/index.html    |  12 +-
 .../json/json_encode_object_finish/index.html   |  12 +-
 .../json/json_encode_object_key/index.html      |  12 +-
 .../json/json_encode_object_start/index.html    |  12 +-
 os/modules/json/json_read_object/index.html     |  12 +-
 os/modules/logs/logs/index.html                 |  12 +-
 os/modules/shell/shell/index.html               |  12 +-
 os/modules/shell/shell_cmd_register/index.html  |  12 +-
 .../shell/shell_nlip_input_register/index.html  |  12 +-
 os/modules/shell/shell_nlip_output/index.html   |  12 +-
 os/modules/shell/shell_task_init/index.html     |  12 +-
 os/modules/stats/stats/index.html               |  12 +-
 os/modules/testutil/test_assert/index.html      |  12 +-
 os/modules/testutil/test_case/index.html        |  12 +-
 os/modules/testutil/test_decl/index.html        |  12 +-
 os/modules/testutil/test_pass/index.html        |  12 +-
 os/modules/testutil/test_suite/index.html       |  12 +-
 os/modules/testutil/testutil/index.html         |  12 +-
 os/modules/testutil/tu_init/index.html          |  12 +-
 os/modules/testutil/tu_restart/index.html       |  12 +-
 os/os_user_guide/index.html                     |  12 +-
 os/tutorials/STM32F303/index.html               |  12 +-
 os/tutorials/air_quality_sensor/index.html      |  12 +-
 os/tutorials/arduino_zero/index.html            |  12 +-
 os/tutorials/blehci_project/index.html          |  12 +-
 os/tutorials/bleprph/bleprph-adv/index.html     |  12 +-
 .../bleprph/bleprph-chr-access/index.html       |  12 +-
 os/tutorials/bleprph/bleprph-conn/index.html    |  12 +-
 os/tutorials/bleprph/bleprph-intro/index.html   |  12 +-
 os/tutorials/bleprph/bleprph-svc-reg/index.html |  12 +-
 os/tutorials/bletiny_project/index.html         |  12 +-
 os/tutorials/blinky_primo/index.html            |  12 +-
 os/tutorials/blinky_sram_olimex/index.html      |  12 +-
 os/tutorials/event_queue/index.html             |  12 +-
 os/tutorials/ibeacon/index.html                 |  12 +-
 os/tutorials/nRF52/index.html                   |  12 +-
 os/tutorials/olimex/index.html                  |  12 +-
 os/tutorials/pin-wheel-mods/index.html          |  12 +-
 os/tutorials/project-slinky/index.html          |  12 +-
 os/tutorials/project-target-slinky/index.html   |  12 +-
 os/tutorials/repo/add_repos/index.html          |  12 +-
 os/tutorials/repo/create_repo/index.html        |  12 +-
 os/tutorials/repo/upgrade_repo/index.html       |  12 +-
 os/tutorials/tutorials/index.html               |  12 +-
 os/tutorials/unit_test/index.html               |  12 +-
 pages/ble/index.html                            |  12 +-
 pages/securitybullets/index.html                |  12 +-
 quick-start/index.html                          |  12 +-
 search.html                                     |  12 +-
 sitemap.xml                                     |  26 +-
 talks/index.html                                |  12 +-
 v0_9_0/about/index.html                         |  12 +-
 v0_9_0/community/index.html                     |  12 +-
 v0_9_0/css/v2.css                               |  56 +-
 v0_9_0/download/index.html                      |  12 +-
 v0_9_0/events/index.html                        |  12 +-
 v0_9_0/faq/answers/index.html                   |  12 +-
 v0_9_0/faq/how_to_edit_docs/index.html          |  12 +-
 v0_9_0/index.html                               |  12 +-
 v0_9_0/main-banner.html                         |  12 +-
 v0_9_0/network/ble/ble_intro/index.html         |  12 +-
 v0_9_0/network/ble/ble_sec/index.html           |  12 +-
 .../network/ble/bletiny/bletiny_GAP/index.html  |  12 +-
 .../network/ble/bletiny/bletiny_GATT/index.html |  12 +-
 .../ble/bletiny/bletiny_advdata/index.html      |  12 +-
 v0_9_0/network/ble/bletiny_api/index.html       |  12 +-
 .../ble/ini_stack/ble_add_cpu/index.html        |  12 +-
 .../ble/ini_stack/ble_consolepkg/index.html     |  12 +-
 .../ble/ini_stack/ble_controller_ini/index.html |  12 +-
 .../network/ble/ini_stack/ble_devadd/index.html |  12 +-
 .../ble/ini_stack/ble_host_ini/index.html       |  12 +-
 .../ble/ini_stack/ble_ini_intro/index.html      |  12 +-
 .../ble/ini_stack/ble_mempool/index.html        |  12 +-
 .../ble/ini_stack/ble_parent_ini/index.html     |  12 +-
 .../ble/ini_stack/ble_statpkg/index.html        |  12 +-
 v0_9_0/network/ble/nimble_setup/index.html      |  12 +-
 v0_9_0/newt/command_list/newt_build/index.html  |  12 +-
 v0_9_0/newt/command_list/newt_clean/index.html  |  12 +-
 .../command_list/newt_create_image/index.html   |  12 +-
 v0_9_0/newt/command_list/newt_debug/index.html  |  12 +-
 v0_9_0/newt/command_list/newt_help/index.html   |  12 +-
 v0_9_0/newt/command_list/newt_info/index.html   |  12 +-
 .../newt/command_list/newt_install/index.html   |  12 +-
 v0_9_0/newt/command_list/newt_load/index.html   |  12 +-
 v0_9_0/newt/command_list/newt_new/index.html    |  12 +-
 v0_9_0/newt/command_list/newt_run/index.html    |  12 +-
 v0_9_0/newt/command_list/newt_size/index.html   |  12 +-
 v0_9_0/newt/command_list/newt_target/index.html |  12 +-
 v0_9_0/newt/command_list/newt_test/index.html   |  12 +-
 .../newt/command_list/newt_upgrade/index.html   |  12 +-
 .../newt/command_list/newt_version/index.html   |  12 +-
 v0_9_0/newt/install/newt_linux/index.html       |  12 +-
 v0_9_0/newt/install/newt_mac/index.html         |  12 +-
 v0_9_0/newt/newt_intro/index.html               |  12 +-
 v0_9_0/newt/newt_operation/index.html           |  12 +-
 v0_9_0/newt/newt_ops/index.html                 |  12 +-
 v0_9_0/newtmgr/installing/index.html            |  12 +-
 v0_9_0/newtmgr/overview/index.html              |  12 +-
 v0_9_0/os/core_os/callout/callout/index.html    |  12 +-
 .../callout/os_callout_func_init/index.html     |  12 +-
 .../core_os/callout/os_callout_init/index.html  |  12 +-
 .../callout/os_callout_queued/index.html        |  12 +-
 .../core_os/callout/os_callout_reset/index.html |  12 +-
 .../core_os/callout/os_callout_stop/index.html  |  12 +-
 .../context_switch/context_switch/index.html    |  12 +-
 .../context_switch/os_arch_ctx_sw/index.html    |  12 +-
 .../core_os/context_switch/os_sched/index.html  |  12 +-
 .../os_sched_ctx_sw_hook/index.html             |  12 +-
 .../os_sched_get_current_task/index.html        |  12 +-
 .../context_switch/os_sched_insert/index.html   |  12 +-
 .../os_sched_next_task/index.html               |  12 +-
 .../os_sched_os_timer_exp/index.html            |  12 +-
 .../context_switch/os_sched_resort/index.html   |  12 +-
 .../os_sched_set_current_task/index.html        |  12 +-
 .../context_switch/os_sched_sleep/index.html    |  12 +-
 .../context_switch/os_sched_wakeup/index.html   |  12 +-
 .../core_os/event_queue/event_queue/index.html  |  12 +-
 .../event_queue/os_eventq_get/index.html        |  12 +-
 .../event_queue/os_eventq_init/index.html       |  12 +-
 .../event_queue/os_eventq_put/index.html        |  12 +-
 .../event_queue/os_eventq_remove/index.html     |  12 +-
 v0_9_0/os/core_os/heap/heap/index.html          |  12 +-
 v0_9_0/os/core_os/heap/os_free/index.html       |  12 +-
 v0_9_0/os/core_os/heap/os_malloc/index.html     |  12 +-
 v0_9_0/os/core_os/heap/os_realloc/index.html    |  12 +-
 v0_9_0/os/core_os/mbuf/OS_MBUF_DATA/index.html  |  12 +-
 .../mbuf/OS_MBUF_LEADINGSPACE/index.html        |  12 +-
 .../os/core_os/mbuf/OS_MBUF_PKTHDR/index.html   |  12 +-
 .../mbuf/OS_MBUF_PKTHDR_TO_MBUF/index.html      |  12 +-
 .../os/core_os/mbuf/OS_MBUF_PKTLEN/index.html   |  12 +-
 .../mbuf/OS_MBUF_TRAILINGSPACE/index.html       |  12 +-
 .../os/core_os/mbuf/OS_MBUF_USRHDR/index.html   |  12 +-
 .../core_os/mbuf/OS_MBUF_USRHDR_LEN/index.html  |  12 +-
 v0_9_0/os/core_os/mbuf/mbuf/index.html          |  12 +-
 v0_9_0/os/core_os/mbuf/os_mbuf_adj/index.html   |  12 +-
 .../os/core_os/mbuf/os_mbuf_append/index.html   |  12 +-
 .../os/core_os/mbuf/os_mbuf_concat/index.html   |  12 +-
 .../os/core_os/mbuf/os_mbuf_copydata/index.html |  12 +-
 .../os/core_os/mbuf/os_mbuf_copyinto/index.html |  12 +-
 v0_9_0/os/core_os/mbuf/os_mbuf_dup/index.html   |  12 +-
 .../os/core_os/mbuf/os_mbuf_extend/index.html   |  12 +-
 .../core_os/mbuf/os_mbuf_free_chain/index.html  |  12 +-
 v0_9_0/os/core_os/mbuf/os_mbuf_get/index.html   |  12 +-
 .../core_os/mbuf/os_mbuf_get_pkthdr/index.html  |  12 +-
 .../os/core_os/mbuf/os_mbuf_memcmp/index.html   |  12 +-
 v0_9_0/os/core_os/mbuf/os_mbuf_off/index.html   |  12 +-
 .../core_os/mbuf/os_mbuf_pool_init/index.html   |  12 +-
 .../os/core_os/mbuf/os_mbuf_prepend/index.html  |  12 +-
 .../os/core_os/mbuf/os_mbuf_pullup/index.html   |  12 +-
 .../memory_pool/OS_MEMPOOL_BYTES/index.html     |  12 +-
 .../memory_pool/OS_MEMPOOL_SIZE/index.html      |  12 +-
 .../core_os/memory_pool/memory_pool/index.html  |  12 +-
 .../memory_pool/os_memblock_get/index.html      |  12 +-
 .../memory_pool/os_memblock_put/index.html      |  12 +-
 .../memory_pool/os_mempool_init/index.html      |  12 +-
 v0_9_0/os/core_os/mqueue/mqueue/index.html      |  12 +-
 .../os/core_os/mqueue/os_mqueue_get/index.html  |  12 +-
 .../os/core_os/mqueue/os_mqueue_init/index.html |  12 +-
 .../os/core_os/mqueue/os_mqueue_put/index.html  |  12 +-
 v0_9_0/os/core_os/msys/msys/index.html          |  12 +-
 v0_9_0/os/core_os/msys/os_msys_get/index.html   |  12 +-
 .../core_os/msys/os_msys_get_pkthdr/index.html  |  12 +-
 .../os/core_os/msys/os_msys_register/index.html |  12 +-
 v0_9_0/os/core_os/msys/os_msys_reset/index.html |  12 +-
 v0_9_0/os/core_os/mutex/mutex/index.html        |  12 +-
 .../os/core_os/mutex/os_mutex_init/index.html   |  12 +-
 .../os/core_os/mutex/os_mutex_pend/index.html   |  12 +-
 .../core_os/mutex/os_mutex_release/index.html   |  12 +-
 v0_9_0/os/core_os/mynewt_os/index.html          |  12 +-
 v0_9_0/os/core_os/os_init/index.html            |  12 +-
 v0_9_0/os/core_os/os_start/index.html           |  12 +-
 v0_9_0/os/core_os/os_started/index.html         |  12 +-
 v0_9_0/os/core_os/porting/port_bsp/index.html   |  12 +-
 v0_9_0/os/core_os/porting/port_cpu/index.html   |  12 +-
 v0_9_0/os/core_os/porting/port_mcu/index.html   |  12 +-
 v0_9_0/os/core_os/porting/port_os/index.html    |  12 +-
 .../sanity/os_sanity_check_init/index.html      |  12 +-
 .../sanity/os_sanity_check_register/index.html  |  12 +-
 .../sanity/os_sanity_check_reset/index.html     |  12 +-
 .../sanity/os_sanity_task_checkin/index.html    |  12 +-
 .../sanity/os_sanity_task_init/index.html       |  12 +-
 v0_9_0/os/core_os/sanity/sanity/index.html      |  12 +-
 .../os/core_os/semaphore/os_sem_init/index.html |  12 +-
 .../os/core_os/semaphore/os_sem_pend/index.html |  12 +-
 .../core_os/semaphore/os_sem_release/index.html |  12 +-
 .../os/core_os/semaphore/semaphore/index.html   |  12 +-
 v0_9_0/os/core_os/task/os_task_count/index.html |  12 +-
 .../task/os_task_info_get_next/index.html       |  12 +-
 v0_9_0/os/core_os/task/os_task_init/index.html  |  12 +-
 v0_9_0/os/core_os/task/task/index.html          |  12 +-
 .../os/core_os/time/os_gettimeofday/index.html  |  12 +-
 .../os/core_os/time/os_settimeofday/index.html  |  12 +-
 v0_9_0/os/core_os/time/os_time/index.html       |  12 +-
 v0_9_0/os/core_os/time/os_time_delay/index.html |  12 +-
 v0_9_0/os/core_os/time/os_time_get/index.html   |  12 +-
 v0_9_0/os/core_os/time/os_time_tick/index.html  |  12 +-
 v0_9_0/os/get_started/cross_tools/index.html    |  12 +-
 v0_9_0/os/get_started/docker/index.html         |  12 +-
 v0_9_0/os/get_started/get_started/index.html    |  12 +-
 v0_9_0/os/get_started/native_tools/index.html   |  12 +-
 v0_9_0/os/get_started/project_create/index.html |  12 +-
 v0_9_0/os/get_started/vocabulary/index.html     |  12 +-
 v0_9_0/os/introduction/index.html               |  12 +-
 v0_9_0/os/modules/baselibc/index.html           |  12 +-
 .../bootloader/boot_build_status/index.html     |  12 +-
 .../bootloader/boot_build_status_one/index.html |  12 +-
 .../bootloader/boot_clear_status/index.html     |  12 +-
 .../bootloader/boot_copy_area/index.html        |  12 +-
 .../bootloader/boot_copy_image/index.html       |  12 +-
 .../bootloader/boot_erase_area/index.html       |  12 +-
 .../bootloader/boot_fill_slot/index.html        |  12 +-
 .../boot_find_image_area_idx/index.html         |  12 +-
 .../bootloader/boot_find_image_part/index.html  |  12 +-
 .../bootloader/boot_find_image_slot/index.html  |  12 +-
 v0_9_0/os/modules/bootloader/boot_go/index.html |  12 +-
 .../bootloader/boot_init_flash/index.html       |  12 +-
 .../bootloader/boot_move_area/index.html        |  12 +-
 .../boot_read_image_header/index.html           |  12 +-
 .../boot_read_image_headers/index.html          |  12 +-
 .../bootloader/boot_read_status/index.html      |  12 +-
 .../boot_select_image_slot/index.html           |  12 +-
 .../bootloader/boot_slot_addr/index.html        |  12 +-
 .../bootloader/boot_slot_to_area_idx/index.html |  12 +-
 .../bootloader/boot_swap_areas/index.html       |  12 +-
 .../bootloader/boot_vect_delete_main/index.html |  12 +-
 .../bootloader/boot_vect_delete_test/index.html |  12 +-
 .../bootloader/boot_vect_read_main/index.html   |  12 +-
 .../bootloader/boot_vect_read_one/index.html    |  12 +-
 .../bootloader/boot_vect_read_test/index.html   |  12 +-
 .../bootloader/boot_write_status/index.html     |  12 +-
 .../os/modules/bootloader/bootloader/index.html |  12 +-
 v0_9_0/os/modules/console/console/index.html    |  12 +-
 .../console/console_blocking_mode/index.html    |  12 +-
 .../os/modules/console/console_echo/index.html  |  12 +-
 .../os/modules/console/console_init/index.html  |  12 +-
 .../modules/console/console_is_init/index.html  |  12 +-
 .../modules/console/console_printf/index.html   |  12 +-
 .../os/modules/console/console_read/index.html  |  12 +-
 .../os/modules/console/console_write/index.html |  12 +-
 v0_9_0/os/modules/elua/elua/index.html          |  12 +-
 v0_9_0/os/modules/elua/lua_init/index.html      |  12 +-
 v0_9_0/os/modules/elua/lua_main/index.html      |  12 +-
 v0_9_0/os/modules/fs/fs/fs/index.html           |  12 +-
 v0_9_0/os/modules/fs/fs/fs_close/index.html     |  12 +-
 v0_9_0/os/modules/fs/fs/fs_closedir/index.html  |  12 +-
 .../modules/fs/fs/fs_dirent_is_dir/index.html   |  12 +-
 .../os/modules/fs/fs/fs_dirent_name/index.html  |  12 +-
 v0_9_0/os/modules/fs/fs/fs_filelen/index.html   |  12 +-
 v0_9_0/os/modules/fs/fs/fs_getpos/index.html    |  12 +-
 v0_9_0/os/modules/fs/fs/fs_mkdir/index.html     |  12 +-
 v0_9_0/os/modules/fs/fs/fs_open/index.html      |  12 +-
 v0_9_0/os/modules/fs/fs/fs_opendir/index.html   |  12 +-
 v0_9_0/os/modules/fs/fs/fs_ops/index.html       |  12 +-
 v0_9_0/os/modules/fs/fs/fs_read/index.html      |  12 +-
 v0_9_0/os/modules/fs/fs/fs_readdir/index.html   |  12 +-
 v0_9_0/os/modules/fs/fs/fs_register/index.html  |  12 +-
 v0_9_0/os/modules/fs/fs/fs_rename/index.html    |  12 +-
 .../os/modules/fs/fs/fs_return_codes/index.html |  12 +-
 v0_9_0/os/modules/fs/fs/fs_seek/index.html      |  12 +-
 v0_9_0/os/modules/fs/fs/fs_unlink/index.html    |  12 +-
 v0_9_0/os/modules/fs/fs/fs_write/index.html     |  12 +-
 .../modules/fs/fs/fsutil_read_file/index.html   |  12 +-
 .../modules/fs/fs/fsutil_write_file/index.html  |  12 +-
 v0_9_0/os/modules/fs/nffs/nffs/index.html       |  12 +-
 .../modules/fs/nffs/nffs_area_desc/index.html   |  12 +-
 .../os/modules/fs/nffs/nffs_config/index.html   |  12 +-
 .../os/modules/fs/nffs/nffs_detect/index.html   |  12 +-
 .../os/modules/fs/nffs/nffs_format/index.html   |  12 +-
 v0_9_0/os/modules/fs/nffs/nffs_init/index.html  |  12 +-
 .../modules/fs/nffs/nffs_internals/index.html   |  12 +-
 v0_9_0/os/modules/fs/otherfs/index.html         |  12 +-
 v0_9_0/os/modules/hal/hal/index.html            |  12 +-
 .../os/modules/hal/hal_adc/hal_adc/index.html   |  12 +-
 v0_9_0/os/modules/hal/hal_api/index.html        |  12 +-
 .../os/modules/hal/hal_architecture/index.html  |  12 +-
 .../hal/hal_cputime/hal_cpu_timer/index.html    |  12 +-
 v0_9_0/os/modules/hal/hal_creation/index.html   |  12 +-
 .../os/modules/hal/hal_dac/hal_dac/index.html   |  12 +-
 .../modules/hal/hal_flash/hal_flash/index.html  |  12 +-
 .../hal/hal_flash/hal_flash_int/index.html      |  12 +-
 .../hal/hal_flash/hal_flash_map/index.html      |  12 +-
 .../os/modules/hal/hal_gpio/hal_gpio/index.html |  12 +-
 .../os/modules/hal/hal_i2c/hal_i2c/index.html   |  12 +-
 .../os/modules/hal/hal_in_libraries/index.html  |  12 +-
 .../os/modules/hal/hal_pwm/hal_pwm/index.html   |  12 +-
 .../os/modules/hal/hal_spi/hal_spi/index.html   |  12 +-
 .../modules/hal/hal_system/hal_sys/index.html   |  12 +-
 .../os/modules/hal/hal_uart/hal_uart/index.html |  12 +-
 v0_9_0/os/modules/imgmgr/imgmgr/index.html      |  12 +-
 .../imgmgr/imgmgr_module_init/index.html        |  12 +-
 .../os/modules/imgmgr/imgr_ver_parse/index.html |  12 +-
 .../os/modules/imgmgr/imgr_ver_str/index.html   |  12 +-
 v0_9_0/os/modules/json/json/index.html          |  12 +-
 .../json/json_encode_object_entry/index.html    |  12 +-
 .../json/json_encode_object_finish/index.html   |  12 +-
 .../json/json_encode_object_key/index.html      |  12 +-
 .../json/json_encode_object_start/index.html    |  12 +-
 .../os/modules/json/json_read_object/index.html |  12 +-
 v0_9_0/os/modules/logs/logs/index.html          |  12 +-
 v0_9_0/os/modules/shell/shell/index.html        |  12 +-
 .../modules/shell/shell_cmd_register/index.html |  12 +-
 .../shell/shell_nlip_input_register/index.html  |  12 +-
 .../modules/shell/shell_nlip_output/index.html  |  12 +-
 .../os/modules/shell/shell_task_init/index.html |  12 +-
 v0_9_0/os/modules/stats/stats/index.html        |  12 +-
 .../os/modules/testutil/test_assert/index.html  |  12 +-
 v0_9_0/os/modules/testutil/test_case/index.html |  12 +-
 v0_9_0/os/modules/testutil/test_decl/index.html |  12 +-
 v0_9_0/os/modules/testutil/test_pass/index.html |  12 +-
 .../os/modules/testutil/test_suite/index.html   |  12 +-
 v0_9_0/os/modules/testutil/testutil/index.html  |  12 +-
 v0_9_0/os/modules/testutil/tu_init/index.html   |  12 +-
 .../os/modules/testutil/tu_restart/index.html   |  12 +-
 v0_9_0/os/os_user_guide/index.html              |  12 +-
 v0_9_0/os/tutorials/STM32F303/index.html        |  12 +-
 .../os/tutorials/air_quality_sensor/index.html  |  12 +-
 v0_9_0/os/tutorials/arduino_zero/index.html     |  12 +-
 v0_9_0/os/tutorials/blehci_project/index.html   |  12 +-
 .../os/tutorials/bleprph/bleprph-adv/index.html |  12 +-
 .../bleprph/bleprph-chr-access/index.html       |  12 +-
 .../tutorials/bleprph/bleprph-conn/index.html   |  12 +-
 .../tutorials/bleprph/bleprph-intro/index.html  |  12 +-
 .../bleprph/bleprph-svc-reg/index.html          |  12 +-
 v0_9_0/os/tutorials/bletiny_project/index.html  |  12 +-
 v0_9_0/os/tutorials/blinky_primo/index.html     |  12 +-
 .../os/tutorials/blinky_sram_olimex/index.html  |  12 +-
 v0_9_0/os/tutorials/event_queue/index.html      |  12 +-
 v0_9_0/os/tutorials/ibeacon/index.html          |  12 +-
 v0_9_0/os/tutorials/nRF52/index.html            |  12 +-
 v0_9_0/os/tutorials/olimex/index.html           |  12 +-
 v0_9_0/os/tutorials/pin-wheel-mods/index.html   |  12 +-
 v0_9_0/os/tutorials/project-slinky/index.html   |  12 +-
 .../tutorials/project-target-slinky/index.html  |  12 +-
 v0_9_0/os/tutorials/repo/add_repos/index.html   |  12 +-
 v0_9_0/os/tutorials/repo/create_repo/index.html |  12 +-
 .../os/tutorials/repo/upgrade_repo/index.html   |  12 +-
 v0_9_0/os/tutorials/tutorials/index.html        |  12 +-
 v0_9_0/os/tutorials/unit_test/index.html        |  12 +-
 v0_9_0/pages/ble/index.html                     |  12 +-
 v0_9_0/pages/securitybullets/index.html         |  12 +-
 v0_9_0/quick-start/index.html                   |  12 +-
 v0_9_0/search.html                              |  12 +-
 v0_9_0/sitemap.xml                              |  26 +-
 v0_9_0/talks/index.html                         |  12 +-
 1370 files changed, 14206 insertions(+), 4292 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/about/index.html
----------------------------------------------------------------------
diff --git a/about/index.html b/about/index.html
index 0db0e1f..627c3e0 100644
--- a/about/index.html
+++ b/about/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/community/index.html
----------------------------------------------------------------------
diff --git a/community/index.html b/community/index.html
index 01cc6d1..29413e1 100644
--- a/community/index.html
+++ b/community/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/css/v2.css
----------------------------------------------------------------------
diff --git a/css/v2.css b/css/v2.css
index 6451517..676a1fd 100644
--- a/css/v2.css
+++ b/css/v2.css
@@ -1,28 +1,62 @@
+.v2-main-banner {
+    display: flex;
+    justify-content: space-between;
+    flex-flow: row;
+}
+
+@media all and (max-width: 800px) {
+    .v2-main-banner {
+        justify-content: flex-start;
+        flex-flow: column;
+    }
+}
+
+.v2-main-banner .logo-cell {
+    flex-grow: 0;
+}
 
 .v2-main-banner .logo {
     height: 220px;
     /* reduce the image to reduce whitespace */
     margin-top: -35px;
     margin-bottom: -35px;
+    margin-left: 20px;
+    margin-right: 20px;
 }
 
-.v2-main-banner .tagline {
+.v2-main-banner .tagline-cell {
+    flex-grow: 2;
+    flex-basis: 500px;
     margin-left: 20px;
-    margin-bottom: 36px;  /* align with logo text */
-    display: inline-block;
-    vertical-align: bottom;
+    margin-right: 20px;
+    align-self: flex-end;
+    margin-bottom: 25px;
 }
 
-.v2-main-banner .news {
-    margin-left: 40px;
+@media all and (max-width: 800px) {
+    .v2-main-banner .tagline-cell {
+        align-self: flex-start;
+        margin-bottom: 0;
+    }
+}
+
+.v2-main-banner .news-cell {
+    flex-grow: 1;
+    flex-basis: 200px;
+    margin-top: 15px;
+    margin-left: 20px;
+    margin-right: 20px;
+}
+
+.v2-main-banner .well {
     padding: 10px;
-    border-radius: 5px;
 }
 
-.v2-vcenter {
-    display: inline-block;
-    vertical-align: middle;
-    float: none;
+@media all and (max-width: 800px) {
+    .v2-main-banner .logo-cell, .v2-main-banner .tagline-cell, .v2-main-banner .news-cell {
+        flex-grow: 0;
+        flex-basis: 0;
+    }
 }
 
 .v2-landing .tagline {

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/about/index.html
----------------------------------------------------------------------
diff --git a/develop/about/index.html b/develop/about/index.html
index 5218980..c4e5e05 100644
--- a/develop/about/index.html
+++ b/develop/about/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/community/index.html
----------------------------------------------------------------------
diff --git a/develop/community/index.html b/develop/community/index.html
index 451e4a3..e87bd17 100644
--- a/develop/community/index.html
+++ b/develop/community/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/css/v2.css
----------------------------------------------------------------------
diff --git a/develop/css/v2.css b/develop/css/v2.css
index 6451517..676a1fd 100644
--- a/develop/css/v2.css
+++ b/develop/css/v2.css
@@ -1,28 +1,62 @@
+.v2-main-banner {
+    display: flex;
+    justify-content: space-between;
+    flex-flow: row;
+}
+
+@media all and (max-width: 800px) {
+    .v2-main-banner {
+        justify-content: flex-start;
+        flex-flow: column;
+    }
+}
+
+.v2-main-banner .logo-cell {
+    flex-grow: 0;
+}
 
 .v2-main-banner .logo {
     height: 220px;
     /* reduce the image to reduce whitespace */
     margin-top: -35px;
     margin-bottom: -35px;
+    margin-left: 20px;
+    margin-right: 20px;
 }
 
-.v2-main-banner .tagline {
+.v2-main-banner .tagline-cell {
+    flex-grow: 2;
+    flex-basis: 500px;
     margin-left: 20px;
-    margin-bottom: 36px;  /* align with logo text */
-    display: inline-block;
-    vertical-align: bottom;
+    margin-right: 20px;
+    align-self: flex-end;
+    margin-bottom: 25px;
 }
 
-.v2-main-banner .news {
-    margin-left: 40px;
+@media all and (max-width: 800px) {
+    .v2-main-banner .tagline-cell {
+        align-self: flex-start;
+        margin-bottom: 0;
+    }
+}
+
+.v2-main-banner .news-cell {
+    flex-grow: 1;
+    flex-basis: 200px;
+    margin-top: 15px;
+    margin-left: 20px;
+    margin-right: 20px;
+}
+
+.v2-main-banner .well {
     padding: 10px;
-    border-radius: 5px;
 }
 
-.v2-vcenter {
-    display: inline-block;
-    vertical-align: middle;
-    float: none;
+@media all and (max-width: 800px) {
+    .v2-main-banner .logo-cell, .v2-main-banner .tagline-cell, .v2-main-banner .news-cell {
+        flex-grow: 0;
+        flex-basis: 0;
+    }
 }
 
 .v2-landing .tagline {

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/download/index.html
----------------------------------------------------------------------
diff --git a/develop/download/index.html b/develop/download/index.html
index b180342..2dc7f4e 100644
--- a/develop/download/index.html
+++ b/develop/download/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 



[17/22] incubator-mynewt-site git commit: Added a tutorial to add console to blinky. Updated newt documentation. Added a Latest News button on front page

Posted by ad...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/get_started/project_create/index.html
----------------------------------------------------------------------
diff --git a/develop/os/get_started/project_create/index.html b/develop/os/get_started/project_create/index.html
index 9b590f9..ec0c35a 100644
--- a/develop/os/get_started/project_create/index.html
+++ b/develop/os/get_started/project_create/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/get_started/serial_access/index.html
----------------------------------------------------------------------
diff --git a/develop/os/get_started/serial_access/index.html b/develop/os/get_started/serial_access/index.html
index 4b41481..d0f6aba 100644
--- a/develop/os/get_started/serial_access/index.html
+++ b/develop/os/get_started/serial_access/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/get_started/vocabulary/index.html
----------------------------------------------------------------------
diff --git a/develop/os/get_started/vocabulary/index.html b/develop/os/get_started/vocabulary/index.html
index 3de6261..00464ff 100644
--- a/develop/os/get_started/vocabulary/index.html
+++ b/develop/os/get_started/vocabulary/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/introduction/index.html
----------------------------------------------------------------------
diff --git a/develop/os/introduction/index.html b/develop/os/introduction/index.html
index 2ec35f3..70f3158 100644
--- a/develop/os/introduction/index.html
+++ b/develop/os/introduction/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/baselibc/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/baselibc/index.html b/develop/os/modules/baselibc/index.html
index dd9e99b..b4641e2 100644
--- a/develop/os/modules/baselibc/index.html
+++ b/develop/os/modules/baselibc/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/bootloader/boot_build_status/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/bootloader/boot_build_status/index.html b/develop/os/modules/bootloader/boot_build_status/index.html
index 36f68cf..6c58c53 100644
--- a/develop/os/modules/bootloader/boot_build_status/index.html
+++ b/develop/os/modules/bootloader/boot_build_status/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/bootloader/boot_build_status_one/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/bootloader/boot_build_status_one/index.html b/develop/os/modules/bootloader/boot_build_status_one/index.html
index 808073f..508a75d 100644
--- a/develop/os/modules/bootloader/boot_build_status_one/index.html
+++ b/develop/os/modules/bootloader/boot_build_status_one/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/bootloader/boot_clear_status/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/bootloader/boot_clear_status/index.html b/develop/os/modules/bootloader/boot_clear_status/index.html
index 1237b69..1901a26 100644
--- a/develop/os/modules/bootloader/boot_clear_status/index.html
+++ b/develop/os/modules/bootloader/boot_clear_status/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/bootloader/boot_copy_area/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/bootloader/boot_copy_area/index.html b/develop/os/modules/bootloader/boot_copy_area/index.html
index 6e7501c..c05a0df 100644
--- a/develop/os/modules/bootloader/boot_copy_area/index.html
+++ b/develop/os/modules/bootloader/boot_copy_area/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/bootloader/boot_copy_image/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/bootloader/boot_copy_image/index.html b/develop/os/modules/bootloader/boot_copy_image/index.html
index 15804b7..126833b 100644
--- a/develop/os/modules/bootloader/boot_copy_image/index.html
+++ b/develop/os/modules/bootloader/boot_copy_image/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/bootloader/boot_erase_area/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/bootloader/boot_erase_area/index.html b/develop/os/modules/bootloader/boot_erase_area/index.html
index 876737d..b6a1762 100644
--- a/develop/os/modules/bootloader/boot_erase_area/index.html
+++ b/develop/os/modules/bootloader/boot_erase_area/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/bootloader/boot_fill_slot/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/bootloader/boot_fill_slot/index.html b/develop/os/modules/bootloader/boot_fill_slot/index.html
index 44af1bb..0f33ef9 100644
--- a/develop/os/modules/bootloader/boot_fill_slot/index.html
+++ b/develop/os/modules/bootloader/boot_fill_slot/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/bootloader/boot_find_image_area_idx/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/bootloader/boot_find_image_area_idx/index.html b/develop/os/modules/bootloader/boot_find_image_area_idx/index.html
index 80408c8..263362d 100644
--- a/develop/os/modules/bootloader/boot_find_image_area_idx/index.html
+++ b/develop/os/modules/bootloader/boot_find_image_area_idx/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/bootloader/boot_find_image_part/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/bootloader/boot_find_image_part/index.html b/develop/os/modules/bootloader/boot_find_image_part/index.html
index 8ca212a..d16b859 100644
--- a/develop/os/modules/bootloader/boot_find_image_part/index.html
+++ b/develop/os/modules/bootloader/boot_find_image_part/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/bootloader/boot_find_image_slot/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/bootloader/boot_find_image_slot/index.html b/develop/os/modules/bootloader/boot_find_image_slot/index.html
index 59b441b..f7bbee6 100644
--- a/develop/os/modules/bootloader/boot_find_image_slot/index.html
+++ b/develop/os/modules/bootloader/boot_find_image_slot/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/bootloader/boot_go/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/bootloader/boot_go/index.html b/develop/os/modules/bootloader/boot_go/index.html
index 8b5796e..ce622c9 100644
--- a/develop/os/modules/bootloader/boot_go/index.html
+++ b/develop/os/modules/bootloader/boot_go/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/bootloader/boot_init_flash/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/bootloader/boot_init_flash/index.html b/develop/os/modules/bootloader/boot_init_flash/index.html
index e3f4ec2..8d4a35a 100644
--- a/develop/os/modules/bootloader/boot_init_flash/index.html
+++ b/develop/os/modules/bootloader/boot_init_flash/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/bootloader/boot_move_area/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/bootloader/boot_move_area/index.html b/develop/os/modules/bootloader/boot_move_area/index.html
index f613e34..991b8ab 100644
--- a/develop/os/modules/bootloader/boot_move_area/index.html
+++ b/develop/os/modules/bootloader/boot_move_area/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/bootloader/boot_read_image_header/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/bootloader/boot_read_image_header/index.html b/develop/os/modules/bootloader/boot_read_image_header/index.html
index 25d1db4..3dfa32c 100644
--- a/develop/os/modules/bootloader/boot_read_image_header/index.html
+++ b/develop/os/modules/bootloader/boot_read_image_header/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/bootloader/boot_read_image_headers/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/bootloader/boot_read_image_headers/index.html b/develop/os/modules/bootloader/boot_read_image_headers/index.html
index 5795caf..0a40f70 100644
--- a/develop/os/modules/bootloader/boot_read_image_headers/index.html
+++ b/develop/os/modules/bootloader/boot_read_image_headers/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/bootloader/boot_read_status/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/bootloader/boot_read_status/index.html b/develop/os/modules/bootloader/boot_read_status/index.html
index bdbb5ac..e7cdca0 100644
--- a/develop/os/modules/bootloader/boot_read_status/index.html
+++ b/develop/os/modules/bootloader/boot_read_status/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/bootloader/boot_select_image_slot/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/bootloader/boot_select_image_slot/index.html b/develop/os/modules/bootloader/boot_select_image_slot/index.html
index c789306..049b6a4 100644
--- a/develop/os/modules/bootloader/boot_select_image_slot/index.html
+++ b/develop/os/modules/bootloader/boot_select_image_slot/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/bootloader/boot_slot_addr/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/bootloader/boot_slot_addr/index.html b/develop/os/modules/bootloader/boot_slot_addr/index.html
index 3f3d5e6..b08e2a1 100644
--- a/develop/os/modules/bootloader/boot_slot_addr/index.html
+++ b/develop/os/modules/bootloader/boot_slot_addr/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/bootloader/boot_slot_to_area_idx/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/bootloader/boot_slot_to_area_idx/index.html b/develop/os/modules/bootloader/boot_slot_to_area_idx/index.html
index 8aafe6a..1971f3c 100644
--- a/develop/os/modules/bootloader/boot_slot_to_area_idx/index.html
+++ b/develop/os/modules/bootloader/boot_slot_to_area_idx/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/bootloader/boot_swap_areas/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/bootloader/boot_swap_areas/index.html b/develop/os/modules/bootloader/boot_swap_areas/index.html
index d211cb6..b55e952 100644
--- a/develop/os/modules/bootloader/boot_swap_areas/index.html
+++ b/develop/os/modules/bootloader/boot_swap_areas/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/bootloader/boot_vect_delete_main/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/bootloader/boot_vect_delete_main/index.html b/develop/os/modules/bootloader/boot_vect_delete_main/index.html
index 35ccfe9..1dee22e 100644
--- a/develop/os/modules/bootloader/boot_vect_delete_main/index.html
+++ b/develop/os/modules/bootloader/boot_vect_delete_main/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/bootloader/boot_vect_delete_test/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/bootloader/boot_vect_delete_test/index.html b/develop/os/modules/bootloader/boot_vect_delete_test/index.html
index 119acda..b9a8d23 100644
--- a/develop/os/modules/bootloader/boot_vect_delete_test/index.html
+++ b/develop/os/modules/bootloader/boot_vect_delete_test/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/bootloader/boot_vect_read_main/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/bootloader/boot_vect_read_main/index.html b/develop/os/modules/bootloader/boot_vect_read_main/index.html
index 573e824..5dd1094 100644
--- a/develop/os/modules/bootloader/boot_vect_read_main/index.html
+++ b/develop/os/modules/bootloader/boot_vect_read_main/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/bootloader/boot_vect_read_one/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/bootloader/boot_vect_read_one/index.html b/develop/os/modules/bootloader/boot_vect_read_one/index.html
index 9842040..ba2016b 100644
--- a/develop/os/modules/bootloader/boot_vect_read_one/index.html
+++ b/develop/os/modules/bootloader/boot_vect_read_one/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/bootloader/boot_vect_read_test/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/bootloader/boot_vect_read_test/index.html b/develop/os/modules/bootloader/boot_vect_read_test/index.html
index 5d9af24..3508d20 100644
--- a/develop/os/modules/bootloader/boot_vect_read_test/index.html
+++ b/develop/os/modules/bootloader/boot_vect_read_test/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/bootloader/boot_write_status/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/bootloader/boot_write_status/index.html b/develop/os/modules/bootloader/boot_write_status/index.html
index 76762e2..c2c9211 100644
--- a/develop/os/modules/bootloader/boot_write_status/index.html
+++ b/develop/os/modules/bootloader/boot_write_status/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/bootloader/bootloader/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/bootloader/bootloader/index.html b/develop/os/modules/bootloader/bootloader/index.html
index f2a1c8e..bd52a3c 100644
--- a/develop/os/modules/bootloader/bootloader/index.html
+++ b/develop/os/modules/bootloader/bootloader/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/console/console/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/console/console/index.html b/develop/os/modules/console/console/index.html
index 3636581..81ed40f 100644
--- a/develop/os/modules/console/console/index.html
+++ b/develop/os/modules/console/console/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/console/console_blocking_mode/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/console/console_blocking_mode/index.html b/develop/os/modules/console/console_blocking_mode/index.html
index beb092f..b9b65a6 100644
--- a/develop/os/modules/console/console_blocking_mode/index.html
+++ b/develop/os/modules/console/console_blocking_mode/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/console/console_echo/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/console/console_echo/index.html b/develop/os/modules/console/console_echo/index.html
index 31aea77..41b22f9 100644
--- a/develop/os/modules/console/console_echo/index.html
+++ b/develop/os/modules/console/console_echo/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/console/console_init/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/console/console_init/index.html b/develop/os/modules/console/console_init/index.html
index 39e587d..0fac252 100644
--- a/develop/os/modules/console/console_init/index.html
+++ b/develop/os/modules/console/console_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/console/console_is_init/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/console/console_is_init/index.html b/develop/os/modules/console/console_is_init/index.html
index cf345bd..5c70cd0 100644
--- a/develop/os/modules/console/console_is_init/index.html
+++ b/develop/os/modules/console/console_is_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/console/console_printf/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/console/console_printf/index.html b/develop/os/modules/console/console_printf/index.html
index 3f42786..4d17564 100644
--- a/develop/os/modules/console/console_printf/index.html
+++ b/develop/os/modules/console/console_printf/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/console/console_read/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/console/console_read/index.html b/develop/os/modules/console/console_read/index.html
index 5f1212d..9151a34 100644
--- a/develop/os/modules/console/console_read/index.html
+++ b/develop/os/modules/console/console_read/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/console/console_write/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/console/console_write/index.html b/develop/os/modules/console/console_write/index.html
index c42e2e9..334caef 100644
--- a/develop/os/modules/console/console_write/index.html
+++ b/develop/os/modules/console/console_write/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/devmgmt/newtmgr/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/devmgmt/newtmgr/index.html b/develop/os/modules/devmgmt/newtmgr/index.html
index cededcc..11d2694 100644
--- a/develop/os/modules/devmgmt/newtmgr/index.html
+++ b/develop/os/modules/devmgmt/newtmgr/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/devmgmt/oicmgr/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/devmgmt/oicmgr/index.html b/develop/os/modules/devmgmt/oicmgr/index.html
index 238585d..7fb1227 100644
--- a/develop/os/modules/devmgmt/oicmgr/index.html
+++ b/develop/os/modules/devmgmt/oicmgr/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/drivers/driver/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/drivers/driver/index.html b/develop/os/modules/drivers/driver/index.html
index 4e49b6a..dbde313 100644
--- a/develop/os/modules/drivers/driver/index.html
+++ b/develop/os/modules/drivers/driver/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/elua/elua/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/elua/elua/index.html b/develop/os/modules/elua/elua/index.html
index 81f0d2a..39e6841 100644
--- a/develop/os/modules/elua/elua/index.html
+++ b/develop/os/modules/elua/elua/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/elua/lua_init/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/elua/lua_init/index.html b/develop/os/modules/elua/lua_init/index.html
index a03788a..e4b9f7e 100644
--- a/develop/os/modules/elua/lua_init/index.html
+++ b/develop/os/modules/elua/lua_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/elua/lua_main/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/elua/lua_main/index.html b/develop/os/modules/elua/lua_main/index.html
index 422354a..c484ad3 100644
--- a/develop/os/modules/elua/lua_main/index.html
+++ b/develop/os/modules/elua/lua_main/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/fcb/fcb/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fcb/fcb/index.html b/develop/os/modules/fcb/fcb/index.html
index 1d9674c..c8adbc0 100644
--- a/develop/os/modules/fcb/fcb/index.html
+++ b/develop/os/modules/fcb/fcb/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/fcb/fcb_append/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fcb/fcb_append/index.html b/develop/os/modules/fcb/fcb_append/index.html
index 9f7ce01..4a2244d 100644
--- a/develop/os/modules/fcb/fcb_append/index.html
+++ b/develop/os/modules/fcb/fcb_append/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/fcb/fcb_append_finish/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fcb/fcb_append_finish/index.html b/develop/os/modules/fcb/fcb_append_finish/index.html
index 6b2ffe2..8d7d6b9 100644
--- a/develop/os/modules/fcb/fcb_append_finish/index.html
+++ b/develop/os/modules/fcb/fcb_append_finish/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/fcb/fcb_append_to_scratch/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fcb/fcb_append_to_scratch/index.html b/develop/os/modules/fcb/fcb_append_to_scratch/index.html
index 5337813..e9ab2e7 100644
--- a/develop/os/modules/fcb/fcb_append_to_scratch/index.html
+++ b/develop/os/modules/fcb/fcb_append_to_scratch/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/fcb/fcb_clear/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fcb/fcb_clear/index.html b/develop/os/modules/fcb/fcb_clear/index.html
index bbbe2c0..7e98990 100644
--- a/develop/os/modules/fcb/fcb_clear/index.html
+++ b/develop/os/modules/fcb/fcb_clear/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/fcb/fcb_getnext/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fcb/fcb_getnext/index.html b/develop/os/modules/fcb/fcb_getnext/index.html
index 7599264..cff5534 100644
--- a/develop/os/modules/fcb/fcb_getnext/index.html
+++ b/develop/os/modules/fcb/fcb_getnext/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/fcb/fcb_init/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fcb/fcb_init/index.html b/develop/os/modules/fcb/fcb_init/index.html
index ac7ddb4..d47b50d 100644
--- a/develop/os/modules/fcb/fcb_init/index.html
+++ b/develop/os/modules/fcb/fcb_init/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/fcb/fcb_is_empty/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fcb/fcb_is_empty/index.html b/develop/os/modules/fcb/fcb_is_empty/index.html
index 36b55f6..ccd4c44 100644
--- a/develop/os/modules/fcb/fcb_is_empty/index.html
+++ b/develop/os/modules/fcb/fcb_is_empty/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/fcb/fcb_offset_last_n/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fcb/fcb_offset_last_n/index.html b/develop/os/modules/fcb/fcb_offset_last_n/index.html
index 0a7580d..27d915c 100644
--- a/develop/os/modules/fcb/fcb_offset_last_n/index.html
+++ b/develop/os/modules/fcb/fcb_offset_last_n/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/fcb/fcb_rotate/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fcb/fcb_rotate/index.html b/develop/os/modules/fcb/fcb_rotate/index.html
index d84eed8..504a5b3 100644
--- a/develop/os/modules/fcb/fcb_rotate/index.html
+++ b/develop/os/modules/fcb/fcb_rotate/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/fcb/fcb_walk/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fcb/fcb_walk/index.html b/develop/os/modules/fcb/fcb_walk/index.html
index 70c138b..c77d465 100644
--- a/develop/os/modules/fcb/fcb_walk/index.html
+++ b/develop/os/modules/fcb/fcb_walk/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/fs/fs/fs/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/fs/fs/index.html b/develop/os/modules/fs/fs/fs/index.html
index f04d89e..6ed9e7a 100644
--- a/develop/os/modules/fs/fs/fs/index.html
+++ b/develop/os/modules/fs/fs/fs/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/fs/fs/fs_close/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/fs/fs_close/index.html b/develop/os/modules/fs/fs/fs_close/index.html
index dae352a..4940f39 100644
--- a/develop/os/modules/fs/fs/fs_close/index.html
+++ b/develop/os/modules/fs/fs/fs_close/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/fs/fs/fs_closedir/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/fs/fs_closedir/index.html b/develop/os/modules/fs/fs/fs_closedir/index.html
index a870b42..d29c73f 100644
--- a/develop/os/modules/fs/fs/fs_closedir/index.html
+++ b/develop/os/modules/fs/fs/fs_closedir/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/fs/fs/fs_dirent_is_dir/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/fs/fs_dirent_is_dir/index.html b/develop/os/modules/fs/fs/fs_dirent_is_dir/index.html
index 6e0930f..290dc58 100644
--- a/develop/os/modules/fs/fs/fs_dirent_is_dir/index.html
+++ b/develop/os/modules/fs/fs/fs_dirent_is_dir/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/fs/fs/fs_dirent_name/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/fs/fs_dirent_name/index.html b/develop/os/modules/fs/fs/fs_dirent_name/index.html
index 80b0f5b..e990d9a 100644
--- a/develop/os/modules/fs/fs/fs_dirent_name/index.html
+++ b/develop/os/modules/fs/fs/fs_dirent_name/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/fs/fs/fs_filelen/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/fs/fs_filelen/index.html b/develop/os/modules/fs/fs/fs_filelen/index.html
index 6e0af3b..8528552 100644
--- a/develop/os/modules/fs/fs/fs_filelen/index.html
+++ b/develop/os/modules/fs/fs/fs_filelen/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/fs/fs/fs_getpos/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/fs/fs_getpos/index.html b/develop/os/modules/fs/fs/fs_getpos/index.html
index 83f9e17..49441b6 100644
--- a/develop/os/modules/fs/fs/fs_getpos/index.html
+++ b/develop/os/modules/fs/fs/fs_getpos/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/fs/fs/fs_mkdir/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/fs/fs_mkdir/index.html b/develop/os/modules/fs/fs/fs_mkdir/index.html
index 724d7d2..39b92b0 100644
--- a/develop/os/modules/fs/fs/fs_mkdir/index.html
+++ b/develop/os/modules/fs/fs/fs_mkdir/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/fs/fs/fs_open/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/fs/fs_open/index.html b/develop/os/modules/fs/fs/fs_open/index.html
index 819993a..8e2629b 100644
--- a/develop/os/modules/fs/fs/fs_open/index.html
+++ b/develop/os/modules/fs/fs/fs_open/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/fs/fs/fs_opendir/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/fs/fs_opendir/index.html b/develop/os/modules/fs/fs/fs_opendir/index.html
index c70a03b..803d08d 100644
--- a/develop/os/modules/fs/fs/fs_opendir/index.html
+++ b/develop/os/modules/fs/fs/fs_opendir/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/fs/fs/fs_ops/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/fs/fs_ops/index.html b/develop/os/modules/fs/fs/fs_ops/index.html
index 8ec1af8..874e3eb 100644
--- a/develop/os/modules/fs/fs/fs_ops/index.html
+++ b/develop/os/modules/fs/fs/fs_ops/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/fs/fs/fs_read/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/fs/fs_read/index.html b/develop/os/modules/fs/fs/fs_read/index.html
index e3845aa..8eea8e4 100644
--- a/develop/os/modules/fs/fs/fs_read/index.html
+++ b/develop/os/modules/fs/fs/fs_read/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/fs/fs/fs_readdir/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/fs/fs_readdir/index.html b/develop/os/modules/fs/fs/fs_readdir/index.html
index 725b033..42ca5e6 100644
--- a/develop/os/modules/fs/fs/fs_readdir/index.html
+++ b/develop/os/modules/fs/fs/fs_readdir/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/fs/fs/fs_register/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/fs/fs_register/index.html b/develop/os/modules/fs/fs/fs_register/index.html
index 5584fd6..940d413 100644
--- a/develop/os/modules/fs/fs/fs_register/index.html
+++ b/develop/os/modules/fs/fs/fs_register/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/fs/fs/fs_rename/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/fs/fs_rename/index.html b/develop/os/modules/fs/fs/fs_rename/index.html
index d0d7de8..ef61a84 100644
--- a/develop/os/modules/fs/fs/fs_rename/index.html
+++ b/develop/os/modules/fs/fs/fs_rename/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/fs/fs/fs_return_codes/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/fs/fs_return_codes/index.html b/develop/os/modules/fs/fs/fs_return_codes/index.html
index 4dbf5e9..4dfbda4 100644
--- a/develop/os/modules/fs/fs/fs_return_codes/index.html
+++ b/develop/os/modules/fs/fs/fs_return_codes/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/fs/fs/fs_seek/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/fs/fs_seek/index.html b/develop/os/modules/fs/fs/fs_seek/index.html
index 6d0bc0b..8dac664 100644
--- a/develop/os/modules/fs/fs/fs_seek/index.html
+++ b/develop/os/modules/fs/fs/fs_seek/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/fs/fs/fs_unlink/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/fs/fs_unlink/index.html b/develop/os/modules/fs/fs/fs_unlink/index.html
index 5c4d855..fdf23a4 100644
--- a/develop/os/modules/fs/fs/fs_unlink/index.html
+++ b/develop/os/modules/fs/fs/fs_unlink/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/fs/fs/fs_write/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/fs/fs_write/index.html b/develop/os/modules/fs/fs/fs_write/index.html
index fdda7b0..e966adc 100644
--- a/develop/os/modules/fs/fs/fs_write/index.html
+++ b/develop/os/modules/fs/fs/fs_write/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/modules/fs/fs/fsutil_read_file/index.html
----------------------------------------------------------------------
diff --git a/develop/os/modules/fs/fs/fsutil_read_file/index.html b/develop/os/modules/fs/fs/fsutil_read_file/index.html
index 6ea1492..3d77620 100644
--- a/develop/os/modules/fs/fs/fsutil_read_file/index.html
+++ b/develop/os/modules/fs/fs/fsutil_read_file/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 



[15/22] incubator-mynewt-site git commit: Added a tutorial to add console to blinky. Updated newt documentation. Added a Latest News button on front page

Posted by ad...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/tutorials/blinky_console/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/blinky_console/index.html b/develop/os/tutorials/blinky_console/index.html
new file mode 100644
index 0000000..16f0787
--- /dev/null
+++ b/develop/os/tutorials/blinky_console/index.html
@@ -0,0 +1,712 @@
+<!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/os/tutorials/blinky_console/"> -->
+        <link rel="shortcut icon" href="../../../img/favicon.ico">
+
+	    <title>Add Console and Shell to Blinky - 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="Add Console and Shell to Blinky">
+
+
+        <div class="container">
+    <div class="row v2-main-banner">
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
+            <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
+        </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </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=""
+>
+                    <a href="/talks/">Talks</a>
+                </li>
+                <li 
+  class="active"
+>
+                    <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-md-3 v2-sidebar sidebar-container"><div id="docSidebar" class="hidden-print" role="complementary">
+    <div class="top">
+        <div role="search">
+            <form id="rtd-search-form" class="wy-form" action="../../../search.html" method="get">
+                <div class="form-group">
+                    <input type="text" name="q" class="form-control" placeholder="Search documentation" />
+                </div>
+            </form>
+        </div>
+    </div>
+    <ul class="toc-nav">
+      <li class="doc-version">
+<select class="form-control" onchange="if (this.value) window.location.href=this.value">
+    
+    <option
+      value="/develop/os/introduction"
+      selected="selected"
+    >
+      Version: develop (latest)
+    </option>
+    
+    <option
+      value="/v0_9_0/os/introduction"
+      
+    >
+      Version: 0.9.0
+    </option>
+    
+</select>
+</li>
+      
+        
+      
+        
+      
+        
+      
+        
+      
+        
+      
+        
+      
+        
+      
+        
+      
+        
+          
+  
+  
+    <li ><a href="../../introduction/">Mynewt Documentation</a>
+  
+  
+    <ul>
+          
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../get_started/get_started/">Basic Setup</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../../get_started/vocabulary/">Concepts</a>
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../tutorials/">Tutorials</a>
+  
+  
+    <ul>
+          
+              
+          
+              
+                
+  
+  
+    <li><a href="
+  ../arduino_zero/
+">Project Blinky</a>
+  
+  
+    <ul>
+          
+              
+                
+    <li >
+      <a href="../arduino_zero/">Blinky on Arduino Zero</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../blinky_primo/">Blinky on Arduino Primo</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../olimex/">Blinky on Olimex</a>
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../STM32F303/">Blinky on STM32F303</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../nRF52/">Blinky on nRF52</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../blinky_sram_olimex/">Run Blinky from SRAM, no bootloader</a>
+    </li>
+
+              
+          
+              
+                
+    <li class="active">
+      <a href="./">Add Console and Shell to Blinky</a>
+    </li>
+
+              
+          
+    </ul>
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../repo/add_repos/">Work with repositories</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../tasks_lesson/">Tasks and Priority Management</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../wi-fi_on_arduino/">Enable Wi-Fi on Arduino Zero</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../unit_test/">Write a Test Suite for a Package</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../air_quality_sensor/">Air-quality Sensor project</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../event_queue/">Add task to manage multiple events</a>
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li><a href="
+  ../project-slinky/
+">Project Slinky for remote comms</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../add_newtmgr/">Enable newtmgr in any app</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../add_shell/">Enable the OS Shell and Console</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../bletiny_project/">BLE app to check stats via console</a>
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../bleprph/bleprph-intro/">BLE peripheral project</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../ibeacon/">BLE iBeacon</a>
+    </li>
+
+              
+          
+              
+                
+    <li >
+      <a href="../blehci_project/">BLE HCI interface</a>
+    </li>
+
+              
+          
+    </ul>
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../os_user_guide/">OS User Guide</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li><a href="
+  ../../../network/ble/ble_intro/
+">BLE User Guide</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../../newt/newt_intro/">Newt Tool Guide</a>
+  
+  
+    </li>
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../../newtmgr/overview/">Newt Manager Guide</a>
+  
+  
+    </li>
+
+              
+          
+    </ul>
+  
+    </li>
+
+        
+      
+        
+          
+  
+  
+    <li><a href="
+  ../../../faq/how_to_edit_docs/
+">Appendix</a>
+  
+  
+    </li>
+
+        
+      
+    </ul>
+</div></div>
+
+                    <div class="col-md-9" role="main">
+                        <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>
+    
+    
+        
+          <li>&raquo; <a href="../tutorials/">Tutorials</a></li>
+        
+      
+        
+          <li>&raquo; <a href="../arduino_zero/">Project Blinky</a></li>
+        
+      
+      
+        <li>&raquo; Add Console and Shell to Blinky</li>
+      
+    
+    
+  </ul>
+</div>
+                        </div>
+                        
+                            <h2 id="enabling-the-console-and-shell-for-blinky">Enabling The Console and Shell for Blinky</h2>
+<p><br></p>
+<p>This tutorial explains how to add the Console and Shell task to the blinky app so that you 
+can interact with it over a serial line connection.</p>
+<p><br></p>
+<h3 id="pre-requisites">Pre-Requisites</h3>
+<ul>
+<li>Ensure you have installed <a href="../../../newt/install/newt_mac/">newt</a> and that the 
+newt command is in your system path. </li>
+<li>You must have Internet connectivity to fetch remote Mynewt components.</li>
+<li>You must <a href="../../get_started/native_tools/">install the compiler tools</a> to 
+support native compiling to build the project this tutorial creates.  </li>
+<li>You must install the <a href="https://www.segger.com/jlink-software.html">Segger JLINK package</a> to 
+load your project on the board.</li>
+<li>Cable to establish a serial USB connection between the board and the laptop</li>
+</ul>
+<p><br></p>
+<h3 id="use-an-existing-project">Use an existing project</h3>
+<p>Since all we're doing is adding the shell and console capability to blinky, we assume 
+that you have worked through at least some of the other tutorials, and have an existing project.
+For this example, we'll be modifying the <a href="../nRF52/">blinky on nrf52</a> project to enable 
+the shell and console connectivity. Feel free to use whatever version of blinky you'd like though.</p>
+<p><br></p>
+<h3 id="modify-the-dependencies-and-configuration">Modify the Dependencies and Configuration</h3>
+<p>The first thing you'll need to add is a few new dependencies for your app. To add shell support to 
+your app make sure the following <code>pkg.deps</code> are defined in your target's pkg.yml file:</p>
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">pkg.deps:
+    - &quot;@apache-mynewt-core/sys/console/full&quot;
+    - &quot;@apache-mynewt-core/sys/shell&quot;
+    - &quot;@apache-mynewt-core/sys/sysinit&quot;
+</pre></div>
+
+
+<p>This lets the newt system know that it needs to pull in the code for the console and the shell.</p>
+<p>Now we'll need to modify the settings for the app to turn on the shell, etc. by modifying the
+<code>syscfg.yml</code> file for your target. (Remember, these files are in the targets/<app-name> directory.)
+If there isn't a <code>syscfg.yml</code> file in your target's directory, you will need to create one.</p>
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"># Package: apps/bletiny
+
+syscfg.vals:
+    # Enable the shell task.
+    SHELL_TASK: 1
+    # Enable Console OS Ticks
+    CONSOLE_TICKS: 1
+    # Enable Console Prompt
+    CONSOLE_PROMPT: 1 
+</pre></div>
+
+
+<h3 id="add-an-event-queue">Add an Event Queue</h3>
+<p>Blinky is a small app that doesn't make use of tasks or an event queue as many other apps do, so
+we'll have to modify the source for the app in order to add one. </p>
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"><span style="color: #177500">/* System event queue task handler */</span>
+<span style="color: #633820">#define SYSEVQ_PRIO (1)</span>
+<span style="color: #633820">#define SYSEVQ_STACK_SIZE    OS_STACK_ALIGN(512)</span>
+<span style="color: #A90D91">static</span> <span style="color: #A90D91">struct</span> <span style="color: #000000">os_task</span> <span style="color: #000000">task_sysevq</span>;
+<span style="color: #A90D91">os_stack_t</span> <span style="color: #000000">sysevq_stack</span>[<span style="color: #000000">SYSEVQ_STACK_SIZE</span>];
+
+<span style="color: #177500">/* Event queue for events handled by the system (shell, etc.) */</span>
+<span style="color: #A90D91">static</span> <span style="color: #A90D91">struct</span> <span style="color: #000000">os_eventq</span> <span style="color: #000000">sys_evq</span>;
+</pre></div>
+
+
+<p>We define a new <code>os_task</code> a task stack (<code>sysevq_stack</code>) and new system event queue 
+(<code>sys_evq</code>) so that the shell and console will have an event queue to run in.</p>
+<p>Next we go down to our <code>init_tasks()</code> function and initialize it</p>
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"><span style="color: #000000">os_task_init</span>(<span style="color: #000000">&amp;task_sysevq</span>, <span style="color: #C41A16">&quot;sysevq&quot;</span>, <span style="color: #000000">sysevq_handler</span>, <span style="color: #A90D91">NULL</span>,
+        <span style="color: #000000">SYSEVQ_PRIO</span>, <span style="color: #000000">OS_WAIT_FOREVER</span>, <span style="color: #000000">sysevq_stack</span>, <span style="color: #000000">SYSEVQ_STACK_SIZE</span>);
+<span style="color: #000000">os_eventq_init</span>(<span style="color: #000000">&amp;sys_evq</span>);
+<span style="color: #000000">os_eventq_dflt_set</span>(<span style="color: #000000">&amp;sys_evq</span>);
+</pre></div>
+
+
+<p>This will initialize the task, initialize the event queue, and then set the new event queue as
+the default event queue.        </p>
+<h3 id="build-targets">Build targets</h3>
+<p>We're not going to build the bootloader here since we are assuming that you have already
+built and loaded it during previous tutorials.</p>
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">$ newt build blinky
+Archiving cbmem.a
+Compiling crc16.c
+Compiling crc8.c
+Archiving crc.a
+Compiling mem.c
+Archiving mem.a
+Linking ~/dev/myproj/bin/targets/blinky/app/apps/blinky/blinky.elf
+Target successfully built: targets/blinky
+</pre></div>
+
+
+<p><br></p>
+<h3 id="create-the-app-image">Create the app image</h3>
+<p>Generate a signed application image for the <code>blinky</code> target. The version number is arbitrary.</p>
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">$ newt create-image blinky 1.0.0
+App image succesfully generated: ~/dev/myproj/bin/targets/blinky/app/apps/blinky/blinky.img
+</pre></div>
+
+
+<p><br></p>
+<h3 id="load-the-image">Load the image</h3>
+<p>Make sure the USB connector is in place and the power LED on the board is lit. Use the Power ON/OFF switch to reset the board after loading the image.</p>
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">$ newt load blinky
+</pre></div>
+
+
+<p><br></p>
+<h3 id="set-up-serial-connection">Set up Serial connection</h3>
+<p>You'll need a Serial connection to see the output of your program. You can reference the <a href="../../get_started/serial_access/">Serial Port Setup</a> 
+Tutorial for more information on setting up your serial communications.</p>
+<p><br></p>
+<h3 id="connecting-with-your-app">Connecting with your app</h3>
+<p>Once you have a connection set up, you can connect to your device with <code>minicom -D /dev/tty.usbmodem&lt;port&gt; -b 115200</code> to run connect
+to the console of your app. </p>
+<p>To test and make sure that the Shell is running, first just hit <return>:</p>
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">3534: &gt;
+</pre></div>
+
+
+<p>Remember, we turned the CONSOLE_PROMPT and the CONSOLE_TICKS on earlier. You can try some commands now:</p>
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">3609: &gt; ?
+Commands:
+8841:     echo         ?    prompt     ticks     tasks  mempools
+8843:     date         b
+8844: &gt; ticks off
+ Console Ticks off
+ &gt; prompt off
+ Prompt now off.
+ticks on
+33383: Console Ticks on
+
+33568:
+prompt on
+39108: Prompt now on.
+39108: &gt;
+</pre></div>
+
+
+<p>And there you have the Console and Shell working in an app that previously had no event queue! </p>
+                        
+                        <div class="row">
+                            
+
+
+
+<ul class="nav nav-pills" style="margin-bottom: 10px">
+    <li>
+    
+    <a href=../blinky_sram_olimex/>
+        <span class="fa fa-arrow-left"></span>
+        Previous: Run Blinky from SRAM, no bootloader
+    </a>
+    
+    </li>
+    <li class="pull-right">
+    
+    <a href=../repo/add_repos/>
+        Next: Work with repositories
+        <span class="fa fa-arrow-right"></span>
+    </a>
+    
+    </li>
+</ul>
+                        </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>
+                </div>
+            
+            
+        </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/8da4f0a3/develop/os/tutorials/blinky_primo/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/blinky_primo/index.html b/develop/os/tutorials/blinky_primo/index.html
index 96bf376..50b9c99 100644
--- a/develop/os/tutorials/blinky_primo/index.html
+++ b/develop/os/tutorials/blinky_primo/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 
@@ -284,6 +290,14 @@
 
               
           
+              
+                
+    <li >
+      <a href="../blinky_console/">Add Console and Shell to Blinky</a>
+    </li>
+
+              
+          
     </ul>
   
     </li>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/tutorials/blinky_sram_olimex/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/blinky_sram_olimex/index.html b/develop/os/tutorials/blinky_sram_olimex/index.html
index f56e18d..6b5b0dc 100644
--- a/develop/os/tutorials/blinky_sram_olimex/index.html
+++ b/develop/os/tutorials/blinky_sram_olimex/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 
@@ -284,6 +290,14 @@
 
               
           
+              
+                
+    <li >
+      <a href="../blinky_console/">Add Console and Shell to Blinky</a>
+    </li>
+
+              
+          
     </ul>
   
     </li>
@@ -667,8 +681,8 @@ To locate the bootloader, the board searches in three places: User Flash Memory,
     </li>
     <li class="pull-right">
     
-    <a href=../repo/add_repos/>
-        Next: Work with repositories
+    <a href=../blinky_console/>
+        Next: Add Console and Shell to Blinky
         <span class="fa fa-arrow-right"></span>
     </a>
     

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/tutorials/event_queue/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/event_queue/index.html b/develop/os/tutorials/event_queue/index.html
index 3e00a9d..07a5633 100644
--- a/develop/os/tutorials/event_queue/index.html
+++ b/develop/os/tutorials/event_queue/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/tutorials/ibeacon/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/ibeacon/index.html b/develop/os/tutorials/ibeacon/index.html
index 175faeb..c7dbead 100644
--- a/develop/os/tutorials/ibeacon/index.html
+++ b/develop/os/tutorials/ibeacon/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/tutorials/nRF52/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/nRF52/index.html b/develop/os/tutorials/nRF52/index.html
index 269d1a6..37c2c69 100644
--- a/develop/os/tutorials/nRF52/index.html
+++ b/develop/os/tutorials/nRF52/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 
@@ -284,6 +290,14 @@
 
               
           
+              
+                
+    <li >
+      <a href="../blinky_console/">Add Console and Shell to Blinky</a>
+    </li>
+
+              
+          
     </ul>
   
     </li>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/tutorials/olimex/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/olimex/index.html b/develop/os/tutorials/olimex/index.html
index 203ee92..8bb4ba0 100644
--- a/develop/os/tutorials/olimex/index.html
+++ b/develop/os/tutorials/olimex/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 
@@ -284,6 +290,14 @@
 
               
           
+              
+                
+    <li >
+      <a href="../blinky_console/">Add Console and Shell to Blinky</a>
+    </li>
+
+              
+          
     </ul>
   
     </li>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/tutorials/pin-wheel-mods/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/pin-wheel-mods/index.html b/develop/os/tutorials/pin-wheel-mods/index.html
index ba3233c..cd46533 100644
--- a/develop/os/tutorials/pin-wheel-mods/index.html
+++ b/develop/os/tutorials/pin-wheel-mods/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 
@@ -298,6 +304,14 @@
 
               
           
+              
+                
+    <li >
+      <a href="../blinky_console/">Add Console and Shell to Blinky</a>
+    </li>
+
+              
+          
     </ul>
   
     </li>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/tutorials/project-slinky/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/project-slinky/index.html b/develop/os/tutorials/project-slinky/index.html
index b7a2f7f..0711053 100644
--- a/develop/os/tutorials/project-slinky/index.html
+++ b/develop/os/tutorials/project-slinky/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/tutorials/project-target-slinky/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/project-target-slinky/index.html b/develop/os/tutorials/project-target-slinky/index.html
index c765a62..fb17d81 100644
--- a/develop/os/tutorials/project-target-slinky/index.html
+++ b/develop/os/tutorials/project-target-slinky/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/tutorials/repo/add_repos/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/repo/add_repos/index.html b/develop/os/tutorials/repo/add_repos/index.html
index 2e4f264..f6417c6 100644
--- a/develop/os/tutorials/repo/add_repos/index.html
+++ b/develop/os/tutorials/repo/add_repos/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 
@@ -732,9 +738,9 @@ should give you all the information to add it to your <code>project.yml</code> f
 <ul class="nav nav-pills" style="margin-bottom: 10px">
     <li>
     
-    <a href=../../blinky_sram_olimex/>
+    <a href=../../blinky_console/>
         <span class="fa fa-arrow-left"></span>
-        Previous: Run Blinky from SRAM, no bootloader
+        Previous: Add Console and Shell to Blinky
     </a>
     
     </li>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/tutorials/repo/create_repo/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/repo/create_repo/index.html b/develop/os/tutorials/repo/create_repo/index.html
index f28e94c..70c981d 100644
--- a/develop/os/tutorials/repo/create_repo/index.html
+++ b/develop/os/tutorials/repo/create_repo/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/tutorials/repo/upgrade_repo/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/repo/upgrade_repo/index.html b/develop/os/tutorials/repo/upgrade_repo/index.html
index f1a85b1..22deea5 100644
--- a/develop/os/tutorials/repo/upgrade_repo/index.html
+++ b/develop/os/tutorials/repo/upgrade_repo/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/tutorials/tasks_lesson/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/tasks_lesson/index.html b/develop/os/tutorials/tasks_lesson/index.html
index 46bd843..e047c9f 100644
--- a/develop/os/tutorials/tasks_lesson/index.html
+++ b/develop/os/tutorials/tasks_lesson/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/os/tutorials/tutorials/index.html
----------------------------------------------------------------------
diff --git a/develop/os/tutorials/tutorials/index.html b/develop/os/tutorials/tutorials/index.html
index 0071d45..9cd2730 100644
--- a/develop/os/tutorials/tutorials/index.html
+++ b/develop/os/tutorials/tutorials/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/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 23e8d6a..d815736 100644
--- a/develop/os/tutorials/unit_test/index.html
+++ b/develop/os/tutorials/unit_test/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/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 f8db6af..9de175b 100644
--- a/develop/os/tutorials/wi-fi_on_arduino/index.html
+++ b/develop/os/tutorials/wi-fi_on_arduino/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/pages/ble/index.html
----------------------------------------------------------------------
diff --git a/develop/pages/ble/index.html b/develop/pages/ble/index.html
index ec5d4c8..a805986 100644
--- a/develop/pages/ble/index.html
+++ b/develop/pages/ble/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/quick-start/index.html
----------------------------------------------------------------------
diff --git a/develop/quick-start/index.html b/develop/quick-start/index.html
index f293ce8..26d4ceb 100644
--- a/develop/quick-start/index.html
+++ b/develop/quick-start/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/search.html
----------------------------------------------------------------------
diff --git a/develop/search.html b/develop/search.html
index 46b0219..9a8c401 100644
--- a/develop/search.html
+++ b/develop/search.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/sitemap.xml
----------------------------------------------------------------------
diff --git a/develop/sitemap.xml b/develop/sitemap.xml
index 5bef0fc..4940126 100644
--- a/develop/sitemap.xml
+++ b/develop/sitemap.xml
@@ -4,7 +4,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/</loc>
-     <lastmod>2016-12-15</lastmod>
+     <lastmod>2016-12-19</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -13,7 +13,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/pages/ble/</loc>
-     <lastmod>2016-12-15</lastmod>
+     <lastmod>2016-12-19</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -22,7 +22,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/quick-start/</loc>
-     <lastmod>2016-12-15</lastmod>
+     <lastmod>2016-12-19</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -30,7 +30,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/about/</loc>
-     <lastmod>2016-12-15</lastmod>
+     <lastmod>2016-12-19</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -38,7 +38,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/talks/</loc>
-     <lastmod>2016-12-15</lastmod>
+     <lastmod>2016-12-19</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -46,7 +46,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/download/</loc>
-     <lastmod>2016-12-15</lastmod>
+     <lastmod>2016-12-19</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -54,7 +54,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/community/</loc>
-     <lastmod>2016-12-15</lastmod>
+     <lastmod>2016-12-19</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -62,7 +62,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/events/</loc>
-     <lastmod>2016-12-15</lastmod>
+     <lastmod>2016-12-19</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -71,7 +71,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/os/introduction/</loc>
-     <lastmod>2016-12-15</lastmod>
+     <lastmod>2016-12-19</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -83,7 +83,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/os/get_started/vocabulary/</loc>
-     <lastmod>2016-12-15</lastmod>
+     <lastmod>2016-12-19</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -123,13 +123,13 @@
         
     <url>
      <loc>http://mynewt.apache.org/faq/how_to_edit_docs/</loc>
-     <lastmod>2016-12-15</lastmod>
+     <lastmod>2016-12-19</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/faq/answers/</loc>
-     <lastmod>2016-12-15</lastmod>
+     <lastmod>2016-12-19</lastmod>
      <changefreq>daily</changefreq>
     </url>
         

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/develop/talks/index.html
----------------------------------------------------------------------
diff --git a/develop/talks/index.html b/develop/talks/index.html
index 869f439..b40ded7 100644
--- a/develop/talks/index.html
+++ b/develop/talks/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/download/index.html
----------------------------------------------------------------------
diff --git a/download/index.html b/download/index.html
index e80ec78..22db1c8 100644
--- a/download/index.html
+++ b/download/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/events/index.html
----------------------------------------------------------------------
diff --git a/events/index.html b/events/index.html
index ebe24d1..51da136 100644
--- a/events/index.html
+++ b/events/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/faq/answers/index.html
----------------------------------------------------------------------
diff --git a/faq/answers/index.html b/faq/answers/index.html
index 1ffbf65..0b6ac29 100644
--- a/faq/answers/index.html
+++ b/faq/answers/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/faq/how_to_edit_docs/index.html
----------------------------------------------------------------------
diff --git a/faq/how_to_edit_docs/index.html b/faq/how_to_edit_docs/index.html
index 1c369f3..7e45883 100644
--- a/faq/how_to_edit_docs/index.html
+++ b/faq/how_to_edit_docs/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index e9c758f..59ee189 100644
--- a/index.html
+++ b/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/about/index.html
----------------------------------------------------------------------
diff --git a/latest/about/index.html b/latest/about/index.html
index 5218980..c4e5e05 100644
--- a/latest/about/index.html
+++ b/latest/about/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/community/index.html
----------------------------------------------------------------------
diff --git a/latest/community/index.html b/latest/community/index.html
index 451e4a3..e87bd17 100644
--- a/latest/community/index.html
+++ b/latest/community/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/css/v2.css
----------------------------------------------------------------------
diff --git a/latest/css/v2.css b/latest/css/v2.css
index 6451517..676a1fd 100644
--- a/latest/css/v2.css
+++ b/latest/css/v2.css
@@ -1,28 +1,62 @@
+.v2-main-banner {
+    display: flex;
+    justify-content: space-between;
+    flex-flow: row;
+}
+
+@media all and (max-width: 800px) {
+    .v2-main-banner {
+        justify-content: flex-start;
+        flex-flow: column;
+    }
+}
+
+.v2-main-banner .logo-cell {
+    flex-grow: 0;
+}
 
 .v2-main-banner .logo {
     height: 220px;
     /* reduce the image to reduce whitespace */
     margin-top: -35px;
     margin-bottom: -35px;
+    margin-left: 20px;
+    margin-right: 20px;
 }
 
-.v2-main-banner .tagline {
+.v2-main-banner .tagline-cell {
+    flex-grow: 2;
+    flex-basis: 500px;
     margin-left: 20px;
-    margin-bottom: 36px;  /* align with logo text */
-    display: inline-block;
-    vertical-align: bottom;
+    margin-right: 20px;
+    align-self: flex-end;
+    margin-bottom: 25px;
 }
 
-.v2-main-banner .news {
-    margin-left: 40px;
+@media all and (max-width: 800px) {
+    .v2-main-banner .tagline-cell {
+        align-self: flex-start;
+        margin-bottom: 0;
+    }
+}
+
+.v2-main-banner .news-cell {
+    flex-grow: 1;
+    flex-basis: 200px;
+    margin-top: 15px;
+    margin-left: 20px;
+    margin-right: 20px;
+}
+
+.v2-main-banner .well {
     padding: 10px;
-    border-radius: 5px;
 }
 
-.v2-vcenter {
-    display: inline-block;
-    vertical-align: middle;
-    float: none;
+@media all and (max-width: 800px) {
+    .v2-main-banner .logo-cell, .v2-main-banner .tagline-cell, .v2-main-banner .news-cell {
+        flex-grow: 0;
+        flex-basis: 0;
+    }
 }
 
 .v2-landing .tagline {

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/download/index.html
----------------------------------------------------------------------
diff --git a/latest/download/index.html b/latest/download/index.html
index b180342..2dc7f4e 100644
--- a/latest/download/index.html
+++ b/latest/download/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/events/index.html
----------------------------------------------------------------------
diff --git a/latest/events/index.html b/latest/events/index.html
index ae2da31..20a8d39 100644
--- a/latest/events/index.html
+++ b/latest/events/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/faq/answers/index.html
----------------------------------------------------------------------
diff --git a/latest/faq/answers/index.html b/latest/faq/answers/index.html
index c714436..e399f03 100644
--- a/latest/faq/answers/index.html
+++ b/latest/faq/answers/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/faq/how_to_edit_docs/index.html
----------------------------------------------------------------------
diff --git a/latest/faq/how_to_edit_docs/index.html b/latest/faq/how_to_edit_docs/index.html
index 57245fd..f8c2ff8 100644
--- a/latest/faq/how_to_edit_docs/index.html
+++ b/latest/faq/how_to_edit_docs/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/index.html
----------------------------------------------------------------------
diff --git a/latest/index.html b/latest/index.html
index 1bef8e3..7c0653b 100644
--- a/latest/index.html
+++ b/latest/index.html
@@ -46,11 +46,17 @@
 
         <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/8da4f0a3/latest/main-banner.html
----------------------------------------------------------------------
diff --git a/latest/main-banner.html b/latest/main-banner.html
index 70ac2da..6ea0f69 100644
--- a/latest/main-banner.html
+++ b/latest/main-banner.html
@@ -1,9 +1,15 @@
 <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>
-
+        <a class="logo-cell" href="/">
+            <img class="logo" src="/img/logo.png">
+        </a>
+        <div class="tagline-cell">
             <h4 class="tagline">An OS to build, deploy and securely manage billions of devices</h4>
         </div>
+        <div class="news-cell">
+            <div class="well">
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.0.0-b1</a> released (Dec 13, 2016)
+            </div>
+        </div>
     </div>
 </div>