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/08/24 19:18:06 UTC

[10/18] incubator-mynewt-site git commit: Updated Apache and Apache Incubator logo in footer. This closes #111. This closes #110. This closes #107.

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 7529a32..93c74da 100644
--- a/latest/os/get_started/docker/index.html
+++ b/latest/os/get_started/docker/index.html
@@ -363,7 +363,12 @@ you can start the newt container as yourself.</p>
 <code>newt</code>, make it executable, and put it in your path. This will allow you to run newt as if it was natively installed.  You can now follow the normal tutorials using the newt wrapper script.</p>
 <div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"><span style="color: #177500">#!/bin/bash</span>
 
-docker run -e <span style="color: #000000">NEWT_USER=</span><span style="color: #A90D91">$(</span>id -u<span style="color: #A90D91">)</span> -e <span style="color: #000000">NEWT_GROUP=</span><span style="color: #A90D91">$(</span>id -g<span style="color: #A90D91">)</span> -e <span style="color: #000000">NEWT_HOST=</span><span style="color: #A90D91">$(</span>uname<span style="color: #A90D91">)</span> -ti --rm --device<span style="color: #000000">=</span>/dev/bus/usb --privileged -v <span style="color: #A90D91">$(pwd)</span>:/workspace -w /workspace mynewt/newt:latest /newt <span style="color: #C41A16">&quot;</span><span style="color: #000000">$@</span><span style="color: #C41A16">&quot;</span>
+<span style="color: #A90D91">if</span> <span style="color: #000000">[</span> <span style="color: #C41A16">&quot;</span><span style="color: #000000">$1</span><span style="color: #C41A16">&quot;</span> <span style="color: #000000">=</span> <span style="color: #C41A16">&quot;debug&quot;</span> <span style="color: #000000">]</span> <span style="color: #000000">||</span> <span style="color: #000000">[</span> <span style="color: #C41A16">&quot;</span><span style="color: #000000">$1</span><span style="color: #C41A16">&quot;</span> <span style="color: #000000">=</span> <span style="color: #C41A16">&quot;run&quot;</span> <span style="color: #000000">]</span>
+<span style="color: #A90D91">then</span>
+    <span style="color: #000000">ti=</span><span style="color: #C41A16">&quot;-ti&quot;</span>
+<span style="color: #A90D91">fi</span>
+
+docker run -e <span style="color: #000000">NEWT_USER=</span><span style="color: #A90D91">$(</span>id -u<span style="color: #A90D91">)</span> -e <span style="color: #000000">NEWT_GROUP=</span><span style="color: #A90D91">$(</span>id -g<span style="color: #A90D91">)</span> -e <span style="color: #000000">NEWT_HOST=</span><span style="color: #A90D91">$(</span>uname<span style="color: #A90D91">)</span> <span style="color: #000000">$ti</span> --rm --device<span style="color: #000000">=</span>/dev/bus/usb --privileged -v <span style="color: #A90D91">$(pwd)</span>:/workspace -w /workspace mynewt/newt:latest /newt <span style="color: #C41A16">&quot;</span><span style="color: #000000">$@</span><span style="color: #C41A16">&quot;</span>
 </pre></div>
 
 
@@ -454,10 +459,10 @@ and double click to install</p>
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 a3ddcb1..278ed90 100644
--- a/latest/os/get_started/get_started/index.html
+++ b/latest/os/get_started/get_started/index.html
@@ -383,10 +383,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 d7a48ed..ddf6bfe 100644
--- a/latest/os/get_started/native_tools/index.html
+++ b/latest/os/get_started/native_tools/index.html
@@ -495,10 +495,10 @@ Setting up gdb (7.7.1-0ubuntu5~14.04.2) ...
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 21fdead..ec833ca 100644
--- a/latest/os/get_started/project_create/index.html
+++ b/latest/os/get_started/project_create/index.html
@@ -563,10 +563,10 @@ the <a href="../../tutorials/tutorials">tutorials</a> and get a Mynewt project r
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 e8d487d..3313b73 100644
--- a/latest/os/get_started/vocabulary/index.html
+++ b/latest/os/get_started/vocabulary/index.html
@@ -483,10 +483,10 @@ $
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/latest/os/introduction/index.html
----------------------------------------------------------------------
diff --git a/latest/os/introduction/index.html b/latest/os/introduction/index.html
index 9ed3268..c1061c5 100644
--- a/latest/os/introduction/index.html
+++ b/latest/os/introduction/index.html
@@ -398,10 +398,10 @@ started</a> with your first Mynewt application.</p>
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/latest/os/modules/baselibc/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/baselibc/index.html b/latest/os/modules/baselibc/index.html
index c4ea776..61372d1 100644
--- a/latest/os/modules/baselibc/index.html
+++ b/latest/os/modules/baselibc/index.html
@@ -523,10 +523,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 4d7aa42..c121bd2 100644
--- a/latest/os/modules/bootloader/boot_build_status/index.html
+++ b/latest/os/modules/bootloader/boot_build_status/index.html
@@ -733,10 +733,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 a5bb4b0..766b8e4 100644
--- a/latest/os/modules/bootloader/boot_build_status_one/index.html
+++ b/latest/os/modules/bootloader/boot_build_status_one/index.html
@@ -733,10 +733,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 df40ef2..455fa44 100644
--- a/latest/os/modules/bootloader/boot_clear_status/index.html
+++ b/latest/os/modules/bootloader/boot_clear_status/index.html
@@ -733,10 +733,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 7eb764a..bd93115 100644
--- a/latest/os/modules/bootloader/boot_copy_area/index.html
+++ b/latest/os/modules/bootloader/boot_copy_area/index.html
@@ -733,10 +733,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 1a475fa..cf2a05a 100644
--- a/latest/os/modules/bootloader/boot_copy_image/index.html
+++ b/latest/os/modules/bootloader/boot_copy_image/index.html
@@ -733,10 +733,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 752e7d1..2175083 100644
--- a/latest/os/modules/bootloader/boot_erase_area/index.html
+++ b/latest/os/modules/bootloader/boot_erase_area/index.html
@@ -733,10 +733,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 44cdd07..442a361 100644
--- a/latest/os/modules/bootloader/boot_fill_slot/index.html
+++ b/latest/os/modules/bootloader/boot_fill_slot/index.html
@@ -733,10 +733,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 6c4e1bb..aa9aa9d 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
@@ -733,10 +733,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 08092b7..01486cc 100644
--- a/latest/os/modules/bootloader/boot_find_image_part/index.html
+++ b/latest/os/modules/bootloader/boot_find_image_part/index.html
@@ -733,10 +733,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 e658e62..c9cdefe 100644
--- a/latest/os/modules/bootloader/boot_find_image_slot/index.html
+++ b/latest/os/modules/bootloader/boot_find_image_slot/index.html
@@ -733,10 +733,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 6c720b7..72ff6b7 100644
--- a/latest/os/modules/bootloader/boot_go/index.html
+++ b/latest/os/modules/bootloader/boot_go/index.html
@@ -733,10 +733,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 fbdb937..5d8335c 100644
--- a/latest/os/modules/bootloader/boot_init_flash/index.html
+++ b/latest/os/modules/bootloader/boot_init_flash/index.html
@@ -733,10 +733,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 75c22b7..e8497c0 100644
--- a/latest/os/modules/bootloader/boot_move_area/index.html
+++ b/latest/os/modules/bootloader/boot_move_area/index.html
@@ -733,10 +733,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 4bd99de..ed49406 100644
--- a/latest/os/modules/bootloader/boot_read_image_header/index.html
+++ b/latest/os/modules/bootloader/boot_read_image_header/index.html
@@ -733,10 +733,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 5ce3057..34338b9 100644
--- a/latest/os/modules/bootloader/boot_read_image_headers/index.html
+++ b/latest/os/modules/bootloader/boot_read_image_headers/index.html
@@ -733,10 +733,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 0997c23..2f97fd2 100644
--- a/latest/os/modules/bootloader/boot_read_status/index.html
+++ b/latest/os/modules/bootloader/boot_read_status/index.html
@@ -733,10 +733,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 09de2b3..ecbd079 100644
--- a/latest/os/modules/bootloader/boot_select_image_slot/index.html
+++ b/latest/os/modules/bootloader/boot_select_image_slot/index.html
@@ -733,10 +733,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 3b62f25..5a138cd 100644
--- a/latest/os/modules/bootloader/boot_slot_addr/index.html
+++ b/latest/os/modules/bootloader/boot_slot_addr/index.html
@@ -733,10 +733,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 ed82ff5..a4f5a81 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
@@ -733,10 +733,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 f808dc2..f37da6c 100644
--- a/latest/os/modules/bootloader/boot_swap_areas/index.html
+++ b/latest/os/modules/bootloader/boot_swap_areas/index.html
@@ -733,10 +733,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 f3480a0..04fa297 100644
--- a/latest/os/modules/bootloader/boot_vect_delete_main/index.html
+++ b/latest/os/modules/bootloader/boot_vect_delete_main/index.html
@@ -733,10 +733,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 e48a0fd..bc751e6 100644
--- a/latest/os/modules/bootloader/boot_vect_delete_test/index.html
+++ b/latest/os/modules/bootloader/boot_vect_delete_test/index.html
@@ -733,10 +733,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 ce0b766..e2d22ff 100644
--- a/latest/os/modules/bootloader/boot_vect_read_main/index.html
+++ b/latest/os/modules/bootloader/boot_vect_read_main/index.html
@@ -733,10 +733,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 cc33b0e..39205ee 100644
--- a/latest/os/modules/bootloader/boot_vect_read_one/index.html
+++ b/latest/os/modules/bootloader/boot_vect_read_one/index.html
@@ -733,10 +733,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 a2c87dd..7de2a74 100644
--- a/latest/os/modules/bootloader/boot_vect_read_test/index.html
+++ b/latest/os/modules/bootloader/boot_vect_read_test/index.html
@@ -733,10 +733,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 7d1737c..a2fbc92 100644
--- a/latest/os/modules/bootloader/boot_write_status/index.html
+++ b/latest/os/modules/bootloader/boot_write_status/index.html
@@ -733,10 +733,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 01f92f3..ce56cc3 100644
--- a/latest/os/modules/bootloader/bootloader/index.html
+++ b/latest/os/modules/bootloader/bootloader/index.html
@@ -555,10 +555,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 c7ee08f..82e69e8 100644
--- a/latest/os/modules/console/console/index.html
+++ b/latest/os/modules/console/console/index.html
@@ -600,10 +600,10 @@ If project requires the full console capability it lists dependency <code>libs/c
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 467f9e1..77cb101 100644
--- a/latest/os/modules/console/console_blocking_mode/index.html
+++ b/latest/os/modules/console/console_blocking_mode/index.html
@@ -607,10 +607,10 @@ _assert_func(const char *file, int line, const char *func, const char *e)
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 d7db92c..a6b9d08 100644
--- a/latest/os/modules/console/console_echo/index.html
+++ b/latest/os/modules/console/console_echo/index.html
@@ -636,10 +636,10 @@ nmgr_def_console_echo(struct nmgr_jbuf *njb)
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 035a01b..d99ef27 100644
--- a/latest/os/modules/console/console_init/index.html
+++ b/latest/os/modules/console/console_init/index.html
@@ -620,10 +620,10 @@ main(int argc, char **argv)
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 f358bfd..81d9093 100644
--- a/latest/os/modules/console/console_is_init/index.html
+++ b/latest/os/modules/console/console_is_init/index.html
@@ -604,10 +604,10 @@ log_console_append(struct log *log, void *buf, int len)
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 d1e5d87..b200438 100644
--- a/latest/os/modules/console/console_printf/index.html
+++ b/latest/os/modules/console/console_printf/index.html
@@ -642,10 +642,10 @@ task(struct trap_frame *tf)
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 75acd93..b5c29d5 100644
--- a/latest/os/modules/console/console_read/index.html
+++ b/latest/os/modules/console/console_read/index.html
@@ -627,10 +627,10 @@ task1_loop(void *arg)
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 89546f5..5c9cd0c 100644
--- a/latest/os/modules/console/console_write/index.html
+++ b/latest/os/modules/console/console_write/index.html
@@ -624,10 +624,10 @@ shell_echo_cmd(int argc, char **argv)
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 3dfc51a..70a03cd 100644
--- a/latest/os/modules/elua/elua/index.html
+++ b/latest/os/modules/elua/elua/index.html
@@ -545,10 +545,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 2a54a38..5619126 100644
--- a/latest/os/modules/elua/lua_init/index.html
+++ b/latest/os/modules/elua/lua_init/index.html
@@ -564,10 +564,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 8e7d69a..8fddb0f 100644
--- a/latest/os/modules/elua/lua_main/index.html
+++ b/latest/os/modules/elua/lua_main/index.html
@@ -577,10 +577,10 @@ lua_cmd(int argc, char **argv)
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 2ffef55..62ad4db 100644
--- a/latest/os/modules/fs/fs/fs/index.html
+++ b/latest/os/modules/fs/fs/fs/index.html
@@ -740,10 +740,10 @@ pkg.deps:
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 2a230dd..3403994 100644
--- a/latest/os/modules/fs/fs/fs_close/index.html
+++ b/latest/os/modules/fs/fs/fs_close/index.html
@@ -785,10 +785,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 7cf90c9..17612e4 100644
--- a/latest/os/modules/fs/fs/fs_closedir/index.html
+++ b/latest/os/modules/fs/fs/fs_closedir/index.html
@@ -800,10 +800,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 3570492..3e90c36 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
@@ -800,10 +800,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 e3d969e..24ca391 100644
--- a/latest/os/modules/fs/fs/fs_dirent_name/index.html
+++ b/latest/os/modules/fs/fs/fs_dirent_name/index.html
@@ -815,10 +815,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 833a80a..204a3d2 100644
--- a/latest/os/modules/fs/fs/fs_filelen/index.html
+++ b/latest/os/modules/fs/fs/fs_filelen/index.html
@@ -785,10 +785,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 b16138e..4cf3b41 100644
--- a/latest/os/modules/fs/fs/fs_getpos/index.html
+++ b/latest/os/modules/fs/fs/fs_getpos/index.html
@@ -753,10 +753,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 007bd6a..c4a0794 100644
--- a/latest/os/modules/fs/fs/fs_mkdir/index.html
+++ b/latest/os/modules/fs/fs/fs_mkdir/index.html
@@ -783,10 +783,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 54c529f..9f8bb4a 100644
--- a/latest/os/modules/fs/fs/fs_open/index.html
+++ b/latest/os/modules/fs/fs/fs_open/index.html
@@ -812,10 +812,10 @@ The mode strings passed to <code>fopen()</code> map to <code>fs_open()</code>'s
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 b62b851..a792b79 100644
--- a/latest/os/modules/fs/fs/fs_opendir/index.html
+++ b/latest/os/modules/fs/fs/fs_opendir/index.html
@@ -814,10 +814,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 5e9124e..87becb8 100644
--- a/latest/os/modules/fs/fs/fs_ops/index.html
+++ b/latest/os/modules/fs/fs/fs_ops/index.html
@@ -622,10 +622,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 5f73571..d1da40c 100644
--- a/latest/os/modules/fs/fs/fs_read/index.html
+++ b/latest/os/modules/fs/fs/fs_read/index.html
@@ -795,10 +795,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 e89cc96..978296a 100644
--- a/latest/os/modules/fs/fs/fs_readdir/index.html
+++ b/latest/os/modules/fs/fs/fs_readdir/index.html
@@ -805,10 +805,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 f9170c9..0b191c7 100644
--- a/latest/os/modules/fs/fs/fs_register/index.html
+++ b/latest/os/modules/fs/fs/fs_register/index.html
@@ -754,10 +754,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 c1de937..3fc9fb4 100644
--- a/latest/os/modules/fs/fs/fs_rename/index.html
+++ b/latest/os/modules/fs/fs/fs_rename/index.html
@@ -792,10 +792,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 f4e0257..f71253c 100644
--- a/latest/os/modules/fs/fs/fs_return_codes/index.html
+++ b/latest/os/modules/fs/fs/fs_return_codes/index.html
@@ -646,10 +646,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 7b24cd6..3a9e5b6 100644
--- a/latest/os/modules/fs/fs/fs_seek/index.html
+++ b/latest/os/modules/fs/fs/fs_seek/index.html
@@ -790,10 +790,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 4aba63a..9ccc3e7 100644
--- a/latest/os/modules/fs/fs/fs_unlink/index.html
+++ b/latest/os/modules/fs/fs/fs_unlink/index.html
@@ -782,10 +782,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 004f8ea..66388c6 100644
--- a/latest/os/modules/fs/fs/fs_write/index.html
+++ b/latest/os/modules/fs/fs/fs_write/index.html
@@ -791,10 +791,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 587971a..1eae0a7 100644
--- a/latest/os/modules/fs/fs/fsutil_read_file/index.html
+++ b/latest/os/modules/fs/fs/fsutil_read_file/index.html
@@ -796,10 +796,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 22e1938..3a70ac8 100644
--- a/latest/os/modules/fs/fs/fsutil_write_file/index.html
+++ b/latest/os/modules/fs/fs/fsutil_write_file/index.html
@@ -784,10 +784,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 c787ccd..9d126f4 100644
--- a/latest/os/modules/fs/nffs/nffs/index.html
+++ b/latest/os/modules/fs/nffs/nffs/index.html
@@ -728,10 +728,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 ccf71ef..e752069 100644
--- a/latest/os/modules/fs/nffs/nffs_area_desc/index.html
+++ b/latest/os/modules/fs/nffs/nffs_area_desc/index.html
@@ -618,10 +618,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 123b46e..cf536d2 100644
--- a/latest/os/modules/fs/nffs/nffs_config/index.html
+++ b/latest/os/modules/fs/nffs/nffs_config/index.html
@@ -626,10 +626,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 0084187..bce7744 100644
--- a/latest/os/modules/fs/nffs/nffs_detect/index.html
+++ b/latest/os/modules/fs/nffs/nffs_detect/index.html
@@ -680,10 +680,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 0ae75d5..5173405 100644
--- a/latest/os/modules/fs/nffs/nffs_format/index.html
+++ b/latest/os/modules/fs/nffs/nffs_format/index.html
@@ -679,10 +679,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 e67e281..f41539a 100644
--- a/latest/os/modules/fs/nffs/nffs_init/index.html
+++ b/latest/os/modules/fs/nffs/nffs_init/index.html
@@ -617,10 +617,10 @@
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 d69363a..dedf6f0 100644
--- a/latest/os/modules/fs/nffs/nffs_internals/index.html
+++ b/latest/os/modules/fs/nffs/nffs_internals/index.html
@@ -879,10 +879,10 @@ follows:</p>
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 5c471ac..e46d992 100644
--- a/latest/os/modules/fs/otherfs/index.html
+++ b/latest/os/modules/fs/otherfs/index.html
@@ -589,10 +589,10 @@ pkg.deps:
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 0a19ea2..5317792 100644
--- a/latest/os/modules/hal/hal/index.html
+++ b/latest/os/modules/hal/hal/index.html
@@ -590,10 +590,10 @@ on implementing this for your MCU.</p>
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/latest/os/modules/hal/hal_adc/hal_adc/index.html
----------------------------------------------------------------------
diff --git a/latest/os/modules/hal/hal_adc/hal_adc/index.html b/latest/os/modules/hal/hal_adc/hal_adc/index.html
index ba1877f..a2ecd3b 100644
--- a/latest/os/modules/hal/hal_adc/hal_adc/index.html
+++ b/latest/os/modules/hal/hal_adc/hal_adc/index.html
@@ -681,10 +681,10 @@ conversion and direct-to-memory DMA conversion. </p>
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a0c17016/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 01f5c07..936707a 100644
--- a/latest/os/modules/hal/hal_api/index.html
+++ b/latest/os/modules/hal/hal_api/index.html
@@ -710,10 +710,10 @@ description of the interfaces are shown below.</p>
     <div class="copyright-logos">
         <div class="row">
             <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+                <img src="/img/asf_logo_wide_small.png" alt="Apache" title="Apache">
             </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            <div class="col-xs-6 text-right">
+                <img src="/img/egg-logo2.png" alt="Apache Incubator" title="Apache Incubator">
             </div>
         </div>
     </div>