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/05/21 01:34:18 UTC

[5/9] incubator-mynewt-site git commit: fixes for mobile phone responsiveness, nav item colors, and a doc sidebar height, and some ble doc changes.

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/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 0885b35..eea7ea7 100644
--- a/os/core_os/time/os_settimeofday/index.html
+++ b/os/core_os/time/os_settimeofday/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/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 6cbb4e5..dd81ccf 100644
--- a/os/core_os/time/os_time/index.html
+++ b/os/core_os/time/os_time/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/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 0c45758..8779c4f 100644
--- a/os/core_os/time/os_time_delay/index.html
+++ b/os/core_os/time/os_time_delay/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/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 2f66497..a4e9ad3 100644
--- a/os/core_os/time/os_time_get/index.html
+++ b/os/core_os/time/os_time_get/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/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 3143d08..4729a00 100644
--- a/os/core_os/time/os_time_tick/index.html
+++ b/os/core_os/time/os_time_tick/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/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 c5ccdb9..f7200cf 100644
--- a/os/get_started/cross_tools/index.html
+++ b/os/get_started/cross_tools/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/os/get_started/docker/index.html
----------------------------------------------------------------------
diff --git a/os/get_started/docker/index.html b/os/get_started/docker/index.html
index 2776688..746fe2c 100644
--- a/os/get_started/docker/index.html
+++ b/os/get_started/docker/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/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 51b5f3d..3cf64a1 100644
--- a/os/get_started/get_started/index.html
+++ b/os/get_started/get_started/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/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 611b23d..f3c1b6c 100644
--- a/os/get_started/native_tools/index.html
+++ b/os/get_started/native_tools/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/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 b676270..d5e0515 100644
--- a/os/get_started/project_create/index.html
+++ b/os/get_started/project_create/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/os/get_started/vocabulary/index.html
----------------------------------------------------------------------
diff --git a/os/get_started/vocabulary/index.html b/os/get_started/vocabulary/index.html
index f84ef3d..718f3ef 100644
--- a/os/get_started/vocabulary/index.html
+++ b/os/get_started/vocabulary/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/os/introduction/index.html
----------------------------------------------------------------------
diff --git a/os/introduction/index.html b/os/introduction/index.html
index 3143422..5ff6a1a 100644
--- a/os/introduction/index.html
+++ b/os/introduction/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/os/modules/baselibc/index.html
----------------------------------------------------------------------
diff --git a/os/modules/baselibc/index.html b/os/modules/baselibc/index.html
index 982ceeb..22cd8e1 100644
--- a/os/modules/baselibc/index.html
+++ b/os/modules/baselibc/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/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 7661733..28d9231 100644
--- a/os/modules/bootloader/boot_build_status/index.html
+++ b/os/modules/bootloader/boot_build_status/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/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 d250d94..f76522b 100644
--- a/os/modules/bootloader/boot_build_status_one/index.html
+++ b/os/modules/bootloader/boot_build_status_one/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/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 3f6c1d3..530f8b6 100644
--- a/os/modules/bootloader/boot_clear_status/index.html
+++ b/os/modules/bootloader/boot_clear_status/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/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 8e52497..1f98ea1 100644
--- a/os/modules/bootloader/boot_copy_area/index.html
+++ b/os/modules/bootloader/boot_copy_area/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/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 83eab2e..c945f1d 100644
--- a/os/modules/bootloader/boot_copy_image/index.html
+++ b/os/modules/bootloader/boot_copy_image/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/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 a22b4ca..d932041 100644
--- a/os/modules/bootloader/boot_erase_area/index.html
+++ b/os/modules/bootloader/boot_erase_area/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/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 41f02cd..dbef9bb 100644
--- a/os/modules/bootloader/boot_fill_slot/index.html
+++ b/os/modules/bootloader/boot_fill_slot/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/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 9694bb3..1dccb62 100644
--- a/os/modules/bootloader/boot_find_image_area_idx/index.html
+++ b/os/modules/bootloader/boot_find_image_area_idx/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/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 9a0a225..b8d42f9 100644
--- a/os/modules/bootloader/boot_find_image_part/index.html
+++ b/os/modules/bootloader/boot_find_image_part/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/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 febcec4..78ec07b 100644
--- a/os/modules/bootloader/boot_find_image_slot/index.html
+++ b/os/modules/bootloader/boot_find_image_slot/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/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 7a5a780..e2ad0db 100644
--- a/os/modules/bootloader/boot_go/index.html
+++ b/os/modules/bootloader/boot_go/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/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 a8bf4ee..dd43bc0 100644
--- a/os/modules/bootloader/boot_init_flash/index.html
+++ b/os/modules/bootloader/boot_init_flash/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/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 91572de..02eed91 100644
--- a/os/modules/bootloader/boot_move_area/index.html
+++ b/os/modules/bootloader/boot_move_area/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/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 3524a70..b413f21 100644
--- a/os/modules/bootloader/boot_read_image_header/index.html
+++ b/os/modules/bootloader/boot_read_image_header/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/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 42c6279..f8b1572 100644
--- a/os/modules/bootloader/boot_read_image_headers/index.html
+++ b/os/modules/bootloader/boot_read_image_headers/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/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 1630f49..013a286 100644
--- a/os/modules/bootloader/boot_read_status/index.html
+++ b/os/modules/bootloader/boot_read_status/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/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 0e738be..22cdcc0 100644
--- a/os/modules/bootloader/boot_select_image_slot/index.html
+++ b/os/modules/bootloader/boot_select_image_slot/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/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 57f7571..752c3e7 100644
--- a/os/modules/bootloader/boot_slot_addr/index.html
+++ b/os/modules/bootloader/boot_slot_addr/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/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 d23da7c..ba16969 100644
--- a/os/modules/bootloader/boot_slot_to_area_idx/index.html
+++ b/os/modules/bootloader/boot_slot_to_area_idx/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/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 fc5bde8..c29f278 100644
--- a/os/modules/bootloader/boot_swap_areas/index.html
+++ b/os/modules/bootloader/boot_swap_areas/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/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 7690462..55f5f8d 100644
--- a/os/modules/bootloader/boot_vect_delete_main/index.html
+++ b/os/modules/bootloader/boot_vect_delete_main/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/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 a1c9371..c361fcb 100644
--- a/os/modules/bootloader/boot_vect_delete_test/index.html
+++ b/os/modules/bootloader/boot_vect_delete_test/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/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 91e2992..83e0e65 100644
--- a/os/modules/bootloader/boot_vect_read_main/index.html
+++ b/os/modules/bootloader/boot_vect_read_main/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/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 8fa059e..6dc0870 100644
--- a/os/modules/bootloader/boot_vect_read_one/index.html
+++ b/os/modules/bootloader/boot_vect_read_one/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/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 3e5de90..148fff6 100644
--- a/os/modules/bootloader/boot_vect_read_test/index.html
+++ b/os/modules/bootloader/boot_vect_read_test/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/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 bc76a7c..02d19bd 100644
--- a/os/modules/bootloader/boot_write_status/index.html
+++ b/os/modules/bootloader/boot_write_status/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/os/modules/bootloader/bootloader/index.html
----------------------------------------------------------------------
diff --git a/os/modules/bootloader/bootloader/index.html b/os/modules/bootloader/bootloader/index.html
index 83738a0..ad95f2e 100644
--- a/os/modules/bootloader/bootloader/index.html
+++ b/os/modules/bootloader/bootloader/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/os/modules/console/console/index.html
----------------------------------------------------------------------
diff --git a/os/modules/console/console/index.html b/os/modules/console/console/index.html
index e31135c..45a51b6 100644
--- a/os/modules/console/console/index.html
+++ b/os/modules/console/console/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/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 719d8ad..a7a5a19 100644
--- a/os/modules/console/console_blocking_mode/index.html
+++ b/os/modules/console/console_blocking_mode/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/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 f94605d..9ac314b 100644
--- a/os/modules/console/console_echo/index.html
+++ b/os/modules/console/console_echo/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/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 54593e7..a046e3a 100644
--- a/os/modules/console/console_init/index.html
+++ b/os/modules/console/console_init/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/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 c2689d1..23010be 100644
--- a/os/modules/console/console_is_init/index.html
+++ b/os/modules/console/console_is_init/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/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 39da7d9..3d01731 100644
--- a/os/modules/console/console_printf/index.html
+++ b/os/modules/console/console_printf/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/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 9a24790..7825f11 100644
--- a/os/modules/console/console_read/index.html
+++ b/os/modules/console/console_read/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/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 44483ab..aba9cfc 100644
--- a/os/modules/console/console_write/index.html
+++ b/os/modules/console/console_write/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/os/modules/elua/elua/index.html
----------------------------------------------------------------------
diff --git a/os/modules/elua/elua/index.html b/os/modules/elua/elua/index.html
index c080835..9da5701 100644
--- a/os/modules/elua/elua/index.html
+++ b/os/modules/elua/elua/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/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 20cd113..d95a303 100644
--- a/os/modules/elua/lua_init/index.html
+++ b/os/modules/elua/lua_init/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/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 87f11ab..b5be901 100644
--- a/os/modules/elua/lua_main/index.html
+++ b/os/modules/elua/lua_main/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/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 e539371..d8ee49f 100644
--- a/os/modules/fs/fs/fs/index.html
+++ b/os/modules/fs/fs/fs/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">
@@ -513,12 +520,11 @@
                             <h1 id="file-system-abstraction">File System Abstraction</h1>
 <p>Mynewt provides a file system abstraction layer (<code>fs/fs</code>) to allow client code to be file system agnostic.  By accessing the file system via the <code>fs/fs</code> API, client code can perform file system operations without being tied to a particular implementation.  When possible, library code should use the <code>fs/fs</code> API rather than accessing the underlying file system directly.</p>
 <h3 id="description">Description</h3>
-<p>Applications should aim to minimize the amount of code which depends on a particular file system implementation.  When possible, only depend on the <code>fs/fs</code> package.  In the simplest case, the only code which needs to know which file system is in use is the code which initializes the file system.  In terms of the Mynewt hierarchy, the <strong>project</strong> package must depend on a specific file system package, while <strong>library</strong> packages should only depend on <code>fs/fs</code>.</p>
-<p>The following example illustrates how file system dependencies should be managed.  In the slinky application, the project is responsible for initializing the file system, so it depends on a concrete file system package called <code>fs/nffs</code> (Newtron Flash File System). The project explicitly initializes nffs via calls to <code>nffs_init()</code>, <code>nffs_detect()</code> and <code>nffs_format()</code>.</p>
-<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"># project/slinky/pkg.yml
+<p>Applications should aim to minimize the amount of code which depends on a particular file system implementation.  When possible, only depend on the <code>fs/fs</code> package.  In the simplest case, the only code which needs to know which file system is in use is the code which initializes the file system.  In terms of the Mynewt hierarchy, the <strong>app</strong> package must depend on a specific file system package, while <strong>library</strong> packages should only depend on <code>fs/fs</code>.</p>
+<p>The following example illustrates how file system dependencies should be managed.  In the slinky application, the app is responsible for initializing the file system, so it depends on a concrete file system package called <code>fs/nffs</code> (Newtron Flash File System). The app explicitly initializes nffs via calls to <code>nffs_init()</code>, <code>nffs_detect()</code> and <code>nffs_format()</code>.</p>
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"># repos/apache-mynewt-core/apps/slinky/pkg.yml
 
-pkg.name: project/slinky
-pkg.vers: 0.8.0
+pkg.name: repos/apache-mynewt-core/apps/slinky
 pkg.deps:
     - fs/nffs
 
@@ -526,36 +532,35 @@ pkg.deps:
 </pre></div>
 
 
-<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">// project/slinky/src/main.c
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"><span style="color: #177500">/* repos/apache-mynewt-core/apps/slinky/src/main.c */</span>
 
-#include &quot;nffs/nffs.h&quot;
+<span style="color: #633820">#include &quot;nffs/nffs.h&quot;</span>
 
-int
-main(int argc, char **argv)
+<span style="color: #A90D91">int</span>
+<span style="color: #000000">main</span>(<span style="color: #A90D91">int</span> <span style="color: #000000">argc</span>, <span style="color: #A90D91">char</span> <span style="color: #000000">**argv</span>)
 {
-    int rc;
-    int cnt;
-    struct nffs_area_desc descs[NFFS_AREA_MAX];
-
-    rc = nffs_init();
-    assert(rc == 0);
-
-    cnt = NFFS_AREA_MAX;
-    rc = flash_area_to_nffs_desc(FLASH_AREA_NFFS, &amp;cnt, descs);
-    assert(rc == 0);
-    if (nffs_detect(descs) == FS_ECORRUPT) {
-        rc = nffs_format(descs);
-        assert(rc == 0);
+    <span style="color: #A90D91">int</span> <span style="color: #000000">rc</span>;
+    <span style="color: #A90D91">int</span> <span style="color: #000000">cnt</span>;
+    <span style="color: #A90D91">struct</span> <span style="color: #000000">nffs_area_desc</span> <span style="color: #000000">descs</span>[<span style="color: #000000">NFFS_AREA_MAX</span>];
+
+    <span style="color: #000000">rc</span> <span style="color: #000000">=</span> <span style="color: #000000">nffs_init</span>();
+    <span style="color: #000000">assert</span>(<span style="color: #000000">rc</span> <span style="color: #000000">==</span> <span style="color: #1C01CE">0</span>);
+
+    <span style="color: #000000">cnt</span> <span style="color: #000000">=</span> <span style="color: #000000">NFFS_AREA_MAX</span>;
+    <span style="color: #000000">rc</span> <span style="color: #000000">=</span> <span style="color: #000000">flash_area_to_nffs_desc</span>(<span style="color: #000000">FLASH_AREA_NFFS</span>, <span style="color: #000000">&amp;cnt</span>, <span style="color: #000000">descs</span>);
+    <span style="color: #000000">assert</span>(<span style="color: #000000">rc</span> <span style="color: #000000">==</span> <span style="color: #1C01CE">0</span>);
+    <span style="color: #A90D91">if</span> (<span style="color: #000000">nffs_detect</span>(<span style="color: #000000">descs</span>) <span style="color: #000000">==</span> <span style="color: #000000">FS_ECORRUPT</span>) {
+        <span style="color: #000000">rc</span> <span style="color: #000000">=</span> <span style="color: #000000">nffs_format</span>(<span style="color: #000000">descs</span>);
+        <span style="color: #000000">assert</span>(<span style="color: #000000">rc</span> <span style="color: #000000">==</span> <span style="color: #1C01CE">0</span>);
     }
-    // [...]
+    <span style="color: #177500">// [...]</span>
 }
 </pre></div>
 
 
-<p>On the other hand, code which uses the file system after it has been initialized need only depend on <code>fs/fs</code>.  For example, the <code>libs/imgmgr</code> package is a library which provides firmware upload and download functionality via the use of a file system.  This library is only used after the main project has initialized the file system, and therefore only depends on the <code>fs/fs</code> package.</p>
-<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"># libs/imgmgr/pkg.yml
+<p>On the other hand, code which uses the file system after it has been initialized need only depend on <code>fs/fs</code>.  For example, the <code>libs/imgmgr</code> package is a library which provides firmware upload and download functionality via the use of a file system.  This library is only used after the main app has initialized the file system, and therefore only depends on the <code>fs/fs</code> package.</p>
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"># repos/apache-mynewt-core/libs/imgmgr/pkg.yml
 pkg.name: libs/imgmgr
-pkg.vers: 0.8.0
 pkg.deps:
     - fs/fs
 
@@ -568,15 +573,15 @@ pkg.deps:
 <p>All <code>fs/fs</code> functions are thread safe.</p>
 <h3 id="header-files">Header Files</h3>
 <p>All code which uses the <code>fs/fs</code> package needs to include the following header:</p>
-<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">#include &quot;fs/fs.h&quot;
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"><span style="color: #633820">#include &quot;fs/fs.h&quot;</span>
 </pre></div>
 
 
 <h3 id="data-structures">Data Structures</h3>
 <p>All <code>fs/fs</code> data structures are opaque to client code.</p>
-<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">struct fs_file;
-struct fs_dir;
-struct fs_dirent;
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"><span style="color: #A90D91">struct</span> <span style="color: #000000">fs_file</span>;
+<span style="color: #A90D91">struct</span> <span style="color: #000000">fs_dir</span>;
+<span style="color: #A90D91">struct</span> <span style="color: #000000">fs_dirent</span>;
 </pre></div>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bdc0c773/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 dc1da4d..485db67 100644
--- a/os/modules/fs/fs/fs_close/index.html
+++ b/os/modules/fs/fs/fs_close/index.html
@@ -46,6 +46,11 @@
 
         
 
+
+
+
+
+
 <nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
     <div class="container">
         <!-- Collapsed navigation -->
@@ -79,7 +84,9 @@
 >
                     <a href="/about/">About</a>
                 </li>
-                <li>
+                <li 
+  class="active"
+>
                     <a href="/os/introduction/">Documentation</a>
                 </li>
                 <li 
@@ -112,7 +119,7 @@
         <div class="container">
             
                 <div class="row">
-                    <div class="col-md-3 v2-sidebar"><div class="hidden-print" role="complementary">
+                    <div class="col-md-3 v2-sidebar"><div id="docSidebar" class="hidden-print" role="complementary">
     <div class="top">
         <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
         <div role="search">
@@ -661,7 +668,7 @@
                         </div>
                         
                             <h2 id="fs95close"><font color="#F2853F" style="font-size:24pt">fs_close</font></h2>
-<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">int fs_close(struct fs_file *file)
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"><span style="color: #A90D91">int</span> <span style="color: #000000">fs_close</span>(<span style="color: #A90D91">struct</span> <span style="color: #000000">fs_file</span> <span style="color: #000000">*file</span>)
 </pre></div>
 
 
@@ -670,8 +677,8 @@
 <table>
 <thead>
 <tr>
-<th>Arguments</th>
-<th>Description</th>
+<th><em>Argument</em></th>
+<th><em>Description</em></th>
 </tr>
 </thead>
 <tbody>
@@ -689,37 +696,37 @@
 <h4 id="notes">Notes</h4>
 <p>If the file has already been unlinked, and the file has no other open handles, the <code>fs_close()</code> function causes the file to be deleted from the disk.</p>
 <h4 id="header-file">Header file</h4>
-<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">#include &quot;fs/fs.h&quot;
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"><span style="color: #633820">#include &quot;fs/fs.h&quot;</span>
 </pre></div>
 
 
 <h4 id="example">Example</h4>
 <p>The below code opens the file <code>/settings/config.txt</code> for reading, reads some data, and then closes the file.</p>
-<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">int
-read_config(void)
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%"><span style="color: #A90D91">int</span>
+<span style="color: #000000">read_config</span>(<span style="color: #A90D91">void</span>)
 {
-    struct fs_file *file;
-    uint32_t bytes_read;
-    uint8_t buf[16];
-    int rc;
-
-    /* Open the file for reading. */
-    rc = fs_open(&quot;/settings/config.txt&quot;, FS_ACCESS_READ, &amp;file);
-    if (rc != 0) {
-        return -1;
+    <span style="color: #A90D91">struct</span> <span style="color: #000000">fs_file</span> <span style="color: #000000">*file</span>;
+    <span style="color: #A90D91">uint32_t</span> <span style="color: #000000">bytes_read</span>;
+    <span style="color: #A90D91">uint8_t</span> <span style="color: #000000">buf</span>[<span style="color: #1C01CE">16</span>];
+    <span style="color: #A90D91">int</span> <span style="color: #000000">rc</span>;
+
+    <span style="color: #177500">/* Open the file for reading. */</span>
+    <span style="color: #000000">rc</span> <span style="color: #000000">=</span> <span style="color: #000000">fs_open</span>(<span style="color: #C41A16">&quot;/settings/config.txt&quot;</span>, <span style="color: #000000">FS_ACCESS_READ</span>, <span style="color: #000000">&amp;file</span>);
+    <span style="color: #A90D91">if</span> (<span style="color: #000000">rc</span> <span style="color: #000000">!=</span> <span style="color: #1C01CE">0</span>) {
+        <span style="color: #A90D91">return</span> <span style="color: #000000">-</span><span style="color: #1C01CE">1</span>;
     }
 
-    /* Read up to 16 bytes from the file. */
-    rc = fs_read(file, sizeof buf, buf, &amp;bytes_read);
-    if (rc == 0) {
-        /* buf now contains up to 16 bytes of file data. */
-        console_printf(&quot;read %u bytes\n&quot;, bytes_read)
+    <span style="color: #177500">/* Read up to 16 bytes from the file. */</span>
+    <span style="color: #000000">rc</span> <span style="color: #000000">=</span> <span style="color: #000000">fs_read</span>(<span style="color: #000000">file</span>, <span style="color: #A90D91">sizeof</span> <span style="color: #000000">buf</span>, <span style="color: #000000">buf</span>, <span style="color: #000000">&amp;bytes_read</span>);
+    <span style="color: #A90D91">if</span> (<span style="color: #000000">rc</span> <span style="color: #000000">==</span> <span style="color: #1C01CE">0</span>) {
+        <span style="color: #177500">/* buf now contains up to 16 bytes of file data. */</span>
+        <span style="color: #000000">console_printf</span>(<span style="color: #C41A16">&quot;read %u bytes\n&quot;</span>, <span style="color: #000000">bytes_read</span>)
     }
 
-    /* Close the file. */
-    fs_close(file);
+    <span style="color: #177500">/* Close the file. */</span>
+    <span style="color: #000000">fs_close</span>(<span style="color: #000000">file</span>);
 
-    return rc == 0 ? 0 : -1;
+    <span style="color: #A90D91">return</span> <span style="color: #000000">rc</span> <span style="color: #000000">==</span> <span style="color: #1C01CE">0</span> <span style="color: #000000">?</span> <span style="color: #1C01CE">0</span> <span style="color: #000000">:</span> <span style="color: #000000">-</span><span style="color: #1C01CE">1</span>;
 }
 </pre></div>