Merge pull request #47 from aditihilbert/temp-tutorial

fixed missing link to BLE docs
diff --git a/docs/index.rst b/docs/index.rst
index 33cbca4..7ae396a 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -12,7 +12,7 @@
    concepts
    tutorials/tutorials
    os/os_user_guide
-   network/ble/ble_intro
+   network/docs/index
    newt/index
    newtmgr/index
    mynewt_faq
diff --git a/docs/mynewt_faq.rst b/docs/mynewt_faq.rst
index e99a6ef..129a57e 100644
--- a/docs/mynewt_faq.rst
+++ b/docs/mynewt_faq.rst
@@ -218,6 +218,7 @@
 You can specify the reduced MTU by adding ``mtu=128`` to your connection string. The reason for this change is that MTU is the serial boot loader used to have a smaller receive buffer (128 bytes). The newtmgr tool sends larger image chunks by default, so specifying the MTU will reduce the image size. 
 
 **A**: There are two things you will need to do to fix any issues you encounter when working with the Adafruit nRF52DK and Newt Manager:
+  You can specify the reduced MTU by adding ``mtu=128`` to your connection string. The reason for this change is that MTU is the serial boot loader used to have a smaller receive buffer (128 bytes). The newtmgr tool sends larger image chunks by default, so specifying the MTU will reduce the image size. 
 
 1. Specify a reduced MTU:
 You can specify the reduced MTU by adding ``mtu=128`` to your connection string. The reason for this change is that MTU is the serial boot loader used to have a smaller receive buffer (128 bytes). The newtmgr tool sends larger image chunks by default, so specifying the MTU will reduce the image size. 
diff --git a/doxygen-mynewt-core.xml b/doxygen-mynewt-core.xml
index f143c6a..eb0c3cc 100644
--- a/doxygen-mynewt-core.xml
+++ b/doxygen-mynewt-core.xml
@@ -797,7 +797,6 @@
                          ../mynewt-core/hw/sensor \
                          ../mynewt-core/test \
                          ../mynewt-core/encoding \
-                         ../mynewt-core/net/nimble/host/mesh/include/mesh
 
 # This tag can be used to specify the character encoding of the source files
 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses