Merge pull request #528 from sjanc/release18

Apache Mynewt 1.8.0 and Apache NimBLE 1.3.0 release
diff --git a/custom-theme/choose_doc_version.html b/custom-theme/choose_doc_version.html
index 33ddb72..1a6553e 100644
--- a/custom-theme/choose_doc_version.html
+++ b/custom-theme/choose_doc_version.html
@@ -2,6 +2,9 @@
   <option value="/latest">
     Version: master
   </option>
+    <option value="/v1_8_0/" {% if config.extra.version=="v1_8_0" %}selected="selected" {% endif %}>
+    Version: 1.8.0
+  </option>
   <option value="/v1_7_0/" {% if config.extra.version=="v1_7_0" %}selected="selected" {% endif %}>
     Version: 1.7.0
   </option>
diff --git a/custom-theme/main-banner.html b/custom-theme/main-banner.html
index cb8bc44..87baa76 100644
--- a/custom-theme/main-banner.html
+++ b/custom-theme/main-banner.html
@@ -8,7 +8,7 @@
         </div>
         <div class="news-cell">
             <div class="well">
-                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.7.0, Apache NimBLE 1.2.0 </a> released (August 4, 2019)
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 1.8.0, Apache NimBLE 1.3.0 </a> released (April 9, 2020)
             </div>
         </div>
     </div>
diff --git a/docs/documentation.md b/docs/documentation.md
index 67e49c2..576f21f 100644
--- a/docs/documentation.md
+++ b/docs/documentation.md
@@ -3,6 +3,7 @@
 -   Latest version:
     -   [latest](/latest/)
 -   Earlier versions:
+    -   [1.8.0](/v1_8_0/)
     -   [1.7.0](/v1_7_0/)
     -   [1.6.0](/v1_6_0/)
     -   [1.5.0](/v1_5_0/)
diff --git a/docs/download.md b/docs/download.md
index d6aaf21..4df2fef 100644
--- a/docs/download.md
+++ b/docs/download.md
@@ -2,27 +2,27 @@
 
 ### Latest Apache Mynewt Core OS Release
 
-*   Release Version: Apache Mynewt 1.7.0
-*   Release Date: August 4, 2019
-*   [Release Notes](https://cwiki.apache.org/confluence/display/MYNEWT/RN-1.7.0)
-*   [Release Download](https://www.apache.org/dyn/closer.lua/mynewt/apache-mynewt-1.7.0/)
- *  [core](https://www.apache.org/dyn/closer.lua/mynewt/apache-mynewt-1.7.0/apache-mynewt-core-1.7.0.tgz)
-    [[PGP]](https://www.apache.org/dist/mynewt/apache-mynewt-1.7.0/apache-mynewt-core-1.7.0.tgz.asc)
-    [[SHA512]](https://www.apache.org/dist/mynewt/apache-mynewt-1.7.0/apache-mynewt-newt-1.7.0.tgz.sha512)
- *   [newt](https://www.apache.org/dyn/closer.lua/mynewt/apache-mynewt-1.7.0/apache-mynewt-newt-1.7.0.tgz)
-    [[PGP]](https://www.apache.org/dist/mynewt/apache-mynewt-1.7.0/apache-mynewt-newt-1.7.0.tgz.asc)
-    [[SHA512]](https://www.apache.org/dist/mynewt/apache-mynewt-1.7.0/apache-mynewt-newt-1.7.0.tgz.sha512)
+*   Release Version: Apache Mynewt 1.8.0
+*   Release Date: April 9, 2020
+*   [Release Notes](https://cwiki.apache.org/confluence/display/MYNEWT/RN-1.8.0)
+*   [Release Download](https://www.apache.org/dyn/closer.lua/mynewt/apache-mynewt-1.8.0/)
+ *  [core](https://www.apache.org/dyn/closer.lua/mynewt/apache-mynewt-1.8.0/apache-mynewt-core-1.8.0.tgz)
+    [[PGP]](https://www.apache.org/dist/mynewt/apache-mynewt-1.8.0/apache-mynewt-core-1.8.0.tgz.asc)
+    [[SHA512]](https://www.apache.org/dist/mynewt/apache-mynewt-1.8.0/apache-mynewt-newt-1.8.0.tgz.sha512)
+ *   [newt](https://www.apache.org/dyn/closer.lua/mynewt/apache-mynewt-1.8.0/apache-mynewt-newt-1.8.0.tgz)
+    [[PGP]](https://www.apache.org/dist/mynewt/apache-mynewt-1.8.0/apache-mynewt-newt-1.8.0.tgz.asc)
+    [[SHA512]](https://www.apache.org/dist/mynewt/apache-mynewt-1.8.0/apache-mynewt-newt-1.8.0.tgz.sha512)
 
 ### Latest Apache Mynewt NimBLE (Bluetooth Stack) Release
 
 Mynewt's Bluetooth stack is now a separate release with a porting layer that allows it to be easily ported to another OS!
 
-*   Release Version: Apache NimBLE 1.2.0
-*   Release Date: August 4, 2019
-*   [Release Notes](https://cwiki.apache.org/confluence/display/MYNEWT/RN-NimBLE-1.2.0)
-*   [Release Download](https://www.apache.org/dyn/closer.lua/mynewt/apache-nimble-1.2.0/apache-mynewt-nimble-1.2.0.tgz)
-    [[PGP]](https://www.apache.org/dist/mynewt/apache-nimble-1.2.0/apache-mynewt-nimble-1.2.0.tgz.asc)
-    [[SHA512]](https://www.apache.org/dist/mynewt/apache-nimble-1.2.0/apache-mynewt-nimble-1.2.0.tgz.sha512)
+*   Release Version: Apache NimBLE 1.3.0
+*   Release Date: April 9, 2020
+*   [Release Notes](https://cwiki.apache.org/confluence/display/MYNEWT/RN-NimBLE-1.3.0)
+*   [Release Download](https://www.apache.org/dyn/closer.lua/mynewt/apache-nimble-1.3.0/apache-mynewt-nimble-1.3.0.tgz)
+    [[PGP]](https://www.apache.org/dist/mynewt/apache-nimble-1.3.0/apache-mynewt-nimble-1.3.0.tgz.asc)
+    [[SHA512]](https://www.apache.org/dist/mynewt/apache-nimble-1.3.0/apache-mynewt-nimble-1.3.0.tgz.sha512)
 
 #### Fresh install
 
@@ -77,11 +77,13 @@
 *   Apache Mynewt 1.4.1 [Release Notes](https://cwiki.apache.org/confluence/display/MYNEWT/RN-1.4.1), [Release Archive](https://www.apache.org/dyn/closer.lua/mynewt/apache-mynewt-1.4.1)
 *   Apache Mynewt 1.5.0 [Release Notes](https://cwiki.apache.org/confluence/display/MYNEWT/RN-1.5.0), [Release Archive](https://www.apache.org/dyn/closer.lua/mynewt/apache-mynewt-1.5.0)
 *   Apache Mynewt 1.6.0 [Release Notes](https://cwiki.apache.org/confluence/display/MYNEWT/RN-1.6.0), [Release Archive](https://www.apache.org/dyn/closer.lua/mynewt/apache-mynewt-1.6.0)
+*   Apache Mynewt 1.7.0 [Release Notes](https://cwiki.apache.org/confluence/display/MYNEWT/RN-1.7.0), [Release Archive](https://www.apache.org/dyn/closer.lua/mynewt/apache-mynewt-1.7.0)
 
 #### Apache Mynewt NimBLE (Bluetooth Stack)
 
 *   Apache NimBLE 1.0.0 [Release Notes](https://cwiki.apache.org/confluence/display/MYNEWT/RN-1.4.0), [Release Archive](https://www.apache.org/dyn/closer.lua/mynewt/apache-nimble-1.0.0)
 *   Apache NimBLE 1.1.0 [Release Notes](https://cwiki.apache.org/confluence/display/MYNEWT/RN-NimBLE-1.1.0), [Release Archive](https://www.apache.org/dyn/closer.lua/mynewt/apache-nimble-1.1.0)
+*   Apache NimBLE 1.2.0 [Release Notes](https://cwiki.apache.org/confluence/display/MYNEWT/RN-NimBLE-1.2.0), [Release Archive](https://www.apache.org/dyn/closer.lua/mynewt/apache-nimble-1.2.0)
 
 <br>
 <br>
diff --git a/mkdocs.yml b/mkdocs.yml
index 0810899..a010c86 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -10,7 +10,7 @@
 nav:
     - Home: "index.md"
     - Pages:
-          - "Bluetooth Low Energy 4.2": "pages/ble.md"
+          - "Bluetooth Low Energy": "pages/ble.md"
           - "Security Lifecycle": "pages/securitybullets.md"
     - "Quick Start": "quick-start.md"
     - About: "about.md"
@@ -73,6 +73,11 @@
           sha: "mynewt_1_7_0_tag"
           nimble_sha: "nimble_1_2_0_tag"
           latest: False
+        - label: "1.8.0"
+          dir: "v1_8_0"
+          sha: "mynewt_1_8_0_tag"
+          nimble_sha: "nimble_1_3_0_tag"
+          latest: False
 
     doc_path: "latest"
     events: