This is an automated email from the ASF dual-hosted git repository.

iuliana pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new d5783c1  Added version 1.0.0 as latest version
     new 09f3ff0  Merge pull request #308 from 
jcabrerizo/fix/brooklyn-version-for-1.0.0
d5783c1 is described below

commit d5783c144c5106aaf4c1f726b1a5be9d3e7c168a
Author: Juan Cabrerizo <[email protected]>
AuthorDate: Wed Sep 9 16:50:14 2020 +0100

    Added version 1.0.0 as latest version
---
 book.json | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/book.json b/book.json
index 6dbe117..3e7cec9 100644
--- a/book.json
+++ b/book.json
@@ -69,7 +69,6 @@
       ]
     },
     "versions": {
-      "gitbookConfigURL": 
"https://raw.githubusercontent.com/tbouron/brooklyn-docs/experiment/gitbook/book.json";,
       "options": [
         {
           "value": "https://brooklyn.apache.org/v/latest/";,
@@ -77,6 +76,10 @@
           "selected": true
         },
         {
+          "value": "https://brooklyn.apache.org/v/1.0.0/";,
+          "text": "Version 1.0.0"
+        },
+        {
           "value": "https://brooklyn.apache.org/v/0.12.0/";,
           "text": "Version 0.12.0"
         },
@@ -96,8 +99,8 @@
     }
   },
   "variables": {
-    "brooklyn_version": "1.0.0-SNAPSHOT",
-    "brooklyn_version_stable": "0.12.0",
+    "brooklyn_version": "1.0.0",
+    "brooklyn_version_stable": "1.0.0",
     "url": {
       "brooklyn_website": "https://brooklyn.apache.org";,
       "brooklyn_javadoc": "https://brooklyn.apache.org/v/latest/misc/javadoc";,

Reply via email to