This is an automated email from the ASF dual-hosted git repository.
boryas pushed a commit to branch 1.6.0
in repository https://gitbox.apache.org/repos/asf/samza.git
The following commit(s) were added to refs/heads/1.6.0 by this push:
new f202dc8 doc changes
f202dc8 is described below
commit f202dc8cdb5e8a8fa8cc3f643dc17ed18517df34
Author: Boris Shkolnik <[email protected]>
AuthorDate: Thu Feb 4 15:19:16 2021 -0800
doc changes
---
docs/_config.yml | 2 +-
docs/_menu/index.html | 2 ++
docs/learn/tutorials/versioned/samza-rest-getting-started.md | 2 +-
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/docs/_config.yml b/docs/_config.yml
index 292fc4a..5c35f84 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -23,7 +23,7 @@ redcarpet:
extensions: ['with_toc_data', 'smart', 'strikethrough', 'tables']
exclude: [_docs]
baseurl: http://samza.apache.org
-version: latest
+version: 1.6.0
# this is the version you will go if you click 'switch version' in "latest"
pages.
latest-release: '1.6.0'
collections:
diff --git a/docs/_menu/index.html b/docs/_menu/index.html
index 6b37f76..4456ea9 100644
--- a/docs/_menu/index.html
+++ b/docs/_menu/index.html
@@ -12,6 +12,8 @@ items:
items_attributes: 'data-documentation="/learn/documentation/version/"'
- menu_title: Releases
items:
+ - menu_title: 1.6.0
+ url: '/releases/1.6.0'
- menu_title: 1.5.1
url: '/releases/1.5.1'
- menu_title: 1.5.0
diff --git a/docs/learn/tutorials/versioned/samza-rest-getting-started.md
b/docs/learn/tutorials/versioned/samza-rest-getting-started.md
index 9d98836..748b2c2 100644
--- a/docs/learn/tutorials/versioned/samza-rest-getting-started.md
+++ b/docs/learn/tutorials/versioned/samza-rest-getting-started.md
@@ -48,7 +48,7 @@ Run the following commands:
{% highlight bash %}
cd samza-rest/build/distributions/
mkdir -p deploy/samza-rest
-tar -xvf ./samza-rest_2.11-1.6.0-tgz -C deploy/samza-rest
+tar -xvf ./samza-rest_2.11-1.6.0.tgz -C deploy/samza-rest
{% endhighlight %}
#### Configure the Installations Path