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

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop-website.git


The following commit(s) were added to refs/heads/master by this push:
     new b556c969c [RELEASE] add new doc version and change redirect rule
     new 972f639d0 Merge pull request #169 from hansva/master
b556c969c is described below

commit b556c969cb6500336d411970bb74aed75f522d66
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Tue Dec 6 11:31:38 2022 +0100

    [RELEASE] add new doc version and change redirect rule
---
 .htaccess | 4 ++--
 site.yml  | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.htaccess b/.htaccess
index 4f491967b..021d5536c 100644
--- a/.htaccess
+++ b/.htaccess
@@ -2,6 +2,6 @@
 RewriteEngine on
 RewriteBase "/"
 
-# Redirect /manual/2.1.0 to latest
+# Redirect /manual/2.2.0 to latest
 
-RewriteRule "^manual/2.1.0(/.*)$" "/manual/latest$1" [R=permanent,L]
\ No newline at end of file
+RewriteRule "^manual/2.2.0(/.*)$" "/manual/latest$1" [R=permanent,L]
\ No newline at end of file
diff --git a/site.yml b/site.yml
index f1050a84f..d97c75209 100644
--- a/site.yml
+++ b/site.yml
@@ -13,6 +13,7 @@ content:
       - release1.2.0
       - release2.0.0
       - release2.1.0
+      - release2.2.0
     start_path: /docs/hop-user-manual/
   - url: [email protected]:apache/hop.git
     branches: master

Reply via email to