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 5eceee0d9 Add older versions of the technical docs to the website, 
fixes #3295
     new b0b89bab6 Merge pull request #209 from hansva/master
5eceee0d9 is described below

commit 5eceee0d9ac5abfa30d18bd32be7b67edbf3faa4
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Fri Oct 13 10:44:23 2023 +0200

    Add older versions of the technical docs to the website, fixes #3295
---
 site.yml | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/site.yml b/site.yml
index 6d4bf7cd7..28e45d523 100644
--- a/site.yml
+++ b/site.yml
@@ -29,10 +29,16 @@ content:
       - release/2.6.0
     start_path: /docs/hop-user-manual/
   - url: [email protected]:apache/hop.git
-    branches: master
+    branches: 
+      - master
+      - release/2.5.0
+      - release/2.6.0
     start_path: /docs/hop-tech-manual/
   - url: [email protected]:apache/hop.git
-    branches: master
+    branches: 
+      - master
+      - release/2.5.0
+      - release/2.6.0
     start_path: /docs/hop-dev-manual/
     
 ui:

Reply via email to