File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ content:
3737 - " 2024.3"
3838 - " 2025.1"
3939 - " 2025.2"
40+ - " 2026.1"
4041 - url : https://github.com/bonitasoft/bonita-labs-doc.git
4142 branches :
4243 - " master"
Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ force = true
1515
1616# Special redirect after introduction of Bonita branding version
1717# Add a new entry when adding a new version/branch. This is generally done when the developments of a new version start
18+ [[redirects ]]
19+ from = " /bonita/10.5/*"
20+ to = " /bonita/2026.1/:splat"
21+
1822[[redirects ]]
1923from = " /bonita/10.4/*"
2024to = " /bonita/2025.2/:splat"
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ if [ "${REPO_NAME}" == "bonita-doc" ]; then
5353 merge " 2024.2" " 2024.3"
5454 merge " 2024.3" " 2025.1"
5555 merge " 2025.1" " 2025.2"
56+ merge " 2025.2" " 2026.1"
5657elif [ " ${REPO_NAME} " == " bonita-continuous-delivery-doc" ]; then
5758 merge " 3.6" " 4.0"
5859elif [ " ${REPO_NAME} " == " bonita-test-toolkit-doc" ]; then
You can’t perform that action at this time.
0 commit comments