Skip to content

Commit

Permalink
Merge pull request #2038 from spryker/release-202307
Browse files Browse the repository at this point in the history
Adding the 202307 version
  • Loading branch information
lenadoc authored Jul 27, 2023
2 parents ae8860b + 7c24dde commit 5fb686d
Show file tree
Hide file tree
Showing 2,039 changed files with 265,426 additions and 832 deletions.
10 changes: 5 additions & 5 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ task :check_mp_dev do
/docs\/marketplace\/\w+\/[\w-]+\/202108\.0\/.+/,
/docs\/sdk\/.+/,
/docs\/marketplace\/\w+\/[\w-]+\/202204\.0\/.+/,
/docs\/marketplace\/\w+\/[\w-]+\/202304\.0\/.+/,
/docs\/marketplace\/\w+\/[\w-]+\/202204\.0\/.+/,
/docs\/marketplace\/\w+\/[\w-]+\/202212\.0\/.+/,
/docs\/marketplace\/\w+\/[\w-]+\/202400\.0\/.+/
]
HTMLProofer.check_directory("./_site", options).run
Expand All @@ -136,7 +137,8 @@ task :check_mp_user do
/docs\/marketplace\/\w+\/[\w-]+\/202108\.0\/.+/,
/docs\/pbc\/.+/,
/docs\/sdk\/.+/,
/docs\/marketplace\/\w+\/[\w-]+\/202304\.0\/.+/,
/docs\/marketplace\/\w+\/[\w-]+\/202204\.0\/.+/,
/docs\/marketplace\/\w+\/[\w-]+\/202212\.0\/.+/,
/docs\/marketplace\/\w+\/[\w-]+\/202400\.0\/.+/
]
HTMLProofer.check_directory("./_site", options).run
Expand All @@ -161,7 +163,6 @@ task :check_scos_dev do
/docs\/scos\/\w+\/[\w-]+\/202009\.0\/.+/,
/docs\/scos\/\w+\/[\w-]+\/202108\.0\/.+/,
/docs\/scos\/\w+\/[\w-]+\/202204\.0\/.+/,
/docs\/scos\/\w+\/[\w-]+\/202304\.0\/.+/,
/docs\/scos\/\w+\/[\w-]+\/202400\.0\/.+/
]
HTMLProofer.check_directory("./_site", options).run
Expand All @@ -186,7 +187,6 @@ task :check_scos_user do
/docs\/scos\/\w+\/[\w-]+\/202009\.0\/.+/,
/docs\/scos\/\w+\/[\w-]+\/202108\.0\/.+/,
/docs\/scos\/\w+\/[\w-]+\/202204\.0\/.+/,
/docs\/scos\/\w+\/[\w-]+\/202304\.0\/.+/,
/docs\/scos\/\w+\/[\w-]+\/202400\.0\/.+/
]
HTMLProofer.check_directory("./_site", options).run
Expand Down Expand Up @@ -217,7 +217,7 @@ task :check_pbc do
/docs\/acp\/.+/,
/docs\/scu\/.+/,
/docs\/pbc\/\w+\/[\w-]+\/202212\.0\/.+/,
/docs\/pbc\/\w+\/[\w-]+\/202304\.0\/.+/,
/docs\/pbc\/\w+\/[\w-]+\/202307\.0\/.+/,
/docs\/pbc\/\w+\/[\w-]+\/202400\.0\/.+/
]
HTMLProofer.check_directory("./_site", options).run
Expand Down
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ versions:
'202108.0': '202108.0'
'202204.0': '202204.0'
'202212.0': '202212.0'
'202304.0': 'Upcoming release'
'202307.0': '202307.0'
'202400.0': 'Winter release'

# versioned categories - these must match corresponding directories
Expand Down Expand Up @@ -242,17 +242,17 @@ versioned_categories:
- product-information-management
- product-relationship-management
- punchout
- push-notification
- return-management
- ratings-reviews
- request-for-quote
- search
- service-points
- shopping-list-and-wishlist
- tax-management
- user-management
- warehouse-management-system
- push notification
- warehouse-picking
- service-points



Expand Down
Loading

0 comments on commit 5fb686d

Please sign in to comment.