This is an automated email from the ASF dual-hosted git repository. jhelou pushed a commit to branch staging in repository https://gitbox.apache.org/repos/asf/james-site.git
commit c6b4aa6399b03ef36b444f75d52f92b8fdeac9e9 Author: Jean Helou <[email protected]> AuthorDate: Fri Feb 27 07:17:09 2026 +0100 [JAMES-4175] fix distributed server source configuration --- doc-sites/antora-playbook.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc-sites/antora-playbook.yml b/doc-sites/antora-playbook.yml index 7b680a7ac..788c0ab18 100644 --- a/doc-sites/antora-playbook.yml +++ b/doc-sites/antora-playbook.yml @@ -23,16 +23,17 @@ content: branches: 3.7.x start_path: docs edit_url: "{web_url}/blob/{refname}/{path}" + # distributed server - url: https://github.com/apache/james-project.git - branches: 3.8.x + branches: 3.9.x start_path: server/apps/distributed-app/docs edit_url: "{web_url}/blob/{refname}/{path}" - url: https://github.com/apache/james-project.git - branches: 3.7.x + branches: 3.8.x start_path: server/apps/distributed-app/docs edit_url: "{web_url}/blob/{refname}/{path}" - url: https://github.com/apache/james-project.git - branches: master + branches: 3.7.x start_path: server/apps/distributed-app/docs edit_url: "{web_url}/blob/{refname}/{path}" - url: ./../ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
