This is an automated email from the ASF dual-hosted git repository. chibenwa pushed a commit to branch staging in repository https://gitbox.apache.org/repos/asf/james-site.git
commit 6448250f29b2d28a80a924a25d8ae785c277fd7d Author: Benoit TELLIER <[email protected]> AuthorDate: Sun Aug 23 23:34:50 2026 +0700 [DOC] Add other james projects to the Antora build --- doc-sites/antora-playbook-local.yml | 12 ++++++++++++ doc-sites/antora-playbook.yml | 17 +++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/doc-sites/antora-playbook-local.yml b/doc-sites/antora-playbook-local.yml index 96e332b5d..0d0bbea00 100644 --- a/doc-sites/antora-playbook-local.yml +++ b/doc-sites/antora-playbook-local.yml @@ -11,6 +11,18 @@ content: - url: ./../../james-project branches: HEAD start_path: docs + - url: ./../../james-mime4j + branches: HEAD + start_path: docs + - url: ./../../james-jsieve + branches: HEAD + start_path: docs + - url: ./../../james-jspf + branches: HEAD + start_path: docs + - url: ./../../james-jdkim + branches: HEAD + start_path: docs - url: ./../ branches: HEAD start_path: docs diff --git a/doc-sites/antora-playbook.yml b/doc-sites/antora-playbook.yml index 788c0ab18..f99ac8252 100644 --- a/doc-sites/antora-playbook.yml +++ b/doc-sites/antora-playbook.yml @@ -36,6 +36,23 @@ content: branches: 3.7.x start_path: server/apps/distributed-app/docs edit_url: "{web_url}/blob/{refname}/{path}" + # other james sub-projects + - url: https://github.com/apache/james-mime4j.git + branches: master + start_path: docs + edit_url: "{web_url}/blob/{refname}/{path}" + - url: https://github.com/apache/james-jsieve.git + branches: master + start_path: docs + edit_url: "{web_url}/blob/{refname}/{path}" + - url: https://github.com/apache/james-jspf.git + branches: master + start_path: docs + edit_url: "{web_url}/blob/{refname}/{path}" + - url: https://github.com/apache/james-jdkim.git + branches: master + start_path: docs + edit_url: "{web_url}/blob/{refname}/{path}" - url: ./../ branches: HEAD start_path: docs --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
