This is an automated email from the ASF dual-hosted git repository.
rcordier pushed a commit to branch staging
in repository https://gitbox.apache.org/repos/asf/james-site.git
The following commit(s) were added to refs/heads/staging by this push:
new db524ee5d Fix antora versioning (#51)
db524ee5d is described below
commit db524ee5d169bf13b1c3132dcc5d46384fc6cb18
Author: Benoit TELLIER <[email protected]>
AuthorDate: Wed Jul 3 10:58:15 2024 +0200
Fix antora versioning (#51)
---
doc-sites/antora-playbook.yml | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/doc-sites/antora-playbook.yml b/doc-sites/antora-playbook.yml
index 91a153e18..6de0e2038 100644
--- a/doc-sites/antora-playbook.yml
+++ b/doc-sites/antora-playbook.yml
@@ -12,6 +12,26 @@ content:
tags: [james-project-3.6.0]
start_path: docs
edit_url: "{web_url}/blob/{refname}/{path}"
+ - url: https://github.com/apache/james-project.git
+ branches: 3.8.x
+ start_path: docs
+ edit_url: "{web_url}/blob/{refname}/{path}"
+ - url: https://github.com/apache/james-project.git
+ branches: 3.7.x
+ start_path: docs
+ edit_url: "{web_url}/blob/{refname}/{path}"
+ - url: https://github.com/apache/james-project.git
+ 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: 3.7.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
+ start_path: server/apps/distributed-app/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]