This is an automated email from the ASF dual-hosted git repository.

meonkeys pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/fineract-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 17e1a58  add release aliases stable and develop
17e1a58 is described below

commit 17e1a58bde9cdbf8909b201e1ee18e138aa362b6
Author: Adam Monsen <[email protected]>
AuthorDate: Mon Jul 13 09:18:26 2026 -0700

    add release aliases stable and develop
---
 .htaccess | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.htaccess b/.htaccess
index 1b8810a..d40cdd5 100644
--- a/.htaccess
+++ b/.htaccess
@@ -8,6 +8,10 @@ RewriteRule ^/?(.*)$ https://fineract.apache.org/$1 [L,R=301]
 RewriteRule ^fonts/(fontawesome.+)$ docs/database/bower/font-awesome/fonts/$1 
[L]
 
 RewriteRule ^docs/current(.*)$ docs/1.14.0$1 [L]
+RewriteRule ^docs/stable(.*)$ docs/1.14.0$1 [L]
+
+# recent / bleeding-edge, built from develop branch of apache/fineract repo
+RewriteRule ^docs/develop(.*)$ docs/1.15.0-SNAPSHOT$1 [L]
 
 # candidate for next release
 RewriteRule ^docs/rc(.*)$ docs/1.15.0$1 [L]

Reply via email to