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
commit 14eaf8e16da51218f2bd73cdde9c5a4913cf8582 Author: Adam Monsen <[email protected]> AuthorDate: Sat Oct 11 18:30:41 2025 -0700 add version number to docs --- .htaccess | 5 +++++ docs/{current => 1.12.1}/index.html | 0 2 files changed, 5 insertions(+) diff --git a/.htaccess b/.htaccess index afe606e..fdbdb63 100644 --- a/.htaccess +++ b/.htaccess @@ -7,4 +7,9 @@ RewriteRule ^/?(.*)$ https://fineract.apache.org/$1 [L,R=301] # so rendered asciidoc can find fonts RewriteRule ^fonts/(fontawesome.+)$ docs/database/bower/font-awesome/fonts/$1 [L] +RewriteRule ^docs/current(.*)$ docs/1.12.1$1 [L] + +# candidate for next release +RewriteRule ^docs/rc(.*)$ docs/1.13.0$1 [L] + ErrorDocument 404 /404.html diff --git a/docs/current/index.html b/docs/1.12.1/index.html similarity index 100% rename from docs/current/index.html rename to docs/1.12.1/index.html
