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

HoustonPutman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 41ff6facf Make Solr Operator ref guide available (#188)
41ff6facf is described below

commit 41ff6facf47663c8f802f8b0a9c040c296ba5d08
Author: Houston Putman <[email protected]>
AuthorDate: Fri Jun 12 11:40:24 2026 -0700

    Make Solr Operator ref guide available (#188)
---
 themes/solr/templates/htaccess.template | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/themes/solr/templates/htaccess.template 
b/themes/solr/templates/htaccess.template
index de1f94655..7b9b88630 100644
--- a/themes/solr/templates/htaccess.template
+++ b/themes/solr/templates/htaccess.template
@@ -98,6 +98,8 @@ RewriteRule ^guide/(9_\d+)/?$          guide/solr/$1/ 
[R=301,L]
 RewriteRule ^guide/(_/.+|search-index.js)$  __root/docs.solr.apache.org/$0 [PT]
 RewriteRule ^guide/solr/(latest|\d+(?!.+\.\w+$|.+/$).+)$          $0/ [R=301,L]
 RewriteRule ^guide/solr/(\d+_\d+|latest)/.*$  __root/docs.solr.apache.org/$0 
[PT]
+# Solr Operator Ref-guides
+RewriteRule ^guide/operator/(\d+_\d+|latest)/.*$  
__root/docs.solr.apache.org/$0 [PT]
 
 # Redirects generated by Antora for the ref-guide
 RedirectMatch Permanent ^/guide/solr/?$ /guide/solr/latest/

Reply via email to