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

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


The following commit(s) were added to refs/heads/main by this push:
     new 3f7dbf4e redirect pekko-grpc/current to 1.0.0 docs (#25)
3f7dbf4e is described below

commit 3f7dbf4e4bd20c3ff4478af88545a4dcb62c50a6
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Aug 14 11:08:38 2023 +0100

    redirect pekko-grpc/current to 1.0.0 docs (#25)
---
 content/.htaccess         | 3 +++
 src/main/public/.htaccess | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/content/.htaccess b/content/.htaccess
index f779e0ea..b1f566f0 100644
--- a/content/.htaccess
+++ b/content/.htaccess
@@ -14,6 +14,9 @@ RewriteRule ^japi/pekko-http/current/(.*)$ 
https://nightlies.apache.org/pekko/do
 # pekko-management/current gets redirected to pekko-management/1.0.0
 RewriteRule ^docs/pekko-management/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko-management/1.0.0/docs/$1 [P]
 RewriteRule ^api/pekko-management/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko-management/1.0.0/api/$1 [P]
+# pekko-grpc/current gets redirected to pekko-grpc/1.0.0
+RewriteRule ^docs/pekko-grpc/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko-grpc/1.0.0/docs/$1 [P]
+RewriteRule ^api/pekko-grpc/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko-grpc/1.0.0/api/$1 [P]
 # pekko-connectors-kafka/current gets redirected to 
pekko-connectors-kafka/1.0.0
 RewriteRule ^docs/pekko-connectors-kafka/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko-connectors-kafka/1.0.0/docs/$1 [P]
 RewriteRule ^api/pekko-connectors-kafka/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko-connectors-kafka/1.0.0/api/$1 [P]
diff --git a/src/main/public/.htaccess b/src/main/public/.htaccess
index f779e0ea..b1f566f0 100644
--- a/src/main/public/.htaccess
+++ b/src/main/public/.htaccess
@@ -14,6 +14,9 @@ RewriteRule ^japi/pekko-http/current/(.*)$ 
https://nightlies.apache.org/pekko/do
 # pekko-management/current gets redirected to pekko-management/1.0.0
 RewriteRule ^docs/pekko-management/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko-management/1.0.0/docs/$1 [P]
 RewriteRule ^api/pekko-management/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko-management/1.0.0/api/$1 [P]
+# pekko-grpc/current gets redirected to pekko-grpc/1.0.0
+RewriteRule ^docs/pekko-grpc/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko-grpc/1.0.0/docs/$1 [P]
+RewriteRule ^api/pekko-grpc/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko-grpc/1.0.0/api/$1 [P]
 # pekko-connectors-kafka/current gets redirected to 
pekko-connectors-kafka/1.0.0
 RewriteRule ^docs/pekko-connectors-kafka/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko-connectors-kafka/1.0.0/docs/$1 [P]
 RewriteRule ^api/pekko-connectors-kafka/current/(.*)$ 
https://nightlies.apache.org/pekko/docs/pekko-connectors-kafka/1.0.0/api/$1 [P]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to