This is an automated email from the ASF dual-hosted git repository.
jrudolph pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-site.git
The following commit(s) were added to refs/heads/asf-staging by this push:
new 2172ecd9 also add api redirects
2172ecd9 is described below
commit 2172ecd94880863b848270190eab51c900f78983
Author: Johannes Rudolph <[email protected]>
AuthorDate: Wed Apr 26 15:11:39 2023 +0200
also add api redirects
---
content/.htaccess | 2 ++
1 file changed, 2 insertions(+)
diff --git a/content/.htaccess b/content/.htaccess
index f79535a8..5c4335aa 100644
--- a/content/.htaccess
+++ b/content/.htaccess
@@ -1,2 +1,4 @@
RewriteEngine On
RewriteRule docs/([^/]+)/snapshot/(.*)$
https://nightlies.apache.org/pekko/docs/$1/main-snapshot/docs/$2 [P]
+RewriteRule api/([^/]+)/snapshot/(.*)$
https://nightlies.apache.org/pekko/docs/$1/main-snapshot/api/$2 [P]
+RewriteRule japi/([^/]+)/snapshot/(.*)$
https://nightlies.apache.org/pekko/docs/$1/main-snapshot/japi/$2 [P]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]