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 3c400498 connectors 1.0.0 docs (#27)
3c400498 is described below
commit 3c4004986fa47fce392986b4e14d12cc72568c09
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Aug 21 11:06:32 2023 +0100
connectors 1.0.0 docs (#27)
---
content/.htaccess | 3 +++
src/main/public/.htaccess | 3 +++
2 files changed, 6 insertions(+)
diff --git a/content/.htaccess b/content/.htaccess
index b1f566f0..0f68bc72 100644
--- a/content/.htaccess
+++ b/content/.htaccess
@@ -17,6 +17,9 @@ RewriteRule ^api/pekko-management/current/(.*)$
https://nightlies.apache.org/pek
# 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/current gets redirected to pekko-connectors/1.0.0
+RewriteRule ^docs/pekko-connectors/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-connectors/1.0.0/docs/$1 [P]
+RewriteRule ^api/pekko-connectors/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-connectors/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 b1f566f0..0f68bc72 100644
--- a/src/main/public/.htaccess
+++ b/src/main/public/.htaccess
@@ -17,6 +17,9 @@ RewriteRule ^api/pekko-management/current/(.*)$
https://nightlies.apache.org/pek
# 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/current gets redirected to pekko-connectors/1.0.0
+RewriteRule ^docs/pekko-connectors/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-connectors/1.0.0/docs/$1 [P]
+RewriteRule ^api/pekko-connectors/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-connectors/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]