This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch connectors-1.0.0-docs in repository https://gitbox.apache.org/repos/asf/incubator-pekko-site.git
commit 683a279bb4f14625ae314be22f7d0b533ec582f7 Author: PJ Fanning <[email protected]> AuthorDate: Mon Aug 21 11:00:11 2023 +0100 connectors 1.0.0 docs --- 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]
