From 07f4628ddc42d0bd7cbd6f5305ba6fc84f83b12c Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Wed, 24 Apr 2019 14:40:50 +0200 Subject: [PATCH] Remove 'agents' page from documentation --- akka-docs/src/main/paradox/.htaccess | 4 ++++ akka-docs/src/main/paradox/agents.md | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) delete mode 100644 akka-docs/src/main/paradox/agents.md diff --git a/akka-docs/src/main/paradox/.htaccess b/akka-docs/src/main/paradox/.htaccess index 62d6945178..cf724a07b6 100644 --- a/akka-docs/src/main/paradox/.htaccess +++ b/akka-docs/src/main/paradox/.htaccess @@ -1,5 +1,6 @@ RedirectMatch 301 ^(.*)/scala/(.*) $1/$2?language=scala RedirectMatch 301 ^(.*)/java/(.*) $1/$2?language=java + RedirectMatch 301 ^(.*)/stream/stages-overview\.html.* $1/stream/operators/index.html RedirectMatch 301 ^(.*)/project/migration-guide-1\.3\.x-2\.0\.x\.html.* $1/project/migration-guide-old.html RedirectMatch 301 ^(.*)/project/migration-guide-2\.0\.x-2\.1\.x.html.* $1/project/migration-guide-old.html @@ -10,3 +11,6 @@ RedirectMatch 301 ^(.*)/project/migration-guide-2\.3\.x-2\.4\.x.html.* $1/projec RedirectMatch 301 ^(.*)/project/migration-guide-eventsourced-2\.3\.x.html.* $1/project/migration-guide-old.html RedirectMatch 301 ^(.*)/project/migration-guide-persistence-experimental-2\.3\.x-2\.4\.x.html.* $1/project/migration-guide-old.html RedirectMatch 301 ^(.*)/project/migration-guide-stream-2\.0-2\.4.html.* $1/project/migration-guide-old.html + +RedirectMatch 301 ^(.*)/stream/stages-overview\.html$ $1/stream/operators/index.html +RedirectMatch 301 ^(.*)/agents\.html$ $1/project/migration-guide-2.5.x-2.6.x.html diff --git a/akka-docs/src/main/paradox/agents.md b/akka-docs/src/main/paradox/agents.md deleted file mode 100644 index 06c99cbbd4..0000000000 --- a/akka-docs/src/main/paradox/agents.md +++ /dev/null @@ -1,5 +0,0 @@ -# Agents - -The akka-agent module was deprecated in Akka 2.5 and has been removed in -2.6. If there is interest it may be moved to a separate, community-maintained -repository.