Remove 'agents' page from documentation

This commit is contained in:
Arnout Engelen 2019-04-24 14:40:50 +02:00
parent a8bd5af1fb
commit 07f4628ddc
No known key found for this signature in database
GPG key ID: BB8C0F854A1E2105
2 changed files with 4 additions and 5 deletions

View file

@ -1,5 +1,6 @@
RedirectMatch 301 ^(.*)/scala/(.*) $1/$2?language=scala RedirectMatch 301 ^(.*)/scala/(.*) $1/$2?language=scala
RedirectMatch 301 ^(.*)/java/(.*) $1/$2?language=java RedirectMatch 301 ^(.*)/java/(.*) $1/$2?language=java
RedirectMatch 301 ^(.*)/stream/stages-overview\.html.* $1/stream/operators/index.html 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-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 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-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-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 ^(.*)/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

View file

@ -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.