Clean up of utilities docs

* Removes sections that describe language features: Futures and Duration
* Keeps section for logging and circuit breaker
* Keep logging as is for now, to be updated with the Typed SL4J logging

Creates issues for
* Documenting typed extensions https://github.com/akka/akka/issues/27448
* Future interactions in https://github.com/akka/akka/issues/27449

Refs #27223

Add redirects from removed pages to 2.5 docs

Make indexes complete and fix link

'Classic' in the title for docs for classic API's
This commit is contained in:
Christopher Batey 2019-08-02 09:22:42 +01:00 committed by Patrik Nordwall
parent df34e548bf
commit d6289c7e7c
17 changed files with 36 additions and 681 deletions

View file

@ -239,9 +239,7 @@ lazy val docs = akkaModule("akka-docs")
// Page that recommends Alpakka:
"camel.html",
// TODO seems like an orphan?
"fault-tolerance-sample.html",
// will be removed in https://github.com/akka/akka/pull/27450
"index-futures.html",
"fault-tolerance-sample.html"
),
resolvers += Resolver.jcenterRepo,
apidocRootPackage := "akka",