Remove mentions of Typed - replaces @@@note of classic/typed with an includes (#27617)

This commit is contained in:
Helena Edelson 2019-09-03 13:23:47 -07:00 committed by GitHub
parent d4ea22403b
commit a83c14b9aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 44 additions and 189 deletions

View file

@ -239,7 +239,11 @@ lazy val docs = akkaModule("akka-docs")
// Page that recommends Alpakka:
"camel.html",
// TODO seems like an orphan?
"fault-tolerance-sample.html"
"fault-tolerance-sample.html",
// FIXME https://github.com/lightbend/paradox/issues/350
// Links in a snippet are interpreted relative to the page the snippet is included in,
// instead of relative to the place where the snippet is declared.
"includes.html"
),
resolvers += Resolver.jcenterRepo,
apidocRootPackage := "akka",