johanandren / akka-paradox

Akka Paradox theme and extensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Paradox for Akka documentation

This plugin extends the Paradox sbt plugin with some default settings and sets the Akka Paradox theme.

It is intended as a shared doc theme for the Akka umbrella of projects, and not as a public theme to use on "any" project.

Usage

Use the sbt plugin for Akka Paradox:

addSbtPlugin("com.lightbend.akka" % "sbt-paradox-akka" % "<version>")

Enable it instead of the upstream ParadoxPlugin:

enablePlugins(AkkaParadoxPlugin)

And add JCenter resolver to the project where AkkaParadoxPlugin is enabled. This is needed for the Akka Paradox Theme to be resolved:

resolvers += Resolver.jcenterRepo

For more settings refer to the Paradox documentation

Releasing

About

Akka Paradox theme and extensions


Languages

Language:CSS 43.3%Language:HTML 24.0%Language:JavaScript 22.5%Language:Scala 10.0%Language:Smalltalk 0.2%