Created
August 16, 2017 21:19
-
-
Save mattroberts297/52b4ac675f2d9675bf120b47e3144876 to your computer and use it in GitHub Desktop.
Generate akka docs for offline use
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone [email protected]:akka/akka.git | |
cd akka | |
sbt ";project akka-docs; paradox" | |
open akka-docs/target/paradox/site/main/index.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment