Skip to content

6 how to generate documentation

Michael Kamm edited this page May 16, 2017 · 1 revision
  1. make sure you have sbt installed
  • navigate to project root directory
  • open console and type sbt doc
  • navigate to path_to_project/target/scala-2.12/api/ & you will find index.html file there
  • open it in browser & enjoy the fanciness ✨
Clone this wiki locally