Slick 3.2.1Loading… manual

Markdown Documentation

Slick documentation is written in CommonMark (Markdown) and is compiled to HTML with Ornate via the sbt-ornate plugin. No external installation is required.

# Generate HTML documentation in doc/target/
sbt ornate

In order to build the complete manual including scaladocs, use the makeSite command:

sbt makeSite