A Paradox directive to show module's transitive dependencies in the Paradox generated documentation.
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-dependencies" % <latest>)
Use the directive in a Paradox markdown file and specify the sbt project id.
@@dependencies { projectId="core" }
Any project from the build root project aggregates can be specified. If the project is not among the aggregates, then it needs
to be added to the paradoxDependenciesProjects
setting value.
paradoxDependenciesProjects := Seq(projectA, projectB)
The license is Apache 2.0, see LICENSE.
This project is NOT supported under the Lightbend subscription.
Feel free to ping contributors for code review or discussions. Pull requests are very welcome–thanks in advance!