![JAR search and dependency download from the Maven repository](/logo.png)
scalatex.site.Sidebar.scala Maven / Gradle / Ivy
The newest version!
package scalatex.site
import ammonite.ops._
import scalatags.Text.all._
import io.circe._, io.circe.generic.auto._, io.circe.syntax._
object Sidebar {
def snippet(tree: Seq[Tree[String]]) = script(raw(s"""
scalatex.scrollspy.Controller().main(
${tree.asJson}
)"""))
def autoResources = Seq(resource/'scalatex/'scrollspy/"scrollspy.js")
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy