Packages

p

laika

preview

package preview

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class RenderedResult[F[_]](content: String)(implicit evidence$7: Async[F]) extends SiteResult[F] with Product with Serializable
  2. class ServerBuilder[F[_]] extends Http4sDsl[F]

    Configures and instantiates a resource for a preview server.

    Configures and instantiates a resource for a preview server.

    Any of the provided inputs which originate in the file system will be watched, and any change will trigger a new transformation. Other input types, such as those generated in memory, will require creating and launching a new server instance.

  3. class ServerConfig extends AnyRef

    Additional configuration options for a preview server.

  4. sealed abstract class SiteResult[F[_]] extends Product with Serializable
  5. class SiteResults[F[_]] extends AnyRef
  6. case class StaticResult[F[_]](content: Resource[F, InputStream])(implicit evidence$8: Async[F]) extends SiteResult[F] with Product with Serializable

Value Members

  1. object ServerBuilder

    Companion for creating a builder for a preview server.

  2. object ServerConfig

    Companion for preview server configuration instances.

Ungrouped