Astral.Page (Astral v0.1.0)

Copy Markdown View Source

A source page discovered by Astral.

Summary

Types

t()

@type t() :: %Astral.Page{
  content: Astral.Content.t(),
  output_path: String.t(),
  route_path: String.t(),
  source_path: String.t()
}