Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/pyro/src/lib/page.tsx>page

A blazingly fast static-site generator to help you ship beautiful documentation in no time
Latest
function page
import { page } from "https://deno.land/x/pyro@0.7.5/src/lib/page.tsx";

Parameters

props: { page: { title: string; description: string; hide_navbar?: boolean; }; options: { markdown: string; route: string; config: Config; magic: Magic; file_type: FileTypes; dev: boolean; header: { left: JSX.Element[]; right: JSX.Element[]; }; } | { route: string; config: Config; body: string; dev: boolean; magic: Magic; }; }