The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Parrot::Docs::HTMLPage - HTML Docmentation Page

DESCRIPTION

This just provides a header() and footer() method for now, to prevent code being duplicated int Parrot::Docs::POD2HTML and Parrot::Docs::Section.

Methods

header($title, $navigation, $resources)

Returns the page header with the specified title and navigation bar. $resources should be the relative path from the page to docs/resources, the image and CSS file directory.

footer()

Returns the page footer.