NAME
Parrot::Docs::HTMLPage - HTML Documentation Page
DESCRIPTION
Parrot::Docs::HTMLPage
gives Parrot documentation pages the Parrot house-style.
This just provides header()
and footer()
class methods for now, to prevent code being duplicated in Parrot::Docs::POD2HTML
and Parrot::Docs::Section
.
Class Methods
-
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. -
Returns the page footer.
$navigation
is currently unused.$resources
should be the relative path from the page to docs/resources, the image and CSS file directory.