# Functions
Constructs a File instance from a pattern match.
Finds files that match a glob (source) and finds pattern matches on each file.
Loads configuration from a .yml / .yaml file.
Returns a new Parser instance from the provided config.
Load configuration from a file and creates a new parser with it.
Returns a new render context from the provided file, parser config, and HTML content.
# Structs
Base page properties that can be found in pages and page patterns.
No description provided by the author
Menu item config.
Static page configuration.
Auto / Pattern page configuration.
A parser loads files from the provided config.
Main parser config.
Matched file with the file path and the pattern matches.
A render context contains all required information to render a single page.
Renderer contains all the relevant data to render the docs.
Go template used to render pages.