tfdocs.parser.Metadata

A class for building a page's Metadata block.

name The name of the page being described by the Metadata block.
version The source version.
content Content to create the metadata from.

name The name of the page being described by the Metadata block.
version The source version.

Methods

append

View source

Adds an item from the page to the Metadata block.

Args
item The parsed page section to add.

build_html

View source

Returns the Metadata block as an Html string.