Documents

Documents

Defines Document and its supporting types

source

Represents an entire document.

source

Page-local values such as current module that are shared between nodes in a page.

source

Private state used to control the generation process.

source

Element in the navigation tree of a document, containing navigation references to other page, reference to the Page object etc.

source

Represents a single markdown file.

source

User-specified values used to control the generation process.

source

Constructs a list of the ancestors of the navnode (inclding the navnode itself), ordered so that the root of the navigation tree is the first and navnode itself is the last item.

source
populate!(document)

Populates the ContentsNodes and IndexNodes of the document with links.

This can only be done after all the blocks have been expanded (and nodes constructed), because the items have to exist before we can gather the links to those items.

source