Output

Output contexts determine the form of converted wiki content. As with input contexts, typical forms will include a single file representing a wiki page or collections of files arranged within a directory hierarchy.

The supported output contexts are described below.

Directory

A directory containing wiki page resources in a hierarchy.

output_context
directory

Each converted wiki page will reside at a path within the hierarchy corresponding to the page name, with top-level pages residing directly within the top-level output directory, and with subpages residing within the directories of their parents.

Page content is stored in index files within each page directory, typically index.html (defined by the index_name metadata property), with the designated root page content appearing in the index file directly inside the top-level output directory.

Standalone

A standalone wiki page file.

output_context
standalone

A single file containing a single wiki page.