mrdocs::Config::addonsSupplemental

Additional addons layered on top of the base addons

Synopsis

Declared in <mrdocs/Config.hpp>

std::vector<std::string> addonsSupplemental;

Description

Optional list of supplemental addons directories that are loaded after the base addons (built‐in or replacement).

Files in later supplemental directories override files from earlier ones and from the base addons.

Use this to add or override a few templates/helpers without copying the entire addons tree.

Created with MrDocs