mrdocs::Config::stylesdir

Directory for linked stylesheets

Synopsis

Declared in <mrdocs/Config.hpp>

std::string stylesdir;

Description

The directory MrDocs writes into the href of linked stylesheets when linkcss is true.

Defaults to css.

When local styles are copied, the directory is created under the output root, for example css/mrdocs‐default.css.

Created with MrDocs