DapperDox combines reference documentation automatically generated from OpenAPI Swagger specifications with other authored content to produce rich, browsable, API documentation.
Any additional content that DapperDox imports and combines with reference documentation is known as an asset. Assets can be HTML, GitHub Flavoured Markdown (GFM), and static resources such as images.
Assets are split into two groups:
Within these groups, assets divide into three categories:
{local_assets}/
templates/
guides/
reference/
resource/
static/
sections/
{specification-ID}/
templates/
guides/
reference/
resource/
static/
For example, {local_assets}/templates/
contains assets that are applied across the suite of specifications.
{local_assets}/sections/{specification-ID}/templates/
contains assets that are applied to a particular specification.
DapperDox is directed to your assets through the -assets-dir
configuration option.