From e43fda5286efa1c4e861a92f8eb53dcc76a4c95e Mon Sep 17 00:00:00 2001 From: Dirk Adler Date: Sun, 22 Jan 2023 00:37:11 +0100 Subject: [PATCH] Update docs --- docs/configuration.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 6c46bf2..6fdfb07 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -83,7 +83,9 @@ Configure enrichers to add extra data to project and element items. Type: `array`. Default: `[]` -See [enrichers](enrichers.md) for more details on how they work and for a list of bundled enrichers. +!!! Hint + + See [enrichers](enrichers.md) for more details on how they work and for a list of bundled enrichers. ```yaml enrichers: @@ -101,7 +103,7 @@ Full qualified class name of the template printer class. Type: `string`. Default: `'Klitsche\Dog\Printer\Markdown\Printer'` -!!! note +!!! Hint See [printers](printers.md) for more details on how they work. @@ -123,7 +125,7 @@ Relative or absolute path to output directory Type: `string`. Default: `'docs/api'` -!!! note +!!! Warning dog does not purge the output directory before printing. You have to take care of it yourself.