Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dirx committed Jan 21, 2023
1 parent 176edce commit e43fda5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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.

Expand All @@ -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.

Expand Down

0 comments on commit e43fda5

Please sign in to comment.