docs(reporters): add "json" reporter and rename "default" to "pretty"

This commit is contained in:
Joakim Carlstein 2024-02-06 09:17:22 +01:00 committed by Joakim Carlstein
parent 18382ce961
commit b62c692846
13 changed files with 249 additions and 34 deletions

View file

@ -171,8 +171,12 @@ export default defineConfig({
link: '/plugins/reporters/',
},
{
label: 'Default Reporter',
link: '/plugins/reporters/default/',
label: 'Pretty Reporter (default)',
link: '/plugins/reporters/pretty/',
},
{
label: 'JSON Reporter',
link: '/plugins/reporters/json/',
},
{
label: 'Pino Reporter',