docs(reporters): write some documentation for the reporters
This commit is contained in:
parent
1843bf893d
commit
7da778c767
3 changed files with 94 additions and 3 deletions
|
|
@ -147,12 +147,28 @@ export default defineConfig({
|
|||
{
|
||||
label: 'Default Reporter',
|
||||
link: '/plugins/reporters/default/',
|
||||
badge: 'WIP',
|
||||
},
|
||||
{
|
||||
label: 'Pino Reporter',
|
||||
link: '/plugins/reporters/pino/',
|
||||
badge: 'WIP',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
label: 'Generator Plugins',
|
||||
collapsed: true,
|
||||
items: [
|
||||
{
|
||||
label: 'Introduction',
|
||||
link: '/plugins/generators/',
|
||||
},
|
||||
{
|
||||
label: 'JavaScript Generator',
|
||||
link: '/plugins/generators/js/',
|
||||
},
|
||||
{
|
||||
label: 'MySQL Generator',
|
||||
link: '/plugins/generators/mysql/',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue