Update MVK documentation and configuration; correct LOG_FORMAT variable and enhance index description.

This commit is contained in:
jon brookes 2025-10-21 11:21:12 +01:00
parent 2804824444
commit cad1e562ac
3 changed files with 10 additions and 2 deletions

View file

@ -37,6 +37,10 @@ export default defineConfig({
{ label: 'Configuration', slug: 'infctl/configuration' },
],
},
// {
// label: 'MVK',
// autogenerate: { directory: 'mvk' },
// },
{
label: 'Microlearning',
autogenerate: { directory: 'guides' },
@ -55,6 +59,10 @@ export default defineConfig({
// ],
},
{
label: 'MVK Templates',
autogenerate: { directory: 'templates' },
},
{
label: 'Reference',
autogenerate: { directory: 'reference' },