docs(configuration): fill page content (#307)

Co-authored-by: Marco Pasqualetti <marco.pasqualetti@live.com>
This commit is contained in:
PRAMOD A JINGADE
2025-01-14 00:48:57 -05:00
committed by GitHub
parent e75414abfc
commit 64220f2e27
4 changed files with 41 additions and 5 deletions
@@ -2,5 +2,5 @@ import type { JSX } from 'react'
import { Text, type TextProps } from '@mantine/core'
export default function MdxBold(props: TextProps): JSX.Element {
return <Text fw={700} {...props} />
return <Text component="span" fw={700} {...props} />
}
@@ -239,7 +239,7 @@ export const sidebarElements: Array<SidebarElement> = [
},
{
type: 'element',
label: 'tuono.config.ts',
label: 'Configuration',
href: '/documentation/configuration',
},