feat: support external className prop on Author component

Also restores beforeOutline passthrough in DocLayout.
This commit is contained in:
jamo.siu@gmail.com
2026-05-21 20:42:26 -05:00
parent 9cafd724b2
commit ce0a00d25e
2 changed files with 64 additions and 44 deletions
+2 -1
View File
@@ -10,7 +10,8 @@ function DocLayout(props: DocLayoutProps) {
{...props}
beforeOutline={
<>
<Author />
<Author className="ml-4 md:ml-0" />
{props.beforeOutline}
</>
}
afterDocContent={