chore: ignore enableRadial on main docs

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
Aaron Pham 2025-01-24 19:41:13 -05:00
parent 3eb8727c91
commit fd8d80f1dd
No known key found for this signature in database
GPG Key ID: 18974753009D2BFA

View File

@ -30,7 +30,7 @@ export const defaultContentPageLayout: PageLayout = {
Component.DesktopOnly(Component.Explorer()), Component.DesktopOnly(Component.Explorer()),
], ],
right: [ right: [
Component.Graph({ globalGraph: { enableRadial: true } }), Component.Graph(),
Component.DesktopOnly(Component.TableOfContents()), Component.DesktopOnly(Component.TableOfContents()),
Component.Backlinks(), Component.Backlinks(),
], ],