From f0df45df1511f019cf9a1c36f0206d836ad04269 Mon Sep 17 00:00:00 2001 From: Hichem Fantar Date: Thu, 30 Jan 2025 17:26:14 +0100 Subject: [PATCH] Fix layout issues in theme configuration (#4114) * fix layout * fix: update playground theme to disable table of contents --- docs/app/_meta.global.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/app/_meta.global.tsx b/docs/app/_meta.global.tsx index b09124b7832..401676729fe 100644 --- a/docs/app/_meta.global.tsx +++ b/docs/app/_meta.global.tsx @@ -83,7 +83,8 @@ const ADVANCED: MetaRecord = { remote: '', playground: { theme: { - layout: 'full' + layout: 'full', + toc: false } } } @@ -193,7 +194,8 @@ export default { theme: { typesetting: 'article', layout: 'full', - timestamp: false + timestamp: false, + toc: false } }, sponsors: { @@ -201,7 +203,8 @@ export default { theme: { typesetting: 'article', layout: 'full', - timestamp: false + timestamp: false, + toc: false } } }