Skip to content

Commit

Permalink
Fix layout issues in theme configuration (#4114)
Browse files Browse the repository at this point in the history
* fix layout

* fix: update playground theme to disable table of contents
  • Loading branch information
hichemfantar authored Jan 30, 2025
1 parent 88bdfe9 commit f0df45d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/app/_meta.global.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ const ADVANCED: MetaRecord = {
remote: '',
playground: {
theme: {
layout: 'full'
layout: 'full',
toc: false
}
}
}
Expand Down Expand Up @@ -193,15 +194,17 @@ export default {
theme: {
typesetting: 'article',
layout: 'full',
timestamp: false
timestamp: false,
toc: false
}
},
sponsors: {
type: 'page',
theme: {
typesetting: 'article',
layout: 'full',
timestamp: false
timestamp: false,
toc: false
}
}
}

0 comments on commit f0df45d

Please # to comment.