Skip to content

Commit

Permalink
[docs] More space for theme builder (#38532)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Aug 21, 2023
1 parent 5ec7c81 commit 830893d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/joy-ui/customization/theme-builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs';
import * as pageProps from 'docs/data/joy/customization/theme-builder/theme-builder.md?@mui/markdown';

export default function Page() {
return <MarkdownDocs {...pageProps} disableCssVarsProvider />;
return <MarkdownDocs {...pageProps} disableCssVarsProvider disableToc />;
}

0 comments on commit 830893d

Please sign in to comment.