-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add option to remove site switcher from header #1132
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/carbon-design-system/gatsby-theme-carbon/GnX4Myzxtm29GN8tnE5B6XyYSxgX |
@@ -259,9 +259,8 @@ plugins: [ | |||
|
|||
- `mdxExtensions` – change the file extensions processed by `gatsby-mdx` | |||
(default ['.mdx', '.md']). | |||
- `pngCompressionSpeed` - a speed/quality trade-off from 1 (brute-force) to 10 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This option doesn't work any more, removing the documentation ahead of actually removing it in the next major.
Closes #1131
Adds
isSwitcherEnabled
theme option to control Switcher button/menu inclusion (defaults totrue
)