-
Notifications
You must be signed in to change notification settings - Fork 207
Updated codeblock styling documentation with new theme options #1252
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruhanponnada
approved these changes
Sep 24, 2025
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.
lgtm
ethanpalm
added a commit
that referenced
this pull request
Sep 25, 2025
* update interaction.drilldown code sample (#1198) * removed quotes (#1203) * Add missing hostnames to CSP configuration (#1202) * Add missing hostnames to CSP configuration Added 13 missing domains found in comprehensive codebase search: - *.mintlify.com (dashboard, API, analytics proxy) - leaves.mintlify.com (GitLab webhooks) - d1ctpt7j8wusba.cloudfront.net (mint releases) - mintcdn.com (asset tracking) - api.mintlifytrieve.com (search API) - mintlify-assets.b-cdn.net (BunnyCDN) - mintlify.s3-us-west-1.amazonaws.com (S3 images) - fonts.googleapis.com (Google Fonts) - cdn.jsdelivr.net (emoji assets) - us.posthog.com (PostHog analytics) - cdn.getkoala.com (Koala analytics) - browser.sentry-cdn.com (Sentry error tracking) - js.sentry-cdn.com (Sentry SDK) Updated domain whitelist table and all CSP configuration examples (Cloudflare, AWS CloudFront, Vercel) to include required domains. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * Apply suggestions from code review Co-authored-by: Mayank Shouche <43075711+mayankshouche@users.noreply.github.com> * Update guides/csp-configuration.mdx Co-authored-by: Lucas <18381968+lucaspunz@users.noreply.github.com> * Update guides/csp-configuration.mdx * Update CSP examples to match revised domain whitelist - Remove mintlify-assets.b-cdn.net and mintlify.s3-us-west-1.amazonaws.com - Add *.mintcdn.com wildcard domain to img-src and connect-src - Update all configuration examples (main, Cloudflare, AWS CloudFront, Vercel) - Align with reviewer feedback from PR #1202 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * remove redundancies in examples --------- Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Mayank Shouche <43075711+mayankshouche@users.noreply.github.com> Co-authored-by: Lucas <18381968+lucaspunz@users.noreply.github.com> * Added custom reverse proxy configurartion. (#1200) * Update advanced/reverse-proxy.mdx * Update docs.json * Documentation edits made through Mintlify web editor * Update advanced/reverse-proxy.mdx * Update advanced/reverse-proxy.mdx * Update advanced/reverse-proxy.mdx * Documentation edits made through Mintlify web editor * Documentation edits made through Mintlify web editor * move from `advanced` to `guides` * copy edit * remove Custom from title * fix group casing * concision * update header * replace lists with table * more active language * remove redundant example * update placeholder * remove propagating snippet * copy edit troubleshooting * make limitations more solutions-oriented * update example config --------- Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> * Update Vale configuration (#1194) * add CI workflow * add script to find new vocabulary terms * add vocab accept list * add modified Google styles * add Mintlify headings * add vale.ini * update vocab with Mintlify defaults * add README for vale * update vocab * fix vale.ini * remove redundant workflow * update vocab * add running vale to the Claude review command * hide reverse proxy guide (#1211) * Added troubleshooting section for disabled repository options (#1210) * Update settings/github.mdx * add troubleshooting for public repo feedback * add images --------- Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> * Vale improvements (#1212) * update header exceptions * remove FirstPerson rule it mostly flags UI elements like "My profile" * remove Will - too noisy * add drilldown to accept list * update accepted words * Fix vale errors (#1213) * don't lint inside JSON examples * actually don't lint inside JSON snippets * update vocab * fix errors * update vocab * remove latin abbreviations * don't lint snippets * update vocab * don't lint in angle brackets * add language tags * update vocab * regexify vocab list * grammar * changelog added for Sept 14-19 (#1215) * changelog added for Sept 14-19 * Update changelog.mdx Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> * Update changelog.mdx Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> --------- Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> * Documentation edits made through Mintlify web editor (#1242) Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> * hide slack app page (#1250) * Updated codeblock styling documentation with new theme options (#1252) * Update settings.mdx * Update code.mdx * Update components/code-groups.mdx * Update settings.mdx * Update code.mdx * Update components/code-groups.mdx * Update settings.mdx * Update code.mdx * Update components/code-groups.mdx * copy edits --------- Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> * chore(locadex): add .locadex/LOCADEX.md * pulling updates to docs * gt-retranslate * updating translations * re-translate * retranslate es/text.mdx --------- Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Co-authored-by: RoyceWilliams510 <roycejames1130@gmail.com> Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Mayank Shouche <43075711+mayankshouche@users.noreply.github.com> Co-authored-by: Lucas <18381968+lucaspunz@users.noreply.github.com> Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> Co-authored-by: Brandon Waselnuk <brandonwaselnuk@gmail.com> Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com>
ethanpalm
added a commit
that referenced
this pull request
Sep 25, 2025
* chore(locadex): add .locadex/LOCADEX.md * refactor(locadex): i18n * gt-retranslate (#1199) * update interaction.drilldown code sample (#1198) * removed quotes (#1203) * Add missing hostnames to CSP configuration (#1202) * Add missing hostnames to CSP configuration Added 13 missing domains found in comprehensive codebase search: - *.mintlify.com (dashboard, API, analytics proxy) - leaves.mintlify.com (GitLab webhooks) - d1ctpt7j8wusba.cloudfront.net (mint releases) - mintcdn.com (asset tracking) - api.mintlifytrieve.com (search API) - mintlify-assets.b-cdn.net (BunnyCDN) - mintlify.s3-us-west-1.amazonaws.com (S3 images) - fonts.googleapis.com (Google Fonts) - cdn.jsdelivr.net (emoji assets) - us.posthog.com (PostHog analytics) - cdn.getkoala.com (Koala analytics) - browser.sentry-cdn.com (Sentry error tracking) - js.sentry-cdn.com (Sentry SDK) Updated domain whitelist table and all CSP configuration examples (Cloudflare, AWS CloudFront, Vercel) to include required domains. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * Apply suggestions from code review Co-authored-by: Mayank Shouche <43075711+mayankshouche@users.noreply.github.com> * Update guides/csp-configuration.mdx Co-authored-by: Lucas <18381968+lucaspunz@users.noreply.github.com> * Update guides/csp-configuration.mdx * Update CSP examples to match revised domain whitelist - Remove mintlify-assets.b-cdn.net and mintlify.s3-us-west-1.amazonaws.com - Add *.mintcdn.com wildcard domain to img-src and connect-src - Update all configuration examples (main, Cloudflare, AWS CloudFront, Vercel) - Align with reviewer feedback from PR #1202 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * remove redundancies in examples --------- Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Mayank Shouche <43075711+mayankshouche@users.noreply.github.com> Co-authored-by: Lucas <18381968+lucaspunz@users.noreply.github.com> * Added custom reverse proxy configurartion. (#1200) * Update advanced/reverse-proxy.mdx * Update docs.json * Documentation edits made through Mintlify web editor * Update advanced/reverse-proxy.mdx * Update advanced/reverse-proxy.mdx * Update advanced/reverse-proxy.mdx * Documentation edits made through Mintlify web editor * Documentation edits made through Mintlify web editor * move from `advanced` to `guides` * copy edit * remove Custom from title * fix group casing * concision * update header * replace lists with table * more active language * remove redundant example * update placeholder * remove propagating snippet * copy edit troubleshooting * make limitations more solutions-oriented * update example config --------- Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> * Update Vale configuration (#1194) * add CI workflow * add script to find new vocabulary terms * add vocab accept list * add modified Google styles * add Mintlify headings * add vale.ini * update vocab with Mintlify defaults * add README for vale * update vocab * fix vale.ini * remove redundant workflow * update vocab * add running vale to the Claude review command * hide reverse proxy guide (#1211) * Added troubleshooting section for disabled repository options (#1210) * Update settings/github.mdx * add troubleshooting for public repo feedback * add images --------- Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> * Vale improvements (#1212) * update header exceptions * remove FirstPerson rule it mostly flags UI elements like "My profile" * remove Will - too noisy * add drilldown to accept list * update accepted words * Fix vale errors (#1213) * don't lint inside JSON examples * actually don't lint inside JSON snippets * update vocab * fix errors * update vocab * remove latin abbreviations * don't lint snippets * update vocab * don't lint in angle brackets * add language tags * update vocab * regexify vocab list * grammar * changelog added for Sept 14-19 (#1215) * changelog added for Sept 14-19 * Update changelog.mdx Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> * Update changelog.mdx Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> --------- Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> * Documentation edits made through Mintlify web editor (#1242) Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> * hide slack app page (#1250) * Updated codeblock styling documentation with new theme options (#1252) * Update settings.mdx * Update code.mdx * Update components/code-groups.mdx * Update settings.mdx * Update code.mdx * Update components/code-groups.mdx * Update settings.mdx * Update code.mdx * Update components/code-groups.mdx * copy edits --------- Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> * chore(locadex): add .locadex/LOCADEX.md * pulling updates to docs * gt-retranslate * updating translations * re-translate * retranslate es/text.mdx --------- Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Co-authored-by: RoyceWilliams510 <roycejames1130@gmail.com> Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Mayank Shouche <43075711+mayankshouche@users.noreply.github.com> Co-authored-by: Lucas <18381968+lucaspunz@users.noreply.github.com> Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> Co-authored-by: Brandon Waselnuk <brandonwaselnuk@gmail.com> Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com> * hide slack app page * add files --------- Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com> Co-authored-by: fernando-aviles <fernando@generaltranslation.com> Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Co-authored-by: RoyceWilliams510 <roycejames1130@gmail.com> Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Mayank Shouche <43075711+mayankshouche@users.noreply.github.com> Co-authored-by: Lucas <18381968+lucaspunz@users.noreply.github.com> Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> Co-authored-by: Brandon Waselnuk <brandonwaselnuk@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added documentation for the new codeblock theme configuration options including single theme names and separate light/dark theme configurations. This update reflects the new Shiki theme support that allows users to specify custom themes beyond the basic "system" and "dark" options.
Files changed:
Created by Mintlify writer