-
Notifications
You must be signed in to change notification settings - Fork 13
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
fix(docs): Correct all occurrences of toml code blocks #3713
Conversation
✅ Vercel Preview Deployment is ready! |
✅ Vercel Preview Deployment is ready! |
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.
The codeblocks are displaying as plain text (no syntax highlights). Please take a look at https://docusaurus.io/docs/markdown-features/code-blocks#supported-languages and add the necessary config for prism
✅ Vercel Preview Deployment is ready! |
✅ Vercel Preview Deployment is ready! |
✅ Vercel Preview Deployment is ready! |
✅ Vercel Preview Deployment is ready! |
Description of change
Fixing all occurrences of
toml
code blocks by swizzling theprism-include-languages.js
component and adding a customprism-toml.js
component to it.Links to any relevant issues
fixes #1947
Type of change
How the change has been tested
Changes were built locally.
Change checklist
Tick the boxes that are relevant to your changes, and delete any items that are not.