Skip to content

Commit

Permalink
docs(website): Remove Kotlin from the additional languages
Browse files Browse the repository at this point in the history
Remove Kotlin from the list of additional languages for Prism syntax
highlighting because it is enabled by default [1].

[1]: https://github.com/FormidableLabs/prism-react-renderer/blob/f27b612fe71865bde05f66faa3902b4daadce210/packages/generate-prism-languages/index.ts#L14

Signed-off-by: Martin Nonnenmacher <martin.nonnenmacher@bosch.io>
  • Loading branch information
mnonnenmacher committed Jan 23, 2024
1 parent c690d0a commit 0ab9e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const config = {
prism: {
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
additionalLanguages: ['bash', 'kotlin'],
additionalLanguages: ['bash'],
},
algolia: {
// The application ID provided by Algolia.
Expand Down

0 comments on commit 0ab9e49

Please sign in to comment.