Skip to content

Commit

Permalink
add langs
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 committed Dec 5, 2022
1 parent 2d54050 commit 7ea8042
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs-website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@ module.exports = {
},
prism: {
// https://docusaurus.io/docs/markdown-features/code-blocks#theming
theme: require("prism-react-renderer/themes/vsLight"),
darkTheme: require("prism-react-renderer/themes/vsDark"),
additionalLanguages: ["ini", "java", "graphql"],
// theme: require("prism-react-renderer/themes/vsLight"),
// darkTheme: require("prism-react-renderer/themes/vsDark"),
additionalLanguages: ["ini", "java", "graphql", "shell-session"],
},
algolia: {
appId: "RK0UG797F3",
Expand Down

0 comments on commit 7ea8042

Please sign in to comment.