We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80f376f commit b470f32Copy full SHA for b470f32
2 files changed
docusaurus.config.js
@@ -49,7 +49,7 @@ module.exports = async function createConfigAsync() {
49
prism: {
50
//theme: require("prism-react-renderer/themes/nightOwlLight"),
51
// darkTheme: require("prism-react-renderer/themes/dracula"),
52
- additionalLanguages: ['java', 'ruby', 'php', 'csharp', 'toml', 'bash', 'docker','hcl'],
+ additionalLanguages: ['java', 'ruby', 'php', 'csharp', 'toml', 'bash', 'docker', 'hcl'],
53
},
54
docs: {
55
sidebar: {
0 commit comments