Skip to content

Commit ce7d556

Browse files
committed
add new "langs" to conf
1 parent 4cd750b commit ce7d556

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docusaurus.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ const config = {
135135
prism: {
136136
theme: prismThemes.github,
137137
darkTheme: prismThemes.oneDark,
138+
additionalLanguages: ["bash", "apacheconf"],
139+
plugins: ["line-numbers", "command-line"],
138140
},
139141
}),
140142
}

0 commit comments

Comments
 (0)