Skip to content

Commit

Permalink
docs: Fixed diff syntax (#8937)
Browse files Browse the repository at this point in the history
The blocks with `diff` syntax didn't render correctly. This is a result
of Docusaurus v3 [changing the included languages
](https://docusaurus.io/docs/migration/v3#prism-react-renderer-v20).
  • Loading branch information
alvinometric authored Dec 10, 2024
1 parent 5cc0e58 commit 708fce4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ const config: Config = {
'php',
'ruby',
'bash',
'diff',
],
},
languageTabs: [
Expand Down

0 comments on commit 708fce4

Please sign in to comment.