mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-26 13:48:33 +02:00
docs: Fixed diff syntax (#8937)
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).
This commit is contained in:
parent
5cc0e589e8
commit
708fce4428
@ -179,6 +179,7 @@ const config: Config = {
|
|||||||
'php',
|
'php',
|
||||||
'ruby',
|
'ruby',
|
||||||
'bash',
|
'bash',
|
||||||
|
'diff',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
languageTabs: [
|
languageTabs: [
|
||||||
|
Loading…
Reference in New Issue
Block a user