mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
fix: add php syntax highlighting to docs (#921)
This commit is contained in:
parent
cdc2e7daee
commit
79ac29d0a1
@ -47,7 +47,7 @@ module.exports = {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
prism: {
|
prism: {
|
||||||
additionalLanguages: ['java', 'swift', 'ruby', 'csharp', 'kotlin'],
|
additionalLanguages: ['java', 'swift', 'ruby', 'csharp', 'kotlin', 'php'],
|
||||||
},
|
},
|
||||||
footer: {
|
footer: {
|
||||||
style: 'dark',
|
style: 'dark',
|
||||||
|
Loading…
Reference in New Issue
Block a user