mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
Prettified Code!
This commit is contained in:
committed by
GitHub Action
parent
f5b6aaf14f
commit
2cd5ccfc81
@@ -79,15 +79,25 @@ const config = {
|
||||
prism: {
|
||||
theme: lightCodeTheme,
|
||||
darkTheme: darkCodeTheme,
|
||||
additionalLanguages: ['http', 'java', 'ruby', 'php', 'csharp', 'powershell', 'bash', 'go', 'python'],
|
||||
additionalLanguages: [
|
||||
'http',
|
||||
'java',
|
||||
'ruby',
|
||||
'php',
|
||||
'csharp',
|
||||
'powershell',
|
||||
'bash',
|
||||
'go',
|
||||
'python',
|
||||
],
|
||||
},
|
||||
mermaid: {
|
||||
options: {
|
||||
er: {
|
||||
layoutDirection: 'RL'
|
||||
}
|
||||
layoutDirection: 'RL',
|
||||
},
|
||||
},
|
||||
}
|
||||
},
|
||||
}),
|
||||
|
||||
plugins: plugins,
|
||||
|
||||
Reference in New Issue
Block a user