Prettified Code!

This commit is contained in:
darrell-thobe-sp
2024-04-18 10:31:05 +00:00
committed by GitHub Action
parent f5b6aaf14f
commit 2cd5ccfc81
223 changed files with 40526 additions and 28073 deletions

View File

@@ -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,