Added docker troubleshooting tips and code highlighting
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
This commit is contained in:
@@ -291,6 +291,9 @@ module.exports = {
|
||||
},
|
||||
prism: {
|
||||
theme: prismTheme,
|
||||
// Supported languages: https://prismjs.com/#supported-languages
|
||||
// Default languages: https://github.com/FormidableLabs/prism-react-renderer/blob/master/packages/generate-prism-languages/index.ts#L9-L23
|
||||
additionalLanguages: ['docker', 'bash'],
|
||||
magicComments: [
|
||||
// Extend the default highlight class name
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user