docs(docker): replace backslashes by backticks in windows docker run commands [skip-ci] (#2557)
This commit is contained in:
@@ -133,7 +133,14 @@ const config: Config = {
|
||||
prism: {
|
||||
theme: prismThemes.shadesOfPurple,
|
||||
darkTheme: prismThemes.shadesOfPurple,
|
||||
additionalLanguages: ['bash', 'powershell', 'yaml', 'nix', 'nginx'],
|
||||
additionalLanguages: [
|
||||
'bash',
|
||||
'powershell',
|
||||
'yaml',
|
||||
'nix',
|
||||
'nginx',
|
||||
'batch',
|
||||
],
|
||||
},
|
||||
} satisfies Preset.ThemeConfig,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user