Compare commits

...

2 Commits

Author SHA1 Message Date
dewi-tik
621f3c1332 Adds powershell syntax highlighting to docs 2025-09-09 11:56:33 +01:00
dewi-tik
208c961cba Add powershell to docusaurus config for syntax highlighting 2025-09-09 11:53:18 +01:00
2 changed files with 6 additions and 0 deletions

View File

@@ -158,6 +158,9 @@ export default createDocusaurusConfig(
target: "_self",
},
},
prism: {
additionalLanguages: ["powershell"],
},
}),
//#endregion

View File

@@ -115,6 +115,9 @@ export default createDocusaurusConfig(
target: "_self",
},
},
prism: {
additionalLanguages: ["powershell"],
},
}),
//#endregion