Merge pull request #30045 from backstage/sennyeya/fix-docsite-build

fix: add missing highlight language
This commit is contained in:
Ben Lambert
2025-05-27 13:53:36 +02:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/repo-tools': patch
---
Add missing highlight language for the `package-docs` command.
@@ -56,6 +56,7 @@ const HIGHLIGHT_LANGUAGES = [
'diff',
'js',
'json',
'docker',
];
function getExports(packageJson: any) {