Skip to content

Commit e09f029

Browse files
committed
Remove Go from additional languages
1 parent 758be92 commit e09f029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ const config: Config = {
168168
prism: {
169169
theme: prismThemes.oceanicNext,
170170
darkTheme: prismThemes.vsLight,
171-
additionalLanguages: ["yaml", "bash", "go", "json"],
171+
additionalLanguages: ["yaml", "bash", "json"],
172172
},
173173
} satisfies Preset.ThemeConfig,
174174
};

0 commit comments

Comments
 (0)