This is an automated email from the ASF dual-hosted git repository.
chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fory-site.git
The following commit(s) were added to refs/heads/main by this push:
new 3f8ef53f3 add protobuf highlight (#395)
3f8ef53f3 is described below
commit 3f8ef53f3a8b152a40480455abea1701d2e38e9e
Author: Shawn Yang <[email protected]>
AuthorDate: Wed Jan 21 17:19:40 2026 +0800
add protobuf highlight (#395)
---
docusaurus.config.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docusaurus.config.ts b/docusaurus.config.ts
index da91dc34f..8150e1113 100644
--- a/docusaurus.config.ts
+++ b/docusaurus.config.ts
@@ -273,7 +273,7 @@ const config: Config = {
prism: {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
- additionalLanguages: ["java", "javascript", "rust", "cpp", "c", "bash",
"scala", "python"]
+ additionalLanguages: ["java", "javascript", "rust", "cpp", "c", "bash",
"scala", "python", "protobuf", "json"]
},
} satisfies Preset.ThemeConfig,
};
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]