Skip to content

Commit beab699

Browse files
CopilotJusterZhu
andauthored
Add comprehensive i18n documentation for GeneralUpdate core components (#38)
* Initial plan * Enhanced documentation for all four core components with bilingual content Co-authored-by: JusterZhu <11714536+JusterZhu@users.noreply.github.com> * Update i18n files and add C# syntax highlighting support Co-authored-by: JusterZhu <11714536+JusterZhu@users.noreply.github.com> * Complete bilingual documentation for all four core components Co-authored-by: JusterZhu <11714536+JusterZhu@users.noreply.github.com> * Create Chinese-only i18n documentation files Co-authored-by: JusterZhu <11714536+JusterZhu@users.noreply.github.com> * Create English-only documentation for ClientCore, Core, and Differential components Co-authored-by: JusterZhu <11714536+JusterZhu@users.noreply.github.com> * Separate bilingual docs into proper i18n structure - Chinese and English in separate files Co-authored-by: JusterZhu <11714536+JusterZhu@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: JusterZhu <11714536+JusterZhu@users.noreply.github.com>
1 parent f2bca69 commit beab699

13 files changed

Lines changed: 5245 additions & 1083 deletions

website/docs/doc/GeneralUpdate.Bowl.md

Lines changed: 243 additions & 157 deletions
Large diffs are not rendered by default.

website/docs/doc/GeneralUpdate.ClientCore.md

Lines changed: 586 additions & 112 deletions
Large diffs are not rendered by default.

website/docs/doc/GeneralUpdate.Core.md

Lines changed: 532 additions & 43 deletions
Large diffs are not rendered by default.

website/docs/doc/GeneralUpdate.Differential.md

Lines changed: 404 additions & 57 deletions
Large diffs are not rendered by default.

website/docusaurus.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ const config = {
127127
prism: {
128128
theme: prismThemes.github,
129129
darkTheme: prismThemes.dracula,
130+
additionalLanguages: ['csharp', 'bash', 'json'],
130131
},
131132
}),
132133
};

0 commit comments

Comments
 (0)