--- layout: page sidebar: false outline: false docFooter: prev: false next: false ---
Forked the official repository to my personal account to establish a basis for secondary development.
Used a custom script in the scripts directory to batch convert source files into a unified Markdown format and generate two document folders, zh and en.
Translated and proofread the generated Markdown documents to prepare for a bilingual website.
Built a bilingual static site based on VitePress, with deep customization for the theme, navigation, and homepage layout.
Configured a GitHub Action to automatically detect upstream updates and generate intuitive reports for review and manual synchronization.
Based on the original project, I have completely refactored it into a modern static documentation website using the VitePress tech stack, aiming to provide a better browsing and reading experience. Using custom scripts in the `scripts` directory, the source files are batch converted into a unified Markdown format, and two document folders, zh and en, are generated. The generated Markdown documents are translated and proofread to complete the Chinese localization in preparation for the subsequent bilingual website. A bilingual static website is built based on VitePress, with deep customization including theme, navigation, and homepage layout. However, since most of the translation and conversion was done by AI, some errors may exist. If you have any doubts, it is recommended to check the content of the original repository directly.