5.2 KiB
| layout | sidebar | outline | docFooter | ||||
|---|---|---|---|---|---|---|---|
| page | false | false |
|
🛠️ Implementation Route
1. Fork Official Repository
Forked the official repository to my personal account to establish a basis for secondary development.
2. Convert Document Format
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.
3. Translation & Localization
Translated and proofread the generated Markdown documents to prepare for a bilingual website.
4. Build Documentation Site
Built a bilingual static site based on VitePress, with deep customization for the theme, navigation, and homepage layout.
5. Configure Auto-Sync
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.