Merged
Conversation
Replaces original docs with language-specific directories for English and Chinese. Adds comprehensive English documentation for atbetaflight and fydelix, including guides, configuration, features, and supported hardware. Updates mkdocs.yml and requirements.txt to reflect the new structure. Removes legacy root-level docs and sponsor files.
Rebranded all documentation references from Fydelix to Fidelity X in both English and Chinese docs. Removed filter configuration pages and related navigation links, reflecting the new firmware design with hardcoded filters. Updated feature descriptions, setup guides, and hardware support details to match Fidelity X capabilities and terminology. Added author metadata files for blog sections and a new comments partial for the theme.
There was a problem hiding this comment.
Pull request overview
This PR restructures the FlightNG documentation to support internationalization (i18n) and adds comprehensive documentation for the Fidelity X firmware. The documentation transitions from a bilingual format (Chinese/English in single files) to separate language directories for better maintainability.
Key changes:
- Implements i18n support using mkdocs-static-i18n plugin with separate
/zhand/endocumentation directories - Adds extensive Fidelity X firmware documentation including getting started guides, configuration guides, CLI reference, and hardware support lists
- Restructures atbetaflight documentation with proper language separation
- Updates mkdocs.yml configuration with improved navigation and i18n settings
Reviewed changes
Copilot reviewed 36 out of 37 changed files in this pull request and generated 11 comments.
Show a summary per file
| File | Description |
|---|---|
| mkdocs.yml | Major restructuring: adds i18n plugin configuration, navigation translations, enhanced theme features, and comprehensive navigation structure for Fidelity X documentation |
| requirements.txt | Adds mkdocs-static-i18n dependency for internationalization support |
| theme/partials/comments.html | Adds comment placeholder (currently disabled) |
| docs/zh/* | Complete Chinese documentation set for Fidelity X firmware, atbetaflight, and sponsor information |
| docs/en/* | Complete English documentation set mirroring Chinese version with proper translations |
| docs/index.md (deleted) | Removed old bilingual homepage, replaced with language-specific versions |
| docs/sponsor.md (deleted) | Removed old bilingual sponsor page, replaced with language-specific versions |
| docs/atbetaflight/* (deleted) | Removed old bilingual atbetaflight docs, replaced with language-specific versions |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Changed all firmware download links from 'flightng/fydelix/releases' to 'flightng/firmware/releases' in both English and Chinese documentation to reflect the new repository location.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.