docs: update READMEs with protobuf protocol links and refactor visualizer docs#869
Conversation
…izer docs - Add "Protobuf Protocols" section to README.md, README_CN.md, and README_JA.md linking to protocol details. - Rewrite `utils/protobuf_visualizer/README.md` in English: - Simplify usage instructions and command-line flags. - Rename tool description to "eCapture Protobuf Debugger". - Remove verbose legacy documentation.
There was a problem hiding this comment.
Pull request overview
This PR enhances the documentation by adding comprehensive Protobuf protocol documentation and refactoring the visualizer tool documentation. It adds new "Protobuf Protocols" sections to all main README files (English, Chinese, Japanese) with links to detailed protocol specifications, creates new compilation guides for Protobuf code generation, introduces detailed protocol overview documents explaining the message structures, and rewrites the protobuf visualizer README in a more concise format while adding a Chinese version.
Key Changes
- Added "Protobuf Protocols" sections linking to
protobuf/PROTOCOLS.md(and localized versions) in README.md, README_CN.md, and README_JA.md - Created new documentation files:
protobuf/README.md,protobuf/README_CN.md,protobuf/PROTOCOLS.md, andprotobuf/PROTOCOLS_CN.md - Simplified and rewrote
utils/protobuf_visualizer/README.mdin English, renaming the tool to "eCapture Protobuf Debugger" and created a Chinese version
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| README.md | Adds Protobuf Protocols section with link to protocol documentation |
| README_CN.md | Adds Chinese Protobuf Protocols section with link to Chinese protocol documentation |
| README_JA.md | Adds Japanese Protobuf Protocols section with link to English protocol documentation |
| utils/protobuf_visualizer/README.md | Complete rewrite: simplified from 267 lines to 41 lines with cleaner usage instructions |
| utils/protobuf_visualizer/README_CN.md | New Chinese documentation for the protobuf debugger tool |
| protobuf/README.md | New compilation guide explaining how to regenerate Go code from protobuf definitions |
| protobuf/README_CN.md | Chinese version of the compilation guide |
| protobuf/PROTOCOLS.md | New comprehensive protocol documentation explaining message structures (LogType, Event, Heartbeat, LogEntry) with integration examples |
| protobuf/PROTOCOLS_CN.md | Chinese version of the protocol documentation |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
utils/protobuf_visualizer/README.mdin English: