将文档迁移到wiki、规范化引用图片,并完善了部分文档描述#493
Open
cute-omega wants to merge 6 commits intodocmirror:release-2.0.1from
Open
将文档迁移到wiki、规范化引用图片,并完善了部分文档描述#493cute-omega wants to merge 6 commits intodocmirror:release-2.0.1from
cute-omega wants to merge 6 commits intodocmirror:release-2.0.1from
Conversation
Collaborator
Author
|
不对,还有旧版ds中的文档指向的是原来的/doc地址,这咋办?总不能/doc和wiki各存一份吧 |
Updated instructions for Linux support, emphasizing the need for sudo passwordless support and clarifying version selection for CPU architecture.
There was a problem hiding this comment.
Pull request overview
This pull request migrates project documentation from local markdown files to the GitHub wiki, standardizes image references by moving them to a doc/figures directory, and updates all corresponding links in code and documentation. The changes support the goal of centralizing documentation in the wiki while maintaining proper image organization.
Changes:
- Migrated documentation links from local
.mdfiles to wiki URLs (e.g.,./doc/recover.md→https://github.com/docmirror/dev-sidecar/wiki/恢复网络) - Reorganized images into
doc/figures/directory and updated all image references - Updated Vue components to reference new wiki URLs
- Updated test fixtures to reflect new image paths
- Enhanced README with additional clarifications and updated QQ group member counts
Reviewed changes
Copilot reviewed 11 out of 36 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Updated documentation links to wiki URLs, reorganized image paths to doc/figures/, improved content descriptions, and updated community information |
| packages/gui/src/view/pages/proxy.vue | Updated help link from local markdown to wiki URL |
| packages/gui/src/view/components/setup-ca.vue | Updated certificate installation help link to wiki and renamed image files for consistency |
| packages/mitmproxy/test/matchTest.js | Updated test fixture paths to match new image organization |
| doc/recover.md | Deleted (content migrated to wiki) |
| doc/figures/*.png | Added organized image files moved from root doc directory |
| doc/figures/Firefox/*.png | Added Firefox-specific setup screenshots |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Ⅰ. 描述此PR的作用:
将文档迁移到wiki、规范化引用图片,并完善了部分文档描述,并对ds进行了必要的代码修改以适应文档迁移。
我相信我修好了所有指向旧文档和图片的链接。(大概吧)
请务必在合并之后及时使用其中的/doc/wiki更新wiki内容,修改后的ds客户端和文档中的指向链接均设计为指向wiki,如此次wiki更新不及时可能使得部分内容404
为方便起见,部分含有中文的URL没有进行十六进制转义,问题应该不大
本pr已经包含了PR #491 中更新
Ⅱ. 此PR修复了哪个issue吗?
no
Ⅲ. 界面变化截屏
no