docs: add Windows install guide#9
Conversation
TheNorthStarYang
left a comment
There was a problem hiding this comment.
Thanks for the contribution! The Windows install guide is helpful and the content looks generally aligned with the project direction.
However, we’re trying to avoid adding separate platform-specific full install guides under the top-level docs/ directory, because it can create multiple sources of truth and make the documentation harder to maintain over time.
For this repository, we’d like to keep:
docs/installation.mdas the repo-level install/build entry pointplatforms/windows/README.mdas the Windows platform overview and main Windows entry point- module-level README files under
platforms/windows/for detailed Windows component instructions
So instead of adding a new docs/install-windows.md, could you please update the existing docs by either:
- adding a short Windows entry/link in
docs/installation.md, or - improving/linking to
platforms/windows/README.mdfor the detailed Windows instructions?
This is mainly about keeping the documentation structure clean and avoiding doc drift. Thanks again for helping improve the project!
For now, I’ll hold off on merging this PR until the Windows guide is moved or consolidated into the existing documentation structure.
|
Addressed. I removed |
Closes #2