-
Notifications
You must be signed in to change notification settings - Fork 77
docs(web): reorganize into docs/ folder; extract STATE_MANAGEMENT.md (LUM-1751) #31359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
78fe76e
8bb3be4
ead0c46
0640721
525e2ba
caadf26
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🟡 Broken relative links in CAPACITOR.md after move to docs/ subdirectory When All broken links
(Refers to line 7) Prompt for agentsWas this helpful? React with 👍 or 👎 to provide feedback. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🟡 CONTRIBUTING.md and apps/ios/README.md still reference old file paths
This PR moved
CONVENTIONS.md,STYLE_GUIDE.md, andCAPACITOR.mdfromapps/web/toapps/web/docs/, but two files outsideapps/web/that link to the old paths were not updated:CONTRIBUTING.md:95links toapps/web/CONVENTIONS.mdandapps/web/STYLE_GUIDE.md— both now 404apps/ios/README.md:98links to../web/CAPACITOR.md— should be../web/docs/CAPACITOR.mdThis violates the root AGENTS.md rule: "When introducing, removing, or significantly modifying a service/module/data flow, update AGENTS.md and impacted domain docs."
Prompt for agents
Was this helpful? React with 👍 or 👎 to provide feedback.