-
Notifications
You must be signed in to change notification settings - Fork 497
[docs] Add notes for MDL-83424 #1401
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
Conversation
✅ Deploy Preview for moodledevdocs ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
eb48364 to
78a2a5b
Compare
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.
Pull Request Overview
Adds documentation and status updates for the MDL-83424 directory restructure in Moodle 5.1.
- Introduces a new “Code Restructure” guide with detailed webserver and developer configuration examples
- Updates the developer update notes to reference the restructure documentation
- Marks the directory restructure project as complete and enhances code sample syntax highlighting
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/guides/restructure/index.md | New guide detailing directory restructure and server configs |
| docs/devupdate.md | Added “Code Structure” section for MDL-83424 |
| data/projects.json | Updated directoryrestructure status to “Complete” |
| config/prism.js | Added highlighting support for diff, apacheconf, and nginx |
Comments suppressed due to low confidence (2)
docs/devupdate.md:18
- [nitpick] The phrase “support this” is repeated twice in this sentence. Consider rephrasing to avoid redundancy, for example: “Most Moodle tooling has already been updated for this change, but minor web server reconfiguration will still be required.”
Most Moodle tooling has already been updated to support this, but minor web server reconfiguration will be required to support this.
docs/guides/restructure/index.md:79
- This tab group reuses the same
groupId(webserver) as the earlier server configuration tabs, which may link them unintentionally. Consider using a distinctgroupIdfor the developer examples (e.g.,dev-webserver).
<Tabs groupId="webserver">
Co-authored-by: Copilot <[email protected]>
|
Thanks, Andrew. |
No description provided.