[docs] Add notes for MDL-83424 - #1401
Merged
Merged
Conversation
✅ Deploy Preview for moodledevdocs ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
andrewnicols
force-pushed
the
mdl83424
branch
2 times, most recently
from
July 14, 2025 09:31
eb48364 to
78a2a5b
Compare
Contributor
There was a problem hiding this comment.
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 <175728472+Copilot@users.noreply.github.com>
HuongNV13
approved these changes
Jul 16, 2025
Member
|
Thanks, Andrew. |
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.
No description provided.