-
Notifications
You must be signed in to change notification settings - Fork 389
Moodle 5.0 Docs #1343
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
Moodle 5.0 Docs #1343
Conversation
✅ Deploy Preview for moodledevdocs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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
This PR updates the Moodle Developer Documentation from version 5.0 to 5.1. Key changes include:
- Updating version numbers, release notes, and upgrade links across the documentation.
- Revising modal documentation links in Moodle 4.x guides.
- Adding new component files and updating utility functions for rendering file summaries.
Reviewed Changes
Copilot reviewed 314 out of 318 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
versioned_docs/version-5.0/apis/_files/classes-dir.tsx | Adds a new component summary for autoloaded classes. |
versioned_docs/version-5.0/apis/_files/changes.tsx | Introduces a summary component for the plugin changelog. |
versioned_docs/version-5.0/apis/_files/backup-dir.tsx | Adds a summary component for backup configuration. |
versioned_docs/version-5.0/apis/_files/amd-dir.tsx | Implements a summary component for AMD JavaScript modules with an example. |
versioned_docs/version-5.0/apis.md | Provides comprehensive API guides documentation. |
versioned_docs/version-5.0/_utils.tsx | Introduces utility functions for assembling file summary components. |
versioned_docs/version-4.3, -4.4, -4.5, docs/guides/javascript/modal/index.md | Update modal documentation links to reference the correct Moodle 4.2 documentation URL. |
nextVersion.js | Updates the nextVersion constant from '5.0' to '5.1'. |
general/releases/5.0.md | Modifies the upgrade link to point to the 5.1 release notes. |
general/documentation/forking-versions.md | Updates instructions to include changes for non-automated version references. |
docs/intro.md | Updates introductory details from Moodle 5.0 to 5.1. |
docs/devupdate.md | Changes the developer update title and content to reflect Moodle 5.1. |
Files not reviewed (4)
- versioned_docs/version-5.0/apis/_files/amd-dir.mdx: Language not supported
- versioned_docs/version-5.0/apis/_files/backup-dir.mdx: Language not supported
- versioned_docs/version-5.0/apis/_files/changes.mdx: Language not supported
- versioned_docs/version-5.0/apis/_files/classes-dir.mdx: Language not supported
Comments suppressed due to low confidence (1)
nextVersion.js:18
- Verify that updating nextVersion to '5.1' is consistent with all version references across the documentation and that nextLTSVersion remains correct.
const nextVersion = '5.1';
c7dd1f9
to
ae20120
Compare
f0d7e38
to
13aa576
Compare
No description provided.