-
Notifications
You must be signed in to change notification settings - Fork 503
Moodle 5.1 Documentation Fork #1463
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. |
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 introduces comprehensive documentation for Moodle 5.1, covering a wide range of plugin types, APIs, and subsystems. The documentation includes detailed guides for theme customization, repository integration, question types, activity modules, and various other plugin types.
Key changes:
- Added extensive documentation for theme plugins (images, fonts, language files)
- Documented SMS gateway, repository, and question type plugins
- Included guides for activity modules, course formats, and enrolment plugins
- Added documentation for filters, file converters, and other specialized plugin types
Reviewed Changes
Copilot reviewed 199 out of 316 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
versioned_docs/version-5.1/apis/plugintypes/theme/images.md |
Theme image and icon handling documentation |
versioned_docs/version-5.1/apis/plugintypes/theme/fonts.md |
Theme font integration guide |
versioned_docs/version-5.1/apis/plugintypes/sms/index.md |
SMS gateway plugin implementation |
versioned_docs/version-5.1/apis/plugintypes/repository/index.md |
Repository plugin comprehensive guide |
versioned_docs/version-5.1/apis/plugintypes/qtype/restore.md |
Question type restore code requirements |
versioned_docs/version-5.1/apis/plugintypes/mod/index.mdx |
Activity module plugin documentation |
versioned_docs/version-5.1/apis/plugintypes/format/index.md |
Course format plugin guide |
versioned_docs/version-5.1/apis/plugintypes/enrol/index.md |
Enrolment plugin documentation |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
versioned_docs/version-5.1/apis/plugintypes/repository/index.md
Outdated
Show resolved
Hide resolved
versioned_docs/version-5.1/apis/plugintypes/repository/index.md
Outdated
Show resolved
Hide resolved
versioned_docs/version-5.1/apis/plugintypes/format/migration.md
Outdated
Show resolved
Hide resolved
versioned_docs/version-5.1/apis/plugintypes/format/_examples/renderer.php
Outdated
Show resolved
Hide resolved
junpataleta
left a comment
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.
Thanks, Andrew. Looks spot-on to me.
No description provided.