Skip to content

Commit

Permalink
[docs] Migrate Plugin contribution main page
Browse files Browse the repository at this point in the history
Created a folder to include all pages related to the
plugins contribution process. This patch is just for the
main page.
  • Loading branch information
vmdef committed Jul 27, 2023
1 parent fe78b83 commit fb173db
Show file tree
Hide file tree
Showing 6 changed files with 586 additions and 3 deletions.
3 changes: 3 additions & 0 deletions data/migratedPages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1485,6 +1485,9 @@ Peer_reviewing:
Plagiarism_API:
- filePath: "/docs/apis/subsystems/plagiarism.md"
slug: "/docs/apis/subsystems/plagiarism"
Plugin_contribution:
- filePath: "/general/community/plugincontribution/index.md"
slug: "/general/community/plugincontribution"
Plugin_files:
- filePath: "/docs/apis/commonfiles.md"
slug: "/docs/apis/commonfiles"
Expand Down
4 changes: 2 additions & 2 deletions general/community/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ Over time we have distilled our best practice in writing code down into our [Cod

Although Moodle is open source and you can change anything you want in its core code, the best and most maintainable way to extend Moodle is to write a plugin (sometimes called a module). Plugins are a directory of code that can be simply "dropped" in into any Moodle installation and it will be detected, installed and automatically made available as a tool within the Moodle interface.

See our [Plugin documentation](https://docs.moodle.org/dev/Plugins) for full details of the various types of plugin available.
See our [Plugin documentation](/docs/apis/plugintypes) for full details of the various types of plugin available.

## See also

- [Finding your way into the Moodle code](https://docs.moodle.org/dev/Finding_your_way_into_the_Moodle_code)
- [Working with the Community](https://docs.moodle.org/dev/Working_with_the_Community)
- [Plugin contribution](https://docs.moodle.org/dev/Plugin_contribution)
- [Plugin contribution](./plugincontribution/index.md)
- [How to guarantee your change is integrated to Moodle core](http://www.slideshare.net/poltawski/how-to-guarantee-your-change-is-integrated-to-moodle-core) presentation by Dan Poltawski
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit fb173db

Please sign in to comment.