Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions data/migratedPages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ Blocks:
Bug_triage:
- filePath: "/general/development/process/triage.md"
slug: "/general/development/process/triage"
CSS_Coding_Style:
- filePath: "/general/development/policies/codingstyle/css"
slug: "/general/development/policies/codingstyle/css"
Cache_API:
- filePath: "/docs/apis/subsystems/muc/index.md"
slug: "/docs/apis/subsystems/muc/"
Expand Down Expand Up @@ -145,6 +148,7 @@ Creating_mobile_question_types:
Credits:
- filePath: "/general/community/credits/index.md"
slug: "/general/community/credits"

Custom_Moodle_Apps:
- filePath: "/general/app/customisation/custom-apps.md"
slug: "/general/app/customisation/custom-apps"
Expand Down
2 changes: 1 addition & 1 deletion docs/apis/_files/styles-css.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Plugins may define a '/styles.css' to provide plugin-specific styling. See the following for further documentation:

- [Plugin contribution checklist#CSS styles](/general/community/plugincontribution/checklist#css-styles)
- [CSS Coding Style](https://docs.moodle.org/dev/CSS_Coding_Style)
- [CSS Coding Style](/general/development/policies/codingstyle/css)

:::tip[Avoid custom styles where possible]

Expand Down
2 changes: 1 addition & 1 deletion general/community/plugincontribution/codeprechecks.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Finally, clicking some of these individual test labels takes you to a page with
- **phplint**: Checks the plugin source code for correct PHP syntax.
- **phpcs**: Checks the plugin against the [Moodle coding style](../../development/policies/codingstyle).
- **js**: Checks the plugin against the [JavaScript coding style](/docs/guides/javascript/).
- **css**: Checks the plugin against the [CSS coding style](https://docs.moodle.org/dev/CSS_Coding_Style).
- **css**: Checks the plugin against the [CSS coding style](../../development/policies/codingstyle/css.md).
- **phpdoc**: Checks that the plugin files, classes and functions are documented in the source code.
- **savepoint**: Reports issues detected with the handling of [upgrade savepoints](/docs/guides/upgrade/).
- **thirdparty**: Reports issues with the [thirdpartylibs.xml](/docs/apis/commonfiles#thirdpartylibsxml) file.
Expand Down
Loading
Loading