Skip to content

Commit c1e92ae

Browse files
authored
Merge pull request #1560 from andrewnicols/docusuarusBump310
Bump to Docusaurus 3.10
2 parents 4a2fa50 + b5de92e commit c1e92ae

1,777 files changed

Lines changed: 20911 additions & 19283 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.yarn/releases/yarn-4.13.0.cjs

Lines changed: 940 additions & 0 deletions
Large diffs are not rendered by default.

.yarn/releases/yarn-4.9.2.cjs

Lines changed: 0 additions & 942 deletions
This file was deleted.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ enableGlobalCache: false
44

55
nodeLinker: node-modules
66

7-
yarnPath: .yarn/releases/yarn-4.9.2.cjs
7+
yarnPath: .yarn/releases/yarn-4.13.0.cjs

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Moodle Developer Resources
22

33
<p align="center">
4-
<!--<a href="CONTRIBUTING.md#pull-requests"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome"></a>-->
5-
<!--<a href="#license"><img src="https://img.shields.io/github/license/sourcerer-io/hall-of-fame.svg?colorB=ff0000"></a>-->
4+
{/* <!--<a href="CONTRIBUTING.md#pull-requests"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome"></a>--> */}
5+
{/* <!--<a href="#license"><img src="https://img.shields.io/github/license/sourcerer-io/hall-of-fame.svg?colorB=ff0000"></a>--> */}
66
<a href="https://gitpod.io/#https://github.com/moodle/devdocs"><img src="https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod" alt="Gitpod Ready-to-Code"/></a>
77
<a href="https://meercode.io/moodle/devdocs"><img src="https://meercode.io/badge/moodle/devdocs?type=ci-score" alt="CI Score"></a>
88
<a href="https://github.com/moodle/devdocs/actions/workflows/markdown-lint.yml"><img src="https://github.com/moodle/devdocs/actions/workflows/markdown-lint.yml/badge.svg" alt="Lint status"></a>

cspell.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ const config = {
9292

9393
// Ignore relative paths in markdown links.
9494
'/\\]([^)]*)/gm',
95+
96+
// Ignore mdx comments in the format {/* COMMENT */}.
97+
'/\\{\\/\\*[\\s\\S]*?\\*\\/\\}/g',
9598
],
9699
};
97100

docs/apis.md

Lines changed: 67 additions & 65 deletions
Large diffs are not rendered by default.

docs/apis/_files/amd-dir.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- markdownlint-disable first-line-heading -->
1+
{/* <!-- markdownlint-disable first-line-heading --> */}
22
JavaScript in Moodle is written in the ESM format, and transpiled into AMD modules for deployment.
33

44
The [Moodle JavaScript Guide](../guides/javascript) has detailed information and examples on writing JavaScript in Moodle. Further information is also available in the [JavaScript Modules](../../guides/javascript/modules.md) documentation.

docs/apis/_files/backup-dir.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- markdownlint-disable first-line-heading -->
1+
{/* <!-- markdownlint-disable first-line-heading --> */}
22
If your plugin stores data then you may need to implement the Backup feature which allows the activity to backed up, restored, and duplicated.
33

44
For more information on Backup and restore, see the following:

docs/apis/_files/changes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- markdownlint-disable first-line-heading -->
1+
{/* <!-- markdownlint-disable first-line-heading --> */}
22
If your plugin includes a changelog in its root directory, this will be used to automatically pre-fill the release notes field when uploading new versions of your plugin to the [Plugins directory](/general/community/plugincontribution/pluginsdirectory). This file can be in any of the following locations:
33

44
- `CHANGES.md`: as a markdown file; or

docs/apis/_files/classes-dir.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- markdownlint-disable first-line-heading -->
1+
{/* <!-- markdownlint-disable first-line-heading --> */}
22
Moodle supports, and recommends, the use of autoloaded PHP classes.
33

44
By placing files within the `classes` directory or appropriate sub-directories, and with the correct PHP Namespace, and class name, Moodle is able to autoload classes without the need to manually require, or include them.

0 commit comments

Comments
 (0)