Skip to content

Commit 1c474db

Browse files
authored
Merge branch 'main' into MDL-83541-qtype-restore-changes
2 parents 9b6f5e6 + 305a10c commit 1c474db

File tree

93 files changed

+3831
-834
lines changed

Some content is hidden

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

93 files changed

+3831
-834
lines changed

.github/workflows/lighthouse-report.yml

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

.github/workflows/lighthouserc.json

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

.husky/pre-commit

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
1+
#!/usr/bin/env sh
2+
. "$(dirname -- "$0")/_/husky.sh"
33

44
yarn lint-staged

config/navbar.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,13 @@ const navbar = {
5656
label: 'Processes',
5757
docsPluginId: 'general',
5858
},
59+
{
60+
type: 'docSidebar',
61+
position: 'left',
62+
sidebarId: 'projects',
63+
label: 'Projects',
64+
docsPluginId: 'general',
65+
},
5966
{
6067
type: 'docSidebar',
6168
position: 'left',

data/component-spelling.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ message
7474
mimetypes
7575
mlbackend
7676
mnet
77-
mnetservice
7877
mod
7978
my
8079
notes

data/legacy-libraries.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,5 +252,17 @@
252252
"licenseversion": "2.0",
253253
"repository": "https://github.com/box/spout/",
254254
"customised": false
255+
},
256+
{
257+
"copyrightHolders": [
258+
"2015 My C-Labs"
259+
],
260+
"location": "lib/php-enum",
261+
"name": "php-enum",
262+
"description": "PHP Enum implementation inspired from SplEnum",
263+
"version": "1.8.4",
264+
"license": "MIT",
265+
"repository": "https://github.com/myclabs/php-enum",
266+
"customised": false
255267
}
256268
]

0 commit comments

Comments
 (0)