We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b47967d commit baa8421Copy full SHA for baa8421
3 files changed
data/projects.json
@@ -1,6 +1,27 @@
1
{
2
"$schema": "../static/schema/projects.json",
3
"projects": {
4
+ "directoryrestructure/index": {
5
+ "title": "Directory Restructure",
6
+ "status": "In Progress",
7
+ "owners": [
8
+ {
9
+ "name": "Andrew Lyons",
10
+ "githubUsername": "andrewnicols"
11
+ }
12
+ ],
13
+ "discussionLinks": [],
14
+ "issueLinks": [
15
16
+ "link": "https://tracker.moodle.org/browse/MDL-83424",
17
+ "title": "MDL-83424"
18
+ },
19
20
+ "link": "https://tracker.moodle.org/browse/IDEA-75",
21
+ "title": "Roadmap Proposal"
22
23
+ ]
24
25
"docs/migration": {
26
"title": "Dev Docs Migration",
27
"status": "In Progress",
0 commit comments