Skip to content

Commit baa8421

Browse files
committed
[docs] Add information relating to the directory restructure project
1 parent b47967d commit baa8421

3 files changed

Lines changed: 356 additions & 0 deletions

File tree

data/projects.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
{
22
"$schema": "../static/schema/projects.json",
33
"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+
},
425
"docs/migration": {
526
"title": "Dev Docs Migration",
627
"status": "In Progress",

0 commit comments

Comments
 (0)