-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmdCreator.json
45 lines (45 loc) · 1.06 KB
/
mdCreator.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"student": {
"header": {
"range": 1,
"title": null,
"description": " is a new project."
},
"disclaimer": {
"range": 2,
"title": "Before continuing...",
"description": "This project is an EPITECH Project. If you are an EPITECH student, move out the way! Nothing to see here... The groups don't want to be involved to your -42.\nIf you're not, no worries! You're welcome here!"
},
"prerequisites": {
"range": 3,
"title": "Prerequisites"
},
"program": {
"range": 3,
"title": "Building program",
"description": "Tell here how to compile / use / test your program."
},
"style": {
"range": 3,
"title": "Coding Style"
},
"authors": {
"range": 2,
"title": "Authors",
"description": "* **Arthur Adam** - [0Nom4D](https://github.com/0Nom4D)"
},
"gifs": {
"nbGifs": 5
}
},
"pro": {
"header": {
"range": 1,
"title": null,
"description": " is a new project."
},
"gifs": {
"nbGifs": 5
}
}
}