-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmanifest.json
More file actions
27 lines (27 loc) · 889 Bytes
/
manifest.json
File metadata and controls
27 lines (27 loc) · 889 Bytes
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
{
"type" : "TUTORIAL",
"object" : "container",
"slug" : "zeste-de-code--guide-participants--snake",
"title" : "Zeste de Code – Guide participants – Snake",
"introduction" : "introduction.md",
"conclusion" : "conclusion.md",
"children" : [ {
"object" : "extract",
"slug" : "les-bases-de-python",
"title" : "Les bases de Python",
"text" : "les-bases-de-python.md"
}, {
"object" : "extract",
"slug" : "fonctions-du-jeu",
"title" : "Fonctions du jeu",
"text" : "fonctions-du-jeu.md"
}, {
"object" : "extract",
"slug" : "fonctions-du-serpent",
"title" : "Fonctions du serpent",
"text" : "fonctions-du-serpent.md"
} ],
"version" : 2,
"licence" : "Tous droits réservés",
"description" : "Une documentation complète des fonctions du jeu Snake à destination des participants (et organisateurs) des Zeste de Code."
}