Skip to content

Instantly share code, notes, and snippets.

@pierre-24
Created December 28, 2014 20:25
Show Gist options
  • Save pierre-24/7df4d178f82f91712821 to your computer and use it in GitHub Desktop.
Save pierre-24/7df4d178f82f91712821 to your computer and use it in GitHub Desktop.
Exemple de manifest.json
{
"obj_type": "container",
"pk": 1,
"title": "Mon Tutoriel No1",
"introduction": "introduction.md",
"conclusion": "conclusion.md",
"children": [
{
"obj_type": "container",
"pk": 1,
"title": "Mon container No1",
"introduction": "1_mon-container-no1/introduction.md",
"conclusion": "1_mon-container-no1/conclusion.md",
"children": [
{
"obj_type": "extract",
"pk": 1,
"title": "Mon extrait No1",
"text": "1_mon-container-no1/1_mon-extrait-no1.md"
}
]
},
{
"obj_type": "container",
"pk": 2,
"title": "Mon container No2",
"introduction": "2_mon-container-no2/introduction.md",
"conclusion": "2_mon-container-no2/conclusion.md",
"children": []
}
],
"version": 2,
"description": "",
"type": "TUTORIAL"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment