-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.json
62 lines (62 loc) · 2 KB
/
book.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"variables": {
"glossary": {
"drupal": "Drupal",
"drupalconsole": "Drupal Console",
"drush": "Drush",
"git": "Git",
"vcs": "Version Control System"
},
"chapters": {
"about_drupal": "About Drupal",
"drupal_learning": "Drupal Learning",
"foreword": "Foreword",
"getting_started": "Getting Started",
"new_users": "New Users",
"what_is_drupal": "What is Drupal?"
},
"sections": {
"about_drupal": {
"the_paper_project": "The Paper Project",
"the_stack": "The Stack"
},
"drupal_learning": {
"system_learning": "System Learning",
"drupal_learning": "Drupal Learning",
"drupal_learning_sections": {
"installing_composer": "Installing Composer",
"installing_drush": "Installing Drush",
"installing_drupal_console": "Installing Drupal Console"
}
},
"foreword": {
"about_the_book": "About The Book",
"about_the_author": "About The Author",
"foreword_license": "License",
"table_of_contents": "Table of Contents"
},
"getting_started": {
"come_for_the_code": "Come For The Code",
"drupal_history": "Drupal History",
"stay_for_the_community": "Stay For The Community",
"using_this_book": "Using This Book",
"who_should_read": "Who Should Read"
},
"new_users": {
"your_first_website": "Your First Website",
"you_need_composer": "You Need Composer",
"you_need_drush": "You Need Drush",
"you_need_drupalconsole": "You Need Drupal Console",
"scaffolding": "Scaffolding and Directory Structures"
},
"what_is_drupal": {
"cms_examples": "Content Management System (CMS) Examples",
"what_content_management_is": "What Content Management IS",
"what_content_management_is_not": "What Content Management Is NOT"
}
},
"authors": {
"name": "Charles Leverington"
}
}
}