-
Notifications
You must be signed in to change notification settings - Fork 10
/
book.json
69 lines (69 loc) · 1.95 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
63
64
65
66
67
68
69
{
"title": "DrupalCamp Organizer Inclusion Packet",
"description": "This document will serve as a general working space and collaboration platform for The Packet.",
"styles": {
"website": "styles/website.css",
"ebook": "styles/ebook.css",
"pdf": "styles/pdf.css",
"mobi": "styles/mobi.css",
"epub": "styles/epub.css"
},
"plugins": ["youtube"],
"variables": {
"glossary": {
"drupal": "Drupal",
"drupal-org": "Drupal.org",
"editor": "Editor",
"git": "Git",
"vcs": "Version Control System",
"writer": "Writer"
},
"chapters": {
"introduction": "1.0 - Introduction",
"diversity-goals": "2.0 - Diversity Goals",
"code-of-conduct": "3.0 - Code of Conduct",
"common-exclusion-pitfalls": "4.0 - Common Exclusion Pitfalls",
"diversity-inclusion-strategies": "5.0 - Diversity Inclusion Strategies",
"communicating-inclusion": "6.0 - Communicating Inclusion",
"resources": "7.0 - Resources"
},
"sections": {
"code-of-conduct": {
"resources": "Resources",
"drupal-code-of-conduct": "Drupal Code of Conduct",
"code-of-conduct": "Code of Conduct"
},
"common-exclusion-pitfalls": {
"common-exclusion-pitfalls": "Common Exclusion Pitfalls",
"diversity-enforcement": "Diversity Enforcement",
"speakers-keynotes": "Speakers Keynotes",
"venue": "Venue",
"verbiage": "Verbiage"
},
"diversity-inclusion-strategies": {
"diversity-inclusion-strategies": "Diversity Inclusion Strategies"
},
"introduction": {
"contributors": "1.3 - Contributors and Contributions",
"introduction": "1.1 - Introduction",
"the-big-goal": "1.2 - The Big Goal"
},
"communicating-inclusion": {
"communication-inclusion": "Communicating Inclusion"
}
},
"contributors": {
"editors": {
"first": "cottser",
"second": "drnikki",
"third": "yesct",
"fourth": "cleverington"
},
"writers": {
"first": "drnikki",
"second": "yesct",
"third": "cleverington"
}
}
}
}