-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.json
103 lines (102 loc) · 2.89 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"plugins": [
"richquotes",
"disqus",
"extend-default-theme",
"search",
"exercises",
"image-captions",
"gist",
"katex",
"indexes",
"customtheme",
"theme-api",
"theme-default",
"highlight",
"bulk-redirect",
"exercises",
"zingchart",
"quiz",
"quizzes",
"codepen",
"jsfiddle",
"gist",
"ace",
"chart",
"codesnippet",
"include-codeblock",
"ga",
"wabtheme",
"page-toc"
],
"pluginsConfig": {
"disqus": {
"shortName": "introduoalinguagemdeprogramaoparaarduino",
"useIdentifier": true
},
"page-toc": {
"selector": " .markdown-section h2, .markdown-section h3, .markdown-section h4",
"position": "top"
},
"layout": {
"headerPath": "layouts/header.html",
"footerPath": "layouts/footer.html"
},
"richquotes": {
"default": true
},
"bulk-redirect": {
"basepath": "/",
"redirectsFile": "redirects.json"
},
"ga": {
"token": "UA-21710445-1",
"configuration": "auto"
},
"sharing": {
"facebook": true,
"twitter": true,
"google": true,
"weibo": false,
"instapaper": true,
"vk": false,
"all": [
"facebook",
"google",
"twitter",
"weibo",
"instapaper",
"vk"
]
},
"image-captions": {
"caption": "Imagem _PAGE_LEVEL_._PAGE_IMAGE_NUMBER_ - _CAPTION_",
"list_caption": "Lista de Imagens _BOOK_IMAGE_NUMBER_: _CAPTION_",
"variable_name": "picturesList",
"Images": {
"1.1.1": {
"skip": "true"
}
}
}
},
"structure": {
"readme": "introducao.md",
"glossary": "glossario.md",
"summary": "sumario.md"
},
"variables": {
"Version": "0.1"
},
"title": "Introdução a Linguagem de Programação",
"language": "pt",
"styles": {
"website": "styles/website.css", "ebook": "styles/ebook.css", "pdf": "styles/pdf.css", "mobi": "styles/ebook.css", "epub": "styles/ebook.css" },
"links": {
"sidebar": {
"Site": "http://carlosdelfino.eti.br",
"Facebook": "https://www.facebook.com/CursoArduinoMinas/",
"Aulas Particulares": "mailto:[email protected]?subject='Gostaria de Informações sobre Aula Particular de Arduino'&body='Meu nome é<br/>Gostaria de obter informações sobre o Curso de Introdução ao Arduino, gostaria de ter aulas em grupos ou individuais.'"
}
}
}