-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
96 lines (96 loc) · 2.94 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
{
"title": "A Administração Pública, A Pesquisa Científica e Nossa Sociedade",
"author": "Carlos Delfino <consultoria@carlosdelfino.eti.br",
"description": "Um livro de anotações sobre a Administração pública, a pesquisa científica e nossa sociedade, sendo de livre acesso para que todos possam comentar e adicionar novas informações e atualizar as leis quando assim for necessário.",
"language": "pt",
"plugins": [
"theme-default",
"theme-ztbcms-docs",
"-theme-gestalt",
"-theme-pdftoc",
"-theme-fexa",
"-theme-fabric",
"-customtheme",
"-styles-sass-fix",
"-lunr",
"-search",
"search-plus",
"indexes",
"page-toc",
"image-captions",
"richquotes",
"disqus",
"ga",
"-pdf-styling"
],
"pluginsConfig": {
"pdf-styling": {},
"disqus": {
"shortName": "administracaopublicapesquisacientificaesociedade",
"useIdentifier": true
},
"page-toc": {
"selector": " .markdown-section h2, .markdown-section h3, .markdown-section h4",
"position": "before-first"
},
"layout": {
"headerPath": "assets/layouts/header.html",
"footerPath": "assets/layouts/footer.html"
},
"richquotes": {
"default": true
},
"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": "README.md",
"glossary": "glossario.md",
"summary": "sumario.md"
},
"variables": {
"Version": "0.1"
},
"styles": {
"website": "assets/styles/website.css",
"ebook": "assets/styles/ebook.css",
"pdf": "assets/styles/pdf.css",
"mobi": "assets/styles/ebook.css",
"epub": "assets/styles/ebook.css"
},
"links": {
"sidebar": {
"PDF": "./book.pdf",
"Fontes Originais": "http://github.com/carlosdelfino/leis-administracao-publica-pesquisa",
"Sugestão de Correções": "http://github.com/CarlosDelfino/leis-administracao-publica-pesquisa/issues"
}
}
}