-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.json
More file actions
34 lines (34 loc) · 914 Bytes
/
Copy pathbook.json
File metadata and controls
34 lines (34 loc) · 914 Bytes
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
{
"root": "./pages",
"title": "Manual GNU/Linux",
"cover":"images/cover.jpg",
"description": "Manual com o conhecimento institucional de GNU/Linux",
"language": "pt",
"structure": {
"readme": "apresentacao.md",
"summary": "SUMMARY.md"
},
"plugins":["-sharing","github","sharing-plus","back-to-top-button","download-pdf-link"],
"pluginsConfig": {
"download-pdf-link": {
"base": "https://github.com/GeovanneAtanazio/manual_linux/blob/main/Manual_GNU_Linux.pdf"
},
"fontsettings": {
"theme": "sepia"
},
"sharing": {
"douban":false,
"facebook":false,
"google":false,
"line":false,
"qq":false,
"qzone":false,
"weibo":false,
"whatsapp":false,
"all": ["twitter","linkedin","whatsapp","facebook","messenger"]
},
"github":{
"url": "https://github.com/GeovanneAtanazio/manual_linux/"
}
}
}