forked from badtuxx/DescomplicandoDocker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
34 lines (34 loc) · 939 Bytes
/
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
{
"variables": {
"socialNetworks": {
"medias": [
{
"name": "Facebook",
"url": "https://www.facebook.com/linuxtipsbr",
"icon": "facebook"
},
{
"name": "Twitter",
"links": [
{ "url": "https://twitter.com/badtux_", "name": "Jeferson" },
{ "url": "https://twitter.com/LINUXtipsBR", "name": "LINUXtips" }
],
"icon": "twitter",
"sharing": true,
"sharingBaseUrl": "https://twitter.com/intent/tweet?text=:text&url=:url"
},
{
"name": "Youtube",
"url": "https://www.youtube.com/linuxtips",
"icon": "youtube"
},
{
"name": "Twitch",
"url": "https://www.twitch.com/linuxtips",
"icon": "twitch"
}
],
"sharingText": "Olha que incrível este capítulo do Descomplicando o Docker!"
}
}
}