Skip to content

Commit d89abf7

Browse files
committed
Add a Django Girls store ad in the sidebar
1 parent 50c6f80 commit d89abf7

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

book.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"gitbook": ">=3.0.0-pre.5",
2+
"gitbook": "3.1.1",
33
"links": {
44
"sidebar": {
55
"Need help? Talk to us!": "https://gitter.im/DjangoGirls/tutorial"
@@ -10,7 +10,8 @@
1010
1111
1212
13-
"language-picker"
13+
"language-picker",
14+
"sidebar-ad"
1415
],
1516
"pluginsConfig": {
1617
"ga": {
@@ -24,6 +25,12 @@
2425
},
2526
"language-picker": {
2627
"grid-columns": 3
28+
},
29+
"sidebar-ad": {
30+
"imageUrl": "https://cdn.shopify.com/s/files/1/0992/7712/products/codelikeagirl---mockup4_large.jpg",
31+
"url": "https://store.djangogirls.org/",
32+
"description": "Support our work and get a Django Girls t-shirt!",
33+
"btnText": "Get a t-shirt!"
2734
}
2835
}
2936
}

0 commit comments

Comments
 (0)