Skip to content

Commit 4dffe1e

Browse files
committed
Added language chooser to dinamically change language of a subpage you're on
1 parent 73fe75a commit 4dffe1e

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

book.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
2+
"gitbook": "2.x.x",
23
"links": {
34
"sidebar": {
45
"Need help? Talk to us!": "https://gitter.im/DjangoGirls/tutorial"
56
}
67
},
7-
88
"plugins": [
9-
9+
10+
"[email protected]", "language-picker"
1011
],
1112
"pluginsConfig": {
1213
"ga": {
@@ -17,8 +18,9 @@
1718
},
1819
"github": {
1920
"url": "https://github.com/DjangoGirls/tutorial"
21+
},
22+
"language-picker": {
23+
"grid-columns": 3
2024
}
21-
},
22-
23-
"gitbook": "2.6.7"
25+
}
2426
}

0 commit comments

Comments
 (0)