Skip to content
This repository was archived by the owner on Apr 21, 2021. It is now read-only.

Commit d0fce5d

Browse files
committed
Use different version plugin to select version based on current URL
1 parent 113c8af commit d0fce5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manual/book.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"piwik",
1010
"toggle-chapters",
1111
"image-captions",
12-
"versions",
12+
"versions-select",
1313
"canonical-link"
1414
],
1515
"links": {
@@ -39,7 +39,7 @@
3939
"gitbookConfigURL": "https://raw.githubusercontent.com/contao/docs/master/manual/book.json",
4040
"options": [
4141
{ "value": "https://docs.contao.org/books/manual/4.0", "text": "Contao 4.0" },
42-
{ "value": "https://docs.contao.org/books/manual/3.5", "text": "Contao 3.5", "selected": true },
42+
{ "value": "https://docs.contao.org/books/manual/3.5", "text": "Contao 3.5" },
4343
{ "value": "https://docs.contao.org/books/manual/3.4", "text": "Contao 3.4" },
4444
{ "value": "https://docs.contao.org/books/manual/3.3", "text": "Contao 3.3" },
4545
{ "value": "https://docs.contao.org/books/manual/3.2", "text": "Contao 3.2" },

0 commit comments

Comments
 (0)