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

Commit d324d8a

Browse files
committed
Merge branch '3.5' into 4.3
2 parents 30b4715 + 0f21e66 commit d324d8a

File tree

4 files changed

+5
-14
lines changed

4 files changed

+5
-14
lines changed

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
8.0

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ env:
1111
sudo: required
1212

1313
before_install:
14-
- sudo apt-get update
15-
- sudo apt-get install oracle-java8-installer
16-
- sudo update-java-alternatives -s java-8-oracle
14+
- nvm install 8.0
1715

1816
install:
1917
- sudo apt-get update

Makefile

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ help:
1111
@echo "Other commands:"
1212
@echo " make build Builds HTML version of all books"
1313
@echo " make build-pdf Builds PDFs for the user manual"
14-
@echo " make validate Builds books and validates for invalid HTML output"
1514
@echo " make install Installs latest GitBook and dependencies"
1615
@echo ""
1716

@@ -57,11 +56,4 @@ install-python:
5756
@echo "--> You must have Python virtualenv"
5857
@virtualenv python_modules
5958

60-
validate: build install-python
61-
@python_modules/bin/pip install html5validator
62-
@python_modules/bin/python2.7 python_modules/bin/html5validator --root manual/_book/ --ignore "gitbook/plugins" "element must have an" "A document must not include both" "Duplicate ID"
63-
@python_modules/bin/python2.7 python_modules/bin/html5validator --root cookbook/_book/ --ignore "gitbook/plugins" "element must have an" "A document must not include both" "Duplicate ID"
64-
@python_modules/bin/python2.7 python_modules/bin/html5validator --root api/_book/ --ignore "gitbook/plugins" "element must have an" "A document must not include both" "Duplicate ID"
65-
@python_modules/bin/python2.7 python_modules/bin/html5validator --root extending-contao4/_book/ --ignore "gitbook/plugins" "element must have an" "A document must not include both" "Duplicate ID"
66-
67-
deploy: validate build-pdf
59+
deploy: build build-pdf

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": {
@@ -38,7 +38,7 @@
3838
"versions": {
3939
"gitbookConfigURL": "https://raw.githubusercontent.com/contao/docs/master/manual/book.json",
4040
"options": [
41-
{ "value": "https://docs.contao.org/books/manual/4.3", "text": "Contao 4.3", "selected": true },
41+
{ "value": "https://docs.contao.org/books/manual/4.3", "text": "Contao 4.3" },
4242
{ "value": "https://docs.contao.org/books/manual/4.2", "text": "Contao 4.2" },
4343
{ "value": "https://docs.contao.org/books/manual/4.0", "text": "Contao 4.0" },
4444
{ "value": "https://docs.contao.org/books/manual/3.5", "text": "Contao 3.5" },

0 commit comments

Comments
 (0)