diff --git a/.travis.yml b/.travis.yml index 6db5a55cb6..191226b722 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,11 +5,11 @@ language: node_js dist: trusty sudo: required node_js: - # Use the explicit NodeJS LTS version 8.9.4 to avoid any automatic upgrade of the version. - - '8.9.4' + # Use the explicit NodeJS LTS version 10.16.0 to avoid any automatic upgrade of the version. + - '10.16.0' install: - echo "no install" + npm install branches: only: @@ -88,6 +88,5 @@ after_success: cache: directories: - - node_modules - demo-shell/dist - tmp diff --git a/docs/README.md b/docs/README.md index b583b2eaae..9cd61098d9 100644 --- a/docs/README.md +++ b/docs/README.md @@ -59,6 +59,7 @@ A few other pages of information are also available: - [Angular Material Design](user-guide/angular-material-design.md) - [Form Extensibility and Customisation](user-guide/extensibility.md) - [Internationalization in ADF](user-guide/internationalization.md) +- [Localization in ADF](user-guide/localization.md) - [Theming](user-guide/theming.md) - [Transclusion](user-guide/transclusion.md) - [Typography](user-guide/typography.md) diff --git a/docs/user-guide/README.md b/docs/user-guide/README.md index 8fcb31eced..47553e4f65 100644 --- a/docs/user-guide/README.md +++ b/docs/user-guide/README.md @@ -15,6 +15,7 @@ on an item below to see the corresponding guide page. - [App extensions](app-extensions.md) - [Form Extensibility and Customisation](extensibility.md) - [Internationalization in ADF](internationalization.md) +- [Localization in ADF](user-guide/localization.md) - [Theming](theming.md) - [Right-to-left language support](rtl-support.md) - [Transclusion](transclusion.md)