restore install

This commit is contained in:
Eugenio Romano 2019-06-18 16:26:34 +01:00
parent 25446b5ba3
commit f934aa306b
3 changed files with 5 additions and 4 deletions

View File

@ -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

View File

@ -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)

View File

@ -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)