Tutorials: Creating an ADF app using Yeoman and Customising the Login component. (#3217)

* Adding two tutorials: creating the app using Yeoman and Customising login component.

* Review of PR #3217.
This commit is contained in:
Francesco Corti
2018-04-19 17:19:16 +02:00
committed by Eugenio Romano
parent deb09e4d5f
commit fbe675aedb
5 changed files with 112 additions and 108 deletions

View File

@@ -8,9 +8,11 @@
{ "title": "Tutorials", "file": "tutorialIndex.md",
"children": [
{ "title": "Preparing the development environment", "file": "preparing-environment.md"},
{ "title": "Creating your ADF application using Yeoman", "file": "creating-the-app-using-yeoman.md"},
{ "title": "Adding a new component", "file": "new-component.md"},
{ "title": "Adding a new view", "file": "new-view.md"},
{ "title": "Using components", "file": "using-components.md"},
{ "title": "Customising the Login component", "file": "customising-login.md"},
{ "title": "Working with a DataTable", "file": "working-with-data-table.md"}
]
}