Added the tutorial 'Basic theming'. (#3378)

This commit is contained in:
Francesco Corti
2018-05-23 13:43:14 +02:00
committed by Eugenio Romano
parent 86ec482843
commit 5c97fd99de
4 changed files with 89 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
{ "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": "Basic theming", "file": "basic-theming.md"},
{ "title": "Customising the Login component", "file": "customising-login.md"},
{ "title": "Working with a DataTable", "file": "working-with-data-table.md"},
{ "title": "Working with the Nodes API Service", "file": "working-with-nodes-api-service.md"},