mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
* [ADF-2679] Updated tutorial index script and added the first few tutorials * [ADF-2679] Minor fixes to README and index script
16 lines
824 B
JSON
16 lines
824 B
JSON
[
|
|
{ "title": "Angular Material Design", "file": "angular-material-design.md" },
|
|
{ "title": "Form Extensibility and Customisation", "file": "extensibility.md" },
|
|
{ "title": "Internationalization in ADF", "file": "internationalization.md" },
|
|
{ "title": "Theming", "file": "theming.md" },
|
|
{ "title": "Typography", "file": "typography.md" },
|
|
{ "title": "Walkthrough - adding indicators to highlight information about a node", "file": "metadata-indicators.md" },
|
|
{ "title": "Tutorials", "file": "tutorialIndex.md",
|
|
"children": [
|
|
{ "title": "Preparing the development environment", "file": "preparing-environment.md"},
|
|
{ "title": "Adding a new component", "file": "new-component.md"},
|
|
{ "title": "Adding a new view", "file": "new-view.md"}
|
|
]
|
|
}
|
|
]
|