mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
[ADF-3792] Added title metadata to Markdown files (#4088)
This commit is contained in:
parent
5bfb9d7a2d
commit
0357adc641
@ -1,3 +1,7 @@
|
||||
---
|
||||
Title: Release notes v1.6.1
|
||||
---
|
||||
|
||||
# Alfresco Application Development Framework, version 1.6.1 Release Note
|
||||
|
||||
These release notes provide information for the **1.6.1 release** of Alfresco Application Development Framework.
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
Title: Release notes v1.7.0
|
||||
---
|
||||
|
||||
# Alfresco Application Development Framework, version 1.7.0 Release Note
|
||||
|
||||
These release notes provide information for the **1.7.0 release** of Alfresco Application Development Framework.
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
Title: Release notes v1.8.0
|
||||
---
|
||||
|
||||
# Alfresco Application Development Framework, version 1.8.0 Release Note
|
||||
|
||||
These release notes provide information for the **1.8.0 release** of Alfresco Application Development Framework.
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
Title: Release notes v1.9.0
|
||||
---
|
||||
|
||||
# Alfresco Application Development Framework, version 1.9.0 Release Note
|
||||
|
||||
These release notes provide information for the **1.9.0 release** of Alfresco Application Development Framework.
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
Title: Release notes v2.0.0
|
||||
---
|
||||
|
||||
# Alfresco Application Development Framework, version 2.0.0 Release Note
|
||||
|
||||
These release notes provide information for the **2.0.0 release** of the Alfresco Application Development Framework.
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
Title: Release notes v2.1.0
|
||||
---
|
||||
|
||||
# Alfresco Application Development Framework, version 2.1.0 Release Note
|
||||
|
||||
These release notes provide information for the **2.1.0 release** of the Alfresco Application Development Framework.
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
Title: Release notes v2.2.0
|
||||
---
|
||||
|
||||
# Alfresco Application Development Framework, version 2.2.0 Release Note
|
||||
|
||||
These release notes provide information for the **2.2.0 release** of the Alfresco Application Development Framework.
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
Title: Release notes v2.3.0
|
||||
---
|
||||
|
||||
# Alfresco Application Development Framework, version 2.3.0 Release Note
|
||||
|
||||
These release notes provide information for the **2.3.0 release** of the Alfresco Application
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
Title: Release notes v2.4.0
|
||||
---
|
||||
|
||||
# Alfresco Application Development Framework, version 2.4.0 Release Note
|
||||
|
||||
These release notes provide information about the **2.4.0 release** of the Alfresco Application Development Framework.
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
Title: Release notes v2.5.0
|
||||
---
|
||||
|
||||
# Alfresco Application Development Framework, version 2.5.0 Release Note
|
||||
|
||||
These release notes provide information about the **2.5.0 release**
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
Title: Release notes v2.6.0
|
||||
---
|
||||
|
||||
# Alfresco Application Development Framework, version 2.6.0 Release Note
|
||||
|
||||
These release notes provide information about the **2.6.0 release** of the Alfresco Application Development Framework.
|
||||
|
@ -1,4 +1,5 @@
|
||||
---
|
||||
Title: Basic theming
|
||||
Level: Beginner
|
||||
---
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
---
|
||||
Title: Content metadata component
|
||||
Level: Advanced
|
||||
---
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
---
|
||||
Title: Creating an Alfresco JavaScript app
|
||||
Level: Basic
|
||||
---
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
---
|
||||
Title: Creating an ADF app using Yeoman
|
||||
Level: Basic
|
||||
---
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
---
|
||||
Title: Creating your first ADF app
|
||||
Level: Basic
|
||||
---
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
---
|
||||
Title: Customizing the Login component
|
||||
Level: Intermediate
|
||||
---
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
---
|
||||
Title: Adding a new component
|
||||
Level: Basic
|
||||
---
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
---
|
||||
Title: Adding a new view
|
||||
Level: Beginner
|
||||
---
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
---
|
||||
Title: Preparing the development environment
|
||||
Level: Beginner
|
||||
---
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
---
|
||||
Title: Using ADF components
|
||||
Level: Basic
|
||||
---
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
---
|
||||
Title: Working with a DataTable
|
||||
Level: Intermediate
|
||||
---
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
---
|
||||
Title: Working with the Nodes API service
|
||||
Level: Intermediate
|
||||
---
|
||||
|
||||
# Working with the Nodes API Service
|
||||
|
||||
In this tutorial you will learn how to use the [`NodesApiService`](../core/nodes-api.service.md). We have developed some practical examples to show you how to interact with an instance of Alfresco Content Services without using the REST endpoints directly. With this approach the [`NodesApiService`](../core/nodes-api.service.md) is used as an abstraction layer, defined by one of the services in the ADF Core library.
|
||||
|
@ -1,3 +1,8 @@
|
||||
---
|
||||
Title: Working with nodes using the JS-API
|
||||
Level: Intermediate
|
||||
---
|
||||
|
||||
# Working with Nodes using the JS API
|
||||
|
||||
In this tutorial you will learn how to use the [`AlfrescoCoreRestApi`](https://github.com/Alfresco/alfresco-js-api/tree/master/src/alfresco-core-rest-api). We have developed some practical examples to show you how to interact with an instance of Alfresco Content Services without using the REST endpoints directly. With this approach the `AlfrescoCoreRestApi` is used as an abstraction layer, defining one of the core services of the [`alfresco-api-js`](https://github.com/Alfresco/alfresco-js-api) library.
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
Title: Angular Material Design
|
||||
---
|
||||
|
||||
# Angular Material Design
|
||||
|
||||
Google's
|
||||
|
@ -1,8 +1,9 @@
|
||||
---
|
||||
Title: Form extensibility and customization
|
||||
Added: v2.0.0
|
||||
---
|
||||
|
||||
# Form Extensibility and Customisation
|
||||
# Form Extensibility and Customization
|
||||
|
||||
_Note: it is assumed you are familiar with Alfresco Process Services (powered by Activiti) form definition structure._
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
---
|
||||
Title: Internationalization
|
||||
Added: v2.2.0
|
||||
---
|
||||
|
||||
|
@ -1,6 +1,8 @@
|
||||
---
|
||||
Title: Walkthrough - indicators to highlight node info
|
||||
Added: v2.0.0
|
||||
---
|
||||
|
||||
# Walkthrough: adding indicators to clearly highlight information about a node
|
||||
|
||||
Every node object in the document list holds metadata information.
|
||||
|
@ -1,6 +1,8 @@
|
||||
---
|
||||
Title: Theming an ADF app
|
||||
Added: v2.0.0
|
||||
---
|
||||
|
||||
# Theming an ADF app
|
||||
|
||||
The [Material Design](https://material.io/guidelines/material-design/introduction.html)
|
||||
|
@ -1,4 +1,5 @@
|
||||
---
|
||||
Title: Transclusion
|
||||
Added: v2.6.0
|
||||
---
|
||||
|
||||
|
@ -1,6 +1,8 @@
|
||||
---
|
||||
Title: Typography
|
||||
Added: v2.0.0
|
||||
---
|
||||
|
||||
# ADF Typography
|
||||
|
||||
## What is typography?
|
||||
|
Loading…
x
Reference in New Issue
Block a user