From 5bfb9d7a2d23e8541a49a78101f8b6aa587ad74e Mon Sep 17 00:00:00 2001 From: Andy Stark <30621568+therealandeeee@users.noreply.github.com> Date: Wed, 19 Dec 2018 11:09:43 +0000 Subject: [PATCH] [ADF-3852] Added YAML index for Builder Network (#4089) --- docs/abn-tree.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 docs/abn-tree.yml diff --git a/docs/abn-tree.yml b/docs/abn-tree.yml new file mode 100644 index 0000000000..fbd317dedf --- /dev/null +++ b/docs/abn-tree.yml @@ -0,0 +1,23 @@ +- tutorials: + title: Tutorials + - creating-your-first-adf-application.md: 'Creating your first ADF application' + - creating-the-app-using-yeoman.md: 'Creating your ADF application using Yeoman' + - creating-javascript-app-using-alfresco-js-api.md: 'Creating your JavaScript application using alfresco-js-api' + - new-component.md: 'Adding a new component' + - new-view.md: 'Adding a new view' + - using-components.md: 'Using components' + - basic-theming.md: 'Basic theming' + - customising-login.md: 'Customising the Login component' + - working-with-data-table.md: 'Working with a DataTable' + - working-with-nodes-api-service.md: 'Working with the Nodes API Service' + - working-with-nodes-js-api.md: 'Working with nodes using the JS-API' + - content-metadata-component.md: 'Content metadata component' +- user-guide: 'User guide' +- core: 'Core API' +- content-services: 'Content Services API' +- process-services: 'Process Services API' +- process-services-cloud: 'Process Services Cloud API' +- extensions: 'Extensions API' +- insights: 'Insights API' +- versionIndex.md: 'Version index' +- release-notes: 'Release notes'