From b2cd788ada9ea9683540c8afbbb471996957f358 Mon Sep 17 00:00:00 2001 From: Andy Stark <30621568+therealandeeee@users.noreply.github.com> Date: Wed, 23 Jan 2019 07:48:46 +0000 Subject: [PATCH] [ADF-2157] Added YAML index file for ABN (#903) --- docs/abn-tree.yml | 44 ++++++++++++++++++++++++++++++++++++++++++++ docs/help.md | 2 +- 2 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 docs/abn-tree.yml diff --git a/docs/abn-tree.yml b/docs/abn-tree.yml new file mode 100644 index 000000000..c05b84b58 --- /dev/null +++ b/docs/abn-tree.yml @@ -0,0 +1,44 @@ +- features: + title: App features + children: + - user-interface-layout.md: User interface layout + - header.md: Header + - side-navigation.md: Side navigation + - document-list-layout.md: Document List Layout + - file-viewer.md: File Viewer + - info-drawer.md: Info Drawer + - version-manager.md: Version Manager + - search-results.md: Search results +- getting-started: + title: Getting started + children: + - prerequisites.md: Prerequisites + - building-from-source.md: Building from source + - internationalization.md: Internationalization + - cors.md: CORS + - configuration.md: Configuration + - navigation.md: Navigation + - docker.md: Docker +- extending: + title: extending + children: + - extensibility-features.md: Extensibility features + - extension-format.md: Extension format + - routes.md: Routes + - components.md: Components + - actions.md: Actions + - application-actions.md: Application actions + - rules.md: Rules + - application-features.md: Application features + - icons.md: Custom icons + - registration.md: Registration + - creating-custom-evaluators.md: Creating custom evaluators + - tutorials.md: Tutorials + - redistributable-libraries.md: Redistributable libraries +- tutorials: + title: Tutorials + children: + - introduction-to-extending.md: Introduction to extending ACA + - custom-route-with-parameters.md: Custom route with parameters + - dialog-actions.md: Dialog actions +- help.md: 'Get help' diff --git a/docs/help.md b/docs/help.md index 926f1aeba..5458d282a 100644 --- a/docs/help.md +++ b/docs/help.md @@ -1,5 +1,5 @@ --- -title: Get Help +Title: Get Help --- # Where to get help