From 820763ba0e26f4f8e28632449573de509f25e336 Mon Sep 17 00:00:00 2001 From: Andy Stark <30621568+therealandeeee@users.noreply.github.com> Date: Wed, 29 Nov 2017 10:43:01 +0000 Subject: [PATCH] [ADF-2048] Removed form stencils page from User Guide (#2751) --- docs/README.md | 5 ++--- docs/summary.json | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/README.md b/docs/README.md index 27ac2b4082..37776d8f24 100644 --- a/docs/README.md +++ b/docs/README.md @@ -17,7 +17,6 @@ to the appropriate source file. - [Form Extensibility and Customisation](extensibility.md) -- [Form Stencils](stencils.md) - [Angular Material Design](angular-material-design.md) - [Theming](theming.md) - [Typography](typography.md) @@ -119,9 +118,7 @@ for more information about installing and using the source code. - [People content service](people-content.service.md) - [People process service](people-process.service.md) - [Renditions service](renditions.service.md) -- [Search api service](search-api.service.md) - [Shared links api service](shared-links-api.service.md) -- [Sites api service](sites.service.md) - [Storage service](storage.service.md) - [Thumbnail service](thumbnail.service.md) - [Translation service](translation.service.md) @@ -129,6 +126,7 @@ for more information about installing and using the source code. - [User preferences service](user-preferences.service.md) - [Bpm user service](bpm-user.service.md) - [Ecm user service](ecm-user.service.md) +- [*Sites service](../lib/core/services/sites.service.ts) ### Widgets @@ -247,6 +245,7 @@ for more information about installing and using the source code. - [Process service](process.service.md) - [Task filter service](task-filter.service.md) - [Tasklist service](tasklist.service.md) +- [*Task upload service](../lib/process-services/task-list/services/task-upload.service.ts) [(Back to Contents)](#contents) diff --git a/docs/summary.json b/docs/summary.json index f67a3e5412..ba164f88fd 100644 --- a/docs/summary.json +++ b/docs/summary.json @@ -1,6 +1,5 @@ [ { "title": "Form Extensibility and Customisation", "file": "extensibility.md" }, - { "title": "Form Stencils", "file": "stencils.md" }, { "title": "Angular Material Design", "file": "angular-material-design.md" }, { "title": "Theming", "file": "theming.md" }, { "title": "Typography", "file": "typography.md" },