From d714cee5ae2b6b0bf1330cbd04b9858612d58653 Mon Sep 17 00:00:00 2001 From: Taranveer Virk Date: Thu, 22 Mar 2018 19:38:20 -0400 Subject: [PATCH] docs: remove calling other apis page --- .../site/Calling-other-APIs-and-Web-Services.md | 17 ----------------- docs/site/sidebars/lb4_sidebar.yml | 4 ---- 2 files changed, 21 deletions(-) delete mode 100644 docs/site/Calling-other-APIs-and-Web-Services.md diff --git a/docs/site/Calling-other-APIs-and-Web-Services.md b/docs/site/Calling-other-APIs-and-Web-Services.md deleted file mode 100644 index 1d3f7a506eb4..000000000000 --- a/docs/site/Calling-other-APIs-and-Web-Services.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -lang: en -title: 'Calling other APIs and web services' -keywords: LoopBack 4.0, LoopBack 4 -tags: -sidebar: lb4_sidebar -permalink: /doc/en/lb4/Calling-other-APIs-and-web-services.html -summary: ---- -Your API implementation often needs to interact with REST APIs, SOAP Web Services or other forms of APIs. - -How to: -- Set up a Service -- Use services with controllers -- Reuse models between services and controllers - -{% include content/tbd.html %} diff --git a/docs/site/sidebars/lb4_sidebar.yml b/docs/site/sidebars/lb4_sidebar.yml index 0fb103d4d732..d83cfa00b5ae 100644 --- a/docs/site/sidebars/lb4_sidebar.yml +++ b/docs/site/sidebars/lb4_sidebar.yml @@ -73,10 +73,6 @@ children: url: Using-components.html output: 'web, pdf' -- title: 'Calling other APIs' - url: Calling-other-APIs-and-web-services.html - output: 'web, pdf' - - title: 'Testing your application' url: Testing-your-application.html output: 'web, pdf'