From 1e18ab0f4f333048232545332df46ed53bf5d4cd Mon Sep 17 00:00:00 2001 From: Taranveer Virk Date: Tue, 6 Mar 2018 21:37:18 -0500 Subject: [PATCH] docs: delete calling other apis page --- _data/sidebars/lb4_sidebar.yml | 4 ---- _data/sidebars/pt-br_lb4_sidebar.yml | 4 ---- .../lb4/Calling-other-APIs-and-Web-Services.md | 17 ----------------- 3 files changed, 25 deletions(-) delete mode 100644 pages/en/lb4/Calling-other-APIs-and-Web-Services.md diff --git a/_data/sidebars/lb4_sidebar.yml b/_data/sidebars/lb4_sidebar.yml index 9f463b32d..d279f6681 100644 --- a/_data/sidebars/lb4_sidebar.yml +++ b/_data/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' diff --git a/_data/sidebars/pt-br_lb4_sidebar.yml b/_data/sidebars/pt-br_lb4_sidebar.yml index 42f2a9bb6..8f62f0d4d 100644 --- a/_data/sidebars/pt-br_lb4_sidebar.yml +++ b/_data/sidebars/pt-br_lb4_sidebar.yml @@ -79,10 +79,6 @@ children: url: /doc/pt-br/lb4/Using-components.html output: 'web, pdf' -- title: 'Calling other APIs' - url: /doc/pt-br/lb4/Calling-other-APIs-and-web-services.html - output: 'web, pdf' - - title: 'Testing your application' url: /doc/pt-br/lb4/Testing-your-application.html output: 'web, pdf' diff --git a/pages/en/lb4/Calling-other-APIs-and-Web-Services.md b/pages/en/lb4/Calling-other-APIs-and-Web-Services.md deleted file mode 100644 index 1d3f7a506..000000000 --- a/pages/en/lb4/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 %}