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'