From 992fb77cc137cdb183d4bd2f6b2e754dfa6e3853 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Tue, 23 Jun 2020 09:40:15 +0200 Subject: [PATCH] docs: add "Common tasks" to "Server.md" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a section with links to How-to guides related to Servers, to make it easier to find the content we are extracting from Servers page to elsewhere. Signed-off-by: Miroslav Bajtoš --- docs/site/Server.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/site/Server.md b/docs/site/Server.md index 07c0dd486f8a..199ba6329504 100644 --- a/docs/site/Server.md +++ b/docs/site/Server.md @@ -17,6 +17,11 @@ for requests on a specific port, handle them, and return appropriate responses. A single application can have multiple server instances listening on different ports and working with different protocols. +## Common tasks + +- [Enable HTTPS](./guides/deployment/enabling-https.md) +- [Customize how OpenAPI spec is served](./guides/rest/customize-openapi.md) + ## Usage LoopBack 4 offers the