Skip to content

Commit

Permalink
docs: add "Common tasks" to "Server.md"
Browse files Browse the repository at this point in the history
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š <[email protected]>
  • Loading branch information
bajtos committed Jun 23, 2020
1 parent b7af48e commit 992fb77
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/site/Server.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 992fb77

Please sign in to comment.