Skip to content

Commit d71875d

Browse files
authored
Merge pull request #124 from sellisd/patch-1
The servers page was missing a link to the next page (security)
2 parents 9b4a052 + dca2ae0 commit d71875d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM bretfisher/jekyll-serve
33
WORKDIR /site
44

55
# install dependencies
6-
COPY Gemfile Gemfile.lock .
6+
COPY Gemfile Gemfile.lock ./
77
RUN bundle install
88

99
# install the site

specification/servers.md

+2
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,5 @@ This page has shown that:
112112
- Server lists can be provided through the `servers` array.
113113
- This array is present at different levels ([OpenAPI Object](https://spec.openapis.org/oas/v3.1.0#oasServers), [Path Item Object](https://spec.openapis.org/oas/v3.1.0#pathItemServers) and [Operation Object](https://spec.openapis.org/oas/v3.1.0#operationServers)) and only the innermost one is used.
114114
- Server URLs can contain `variables` for further customization like `https://{username}.server.com:{port}/{version}`
115+
116+
The [next page](security) shows how to describe API security.

0 commit comments

Comments
 (0)