-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
git config --global user.name 'Safe Sky Release Automation' | ||
git config --global user.email '[email protected]' | ||
curl -LO https://atlas.safe-sky.net/v1/openapi.json | ||
curl -LO https://app.safe-sky.net/v1/openapi.json | ||
npm i -g @redocly/cli@latest | ||
redocly build-docs openapi.json -o docs/index.html | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# Atlas API | ||
# Public API | ||
|
||
This repo contains the API specifications for the Safe Sky Atlas API. | ||
This repo contains the API specifications for the public API provided by | ||
Safe Sky Industries. | ||
|
||
A rendered version of this API specification can be viewed at | ||
https://safe-sky.github.io/atlas-api/ |