-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #242 from grycap/dev-gmolto
Documentation revamp
- Loading branch information
Showing
47 changed files
with
615 additions
and
455 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
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,8 +1,7 @@ | ||
# OpenAPI Specification | ||
# OSCAR API | ||
|
||
OSCAR exposes a secure REST API available at the Kubernetes master's node IP | ||
through an ingress. This API has been described following the | ||
[OpenAPI Specification](https://www.openapis.org/) and it can be | ||
consulted below. | ||
through an Ingress Controller. This API has been described following the | ||
[OpenAPI Specification](https://www.openapis.org/) and it is available below. | ||
|
||
!!swagger api.yaml!! |
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
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
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
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
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Documentation development | ||
|
||
OSCAR uses [MKDocs](https://www.mkdocs.org) for the documentation. In particular, [Material for MKDocs](https://squidfunk.github.io/mkdocs-material/). | ||
|
||
Install the following dependencies: | ||
|
||
```sh | ||
pip install mkdocs mkdocs-material mkdocs-render-swagger-plugin | ||
``` | ||
|
||
The from the main folder `oscar` run: | ||
|
||
```sh | ||
mkdocs serve | ||
``` | ||
|
||
The documentation will be available in [http://127.0.0.1:8000](http://127.0.0.1:8000) |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.