Skip to content

Commit

Permalink
Merge pull request #178 from anvithks/feature/jerba-api-spec
Browse files Browse the repository at this point in the history
Added the API spec for Jerba release of SODA.
  • Loading branch information
skdwriting authored Jun 30, 2021
2 parents 650dfa8 + 9a1f9f0 commit 5f66bec
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/api-specs/isabela/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
title: Isabela Release API Specification
menuTitle: Isabela (v1.3.0)
description: "API Specification for the Isabela release (v1.3.0) of various SODA Projects"
weight: 5
weight: 15
disableToc: false
---

This section provides API specification for the Isabela Release of various SODA Projects.


{{%children style="h3" description="true" %}}
{{%children style="h3" description="true" %}}
12 changes: 12 additions & 0 deletions content/api-specs/jerba/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Jerba Release API Specification
menuTitle: Jerba (v1.4.0)
description: "API Specification for the Jerba release (v1.4.0) of various SODA Projects"
weight: 5
disableToc: false
---

This section provides API specification for the Jerba Release of various SODA Projects.


{{%children style="h3" description="true" %}}
12 changes: 12 additions & 0 deletions content/api-specs/jerba/soda-api.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: SODA API Project API Spec
menuTitle: API
description: "Check out the API spec for the Jerba Release and try out the APIs without having to install the system."
weight: 1
disableToc: false
---
### Release v1.4.0

{{< swagger-spec id="api" url="https://raw.githubusercontent.com/sodafoundation/api/v1.1.0/openapi-spec/swagger.yaml" >}}


10 changes: 10 additions & 0 deletions content/api-specs/jerba/soda-delfin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: SODA Delfin Project API Spec
menuTitle: Delfin
description: "Check out the API spec for the Jerba Release and try out the APIs without having to install the system."
weight: 3
disableToc: false
---
### Release v1.3.0

{{< swagger-spec id="delfin" url="https://raw.githubusercontent.com/sodafoundation/delfin/v1.3.0/openapi-spec/swagger.yaml" >}}
10 changes: 10 additions & 0 deletions content/api-specs/jerba/soda-multicloud.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: SODA Multicloud Project API Spec
menuTitle: Multicloud
description: "Check out the API spec for the Jerba Release and try out the APIs without having to install the system."
weight: 2
disableToc: false
---
### Release v1.4.0

{{< swagger-spec id="multicloud" url="https://raw.githubusercontent.com/sodafoundation/multi-cloud/v1.4.0/openapi-spec/swagger.yaml" >}}

0 comments on commit 5f66bec

Please sign in to comment.