Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update to latest redoc #295

Merged
merged 2 commits into from
Jul 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions docs/modules-commvault.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ following identifiers:
* `cvPrimaryBackupStorage`: the space in GB used for primary copies
* `cvSecondaryBackupStorage`: the space in GB used for geo-replicated copies

## Example

An example Commvault product is available on our [demo marketplace].

[Commvault]: https://www.commvault.com/
[vcloud integration]: modules-vcloud.md
[syndicated]: syndication.md
[demo marketplace]: https://demo-mcp.cloudeng.it/170871/data/backupprotect
5 changes: 0 additions & 5 deletions docs/modules-google-workspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,7 @@ After the provisioning, the customer can access the Google Workspace dashboard
to finish configuring email delivery for their own domain and to create user
accounts.

## Example

An example Google Workspace product can be found on our [demo marketplace].

[Google Workspace]: https://workspace.google.com/
[gsuite_sku_id]: https://developers.google.com/admin-sdk/reseller/v1/how-tos/products#google-workspace
[gsuite_plan_name]: https://developers.google.com/admin-sdk/reseller/v1/how-tos/concepts#plans
[gsuite_renewal_type]: https://developers.google.com/admin-sdk/reseller/v1/how-tos/manage_subscriptions#update_a_subscriptions_renewal_settings
[demo marketplace]: https://demo-mcp.cloudeng.it/192422/workplace/google-workspace
6 changes: 0 additions & 6 deletions docs/modules-kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,3 @@ file that can be directly used with `kubectl`.

All the necessary fine tuning of the cluster can happen on the native Cloud
Provider interfaces or API after the initial creation.

## Example

Check [Private K8s
Cluster](https://demo-mcp.cloudeng.it/228128/compute/private-k8s-cluster) on the
demo marketplace.
5 changes: 0 additions & 5 deletions docs/modules-okd.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,3 @@ allocate too many resources beyond their limits.
In *pay-as-you-go* plans, customer is billed at the end of the billing period by
using the automatically gathered metrics for each of the billed resources (vCPU
cores, GB of memory, GB of disk space).

## Example product

An example OKD product is available on our [demo
marketplace](https://demo-mcp.cloudeng.it/37618/devops/container-app-platform).
5 changes: 0 additions & 5 deletions docs/modules-openstack.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,3 @@ resources.
In *pay-as-you-go* plans, customer is billed at the end of the billing period
by using the automatically gathered metrics for each of the billed resources
(CPU cores, GB of memory, GB of disk space, IP addresses).

## Example

An example OpenStack VDC product is available on our [demo
marketplace](https://demo-mcp.cloudeng.it/161743/compute/virtual-data-center-openstack).
6 changes: 0 additions & 6 deletions docs/modules-vcav.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,4 @@ following identifiers:
network by the replication jobs, `counter` type with `Increase value over
time` function

## Example

An example VMware vCloud Availability product is available on our [demo
marketplace].

[Syndicated]: syndication.md
[demo marketplace]: https://demo-mcp.cloudeng.it/192805/data/availability-protect
5 changes: 0 additions & 5 deletions docs/modules-vcloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,3 @@ In *pay-as-you-go* plans, customer is billed at the end of the billing period by
using the automatically gathered metrics for each of the billed resources (CPU
cores, GB of memory, GB of disk space). IP address needs to be bought as a
prepaid extra resources to be available inside the VDC network.

## Example

An example VMWare vCloud VDC product is available on our [demo
marketplace](https://demo-mcp.cloudeng.it/161973/compute/virtual-data-center-vmware).
5 changes: 0 additions & 5 deletions docs/vm.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ of Bare VM inside a shared tenant managed by the platform owner.
Now this feature has been deprecated in favor of the more secure and flexible
tenants approach described before.

### Example

An example Bare VM product is available on the [demo marketplace].

[demo marketplace]: https://demo-mcp.cloudeng.it/223918/compute/private-bare-vm
[Public Cloud tenant]: modules-public-tenants.md
[VCloud]: modules-vcloud.md
[Openstack]: modules-openstack.md
18 changes: 14 additions & 4 deletions website/static/redoc/admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@
<head>
<title>Cloudesire Admin API</title>
<!-- needed for adaptive design -->
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:300,400,700"
rel="stylesheet"
/>

<!--
ReDoc doesn't change outer page styles
Expand All @@ -17,7 +21,13 @@
</style>
</head>
<body>
<redoc suppress-warnings='true' spec-url='https://backend-prod-eng.cloudesire.com/api/v2/api-docs?group=admin'></redoc>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/bundles/redoc.standalone.js"> </script>
<redoc
expand-responses='200'
only-required-in-samples='true'
required-props-first='true'
sort-tags-alphabetically='true'
spec-url='https://backend-prod-eng.cloudesire.com/api/v2/api-docs?group=admin'
/>
<script src="https://cdn.redoc.ly/redoc/latest/bundles/redoc.standalone.js"></script>
</body>
</html>
18 changes: 14 additions & 4 deletions website/static/redoc/billing.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@
<head>
<title>Cloudesire Billing API</title>
<!-- needed for adaptive design -->
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:300,400,700"
rel="stylesheet"
/>

<!--
ReDoc doesn't change outer page styles
Expand All @@ -17,7 +21,13 @@
</style>
</head>
<body>
<redoc suppress-warnings='true' spec-url='https://backend-prod-eng.cloudesire.com/api/v2/api-docs?group=billing'></redoc>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/bundles/redoc.standalone.js"> </script>
<redoc
expand-responses='200'
only-required-in-samples='true'
required-props-first='true'
sort-tags-alphabetically='true'
spec-url='https://backend-prod-eng.cloudesire.com/api/v2/api-docs?group=billing'
/>
<script src="https://cdn.redoc.ly/redoc/latest/bundles/redoc.standalone.js"></script>
</body>
</html>
18 changes: 14 additions & 4 deletions website/static/redoc/catalog.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@
<head>
<title>Cloudesire Catalog API</title>
<!-- needed for adaptive design -->
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:300,400,700"
rel="stylesheet"
/>

<!--
ReDoc doesn't change outer page styles
Expand All @@ -17,7 +21,13 @@
</style>
</head>
<body>
<redoc suppress-warnings='true' spec-url='https://backend-prod-eng.cloudesire.com/api/v2/api-docs?group=catalog'></redoc>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/bundles/redoc.standalone.js"> </script>
<redoc
expand-responses='200'
only-required-in-samples='true'
required-props-first='true'
sort-tags-alphabetically='true'
spec-url='https://backend-prod-eng.cloudesire.com/api/v2/api-docs?group=catalog'
/>
<script src="https://cdn.redoc.ly/redoc/latest/bundles/redoc.standalone.js"></script>
</body>
</html>
18 changes: 14 additions & 4 deletions website/static/redoc/channel.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@
<head>
<title>Cloudesire Channel API</title>
<!-- needed for adaptive design -->
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:300,400,700"
rel="stylesheet"
/>

<!--
ReDoc doesn't change outer page styles
Expand All @@ -17,7 +21,13 @@
</style>
</head>
<body>
<redoc suppress-warnings='true' spec-url='https://backend-prod-eng.cloudesire.com/api/v2/api-docs?group=channel'></redoc>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/bundles/redoc.standalone.js"> </script>
<redoc
expand-responses='200'
only-required-in-samples='true'
required-props-first='true'
sort-tags-alphabetically='true'
spec-url='https://backend-prod-eng.cloudesire.com/api/v2/api-docs?group=channel'
/>
<script src="https://cdn.redoc.ly/redoc/latest/bundles/redoc.standalone.js"></script>
</body>
</html>
18 changes: 14 additions & 4 deletions website/static/redoc/cloud-apps.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@
<head>
<title>Cloudesire Cloud Apps API</title>
<!-- needed for adaptive design -->
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:300,400,700"
rel="stylesheet"
/>

<!--
ReDoc doesn't change outer page styles
Expand All @@ -17,7 +21,13 @@
</style>
</head>
<body>
<redoc suppress-warnings='true' spec-url='https://backend-prod-eng.cloudesire.com/api/v2/api-docs?group=cloudApps'></redoc>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/bundles/redoc.standalone.js"> </script>
<redoc
expand-responses='200'
only-required-in-samples='true'
required-props-first='true'
sort-tags-alphabetically='true'
spec-url='https://backend-prod-eng.cloudesire.com/api/v2/api-docs?group=cloudApps'
/>
<script src="https://cdn.redoc.ly/redoc/latest/bundles/redoc.standalone.js"></script>
</body>
</html>
18 changes: 14 additions & 4 deletions website/static/redoc/cloud-providers.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@
<head>
<title>Cloudesire Cloud Providers API</title>
<!-- needed for adaptive design -->
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:300,400,700"
rel="stylesheet"
/>

<!--
ReDoc doesn't change outer page styles
Expand All @@ -17,7 +21,13 @@
</style>
</head>
<body>
<redoc suppress-warnings='true' spec-url='https://backend-prod-eng.cloudesire.com/api/v2/api-docs?group=cloudProviders'></redoc>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/bundles/redoc.standalone.js"> </script>
<redoc
expand-responses='200'
only-required-in-samples='true'
required-props-first='true'
sort-tags-alphabetically='true'
spec-url='https://backend-prod-eng.cloudesire.com/api/v2/api-docs?group=cloudProviders'
/>
<script src="https://cdn.redoc.ly/redoc/latest/bundles/redoc.standalone.js"></script>
</body>
</html>
18 changes: 14 additions & 4 deletions website/static/redoc/environment.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@
<head>
<title>Cloudesire Environment API</title>
<!-- needed for adaptive design -->
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:300,400,700"
rel="stylesheet"
/>

<!--
ReDoc doesn't change outer page styles
Expand All @@ -17,7 +21,13 @@
</style>
</head>
<body>
<redoc suppress-warnings='true' expand-responses='200' hide-loading='true' spec-url='https://backend-prod-eng.cloudesire.com/api/v2/api-docs?group=environment'></redoc>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/bundles/redoc.standalone.js"> </script>
<redoc
expand-responses='200'
only-required-in-samples='true'
required-props-first='true'
hide-loading='true'
spec-url='https://backend-prod-eng.cloudesire.com/api/v2/api-docs?group=environment'
/>
<script src="https://cdn.redoc.ly/redoc/latest/bundles/redoc.standalone.js"></script>
</body>
</html>
18 changes: 14 additions & 4 deletions website/static/redoc/users.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@
<head>
<title>Cloudesire Users API</title>
<!-- needed for adaptive design -->
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:300,400,700"
rel="stylesheet"
/>

<!--
ReDoc doesn't change outer page styles
Expand All @@ -17,7 +21,13 @@
</style>
</head>
<body>
<redoc suppress-warnings='true' spec-url='https://backend-prod-eng.cloudesire.com/api/v2/api-docs?group=users'></redoc>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/bundles/redoc.standalone.js"> </script>
<redoc
expand-responses='200'
only-required-in-samples='true'
required-props-first='true'
sort-tags-alphabetically='true'
spec-url='https://backend-prod-eng.cloudesire.com/api/v2/api-docs?group=users'
/>
<script src="https://cdn.redoc.ly/redoc/latest/bundles/redoc.standalone.js"></script>
</body>
</html>