Skip to content

Commit

Permalink
Update deploy in AWS buttons description
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloFuente committed Jun 27, 2024
1 parent b38ae4b commit 48eb560
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/docs/installation/elastic/install/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This section contains the instructions to deploy a production-ready OpenVidu Ela
First of all, import the template in the AWS CloudFormation console. You can click the following button...

<div class="center-align" markdown>
[AWS CloudFormation console](https://console.aws.amazon.com/cloudformation/home?#/stacks/new?stackName=OpenViduElastic&templateURL=https://s3.eu-west-1.amazonaws.com/get.openvidu.io/pro/elastic/latest/aws/cf-openvidu-elastic.yaml){.md-button target="_blank"}
[Deploy OpenVidu Elastic in :fontawesome-brands-aws:{style="font-size:32px; margin-left: 7px"}](https://console.aws.amazon.com/cloudformation/home?#/stacks/new?stackName=OpenViduElastic&templateURL=https://s3.eu-west-1.amazonaws.com/get.openvidu.io/pro/elastic/latest/aws/cf-openvidu-elastic.yaml){.md-button .deploy-button target="_blank"}
</div>

...or access your [AWS CloudFormation console](https://console.aws.amazon.com/cloudformation/home?#/stacks/new){:target=_blank} and manually set this S3 URL in the `Specify template` section:
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/installation/ha/install/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This section contains the instructions to deploy a production-ready OpenVidu Hig
First of all, import the template in the AWS CloudFormation console. You can click the following button...

<div class="center-align" markdown>
[AWS CloudFormation console](https://console.aws.amazon.com/cloudformation/home?#/stacks/new?stackName=OpenViduHA&templateURL=https://s3.eu-west-1.amazonaws.com/get.openvidu.io/pro/ha/latest/aws/cf-openvidu-ha.yaml){.md-button target="_blank"}
[Deploy OpenVidu High Availability in :fontawesome-brands-aws:{style="font-size:32px; margin-left: 7px"}](https://console.aws.amazon.com/cloudformation/home?#/stacks/new?stackName=OpenViduHA&templateURL=https://s3.eu-west-1.amazonaws.com/get.openvidu.io/pro/ha/latest/aws/cf-openvidu-ha.yaml){.md-button .deploy-button target="_blank"}
</div>

...or access your [AWS CloudFormation console](https://console.aws.amazon.com/cloudformation/home?#/stacks/new){:target=_blank} and manually set this S3 URL in the `Specify template` section:
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/installation/single-node/install/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This section contains the instructions to deploy a production-ready OpenVidu Sin
First of all, import the template in the AWS CloudFormation console. You can click the following button...

<div class="center-align" markdown>
[AWS CloudFormation console](https://console.aws.amazon.com/cloudformation/home?#/stacks/new?stackName=OpenViduSingleNode&templateURL=https://s3.eu-west-1.amazonaws.com/get.openvidu.io/community/singlenode/latest/aws/cf-openvidu-singlenode.yaml){.md-button target="_blank"}
[Deploy OpenVidu Single Node in :fontawesome-brands-aws:{style="font-size:32px; margin-left: 7px"}](https://console.aws.amazon.com/cloudformation/home?#/stacks/new?stackName=OpenViduSingleNode&templateURL=https://s3.eu-west-1.amazonaws.com/get.openvidu.io/community/singlenode/latest/aws/cf-openvidu-singlenode.yaml){.md-button .deploy-button target="_blank"}
</div>

...or access your [AWS CloudFormation console](https://console.aws.amazon.com/cloudformation/home?#/stacks/new){:target=_blank} and manually set this S3 URL in the `Specify template` section:
Expand Down
22 changes: 15 additions & 7 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -582,11 +582,11 @@ a#account-btn .user-name {
right: 0;
border-top: 2px solid;
border-color: inherit;
-webkit-transform:rotate(-5deg);
-moz-transform:rotate(-5deg);
-ms-transform:rotate(-5deg);
-o-transform:rotate(-5deg);
transform:rotate(-5deg);
-webkit-transform: rotate(-5deg);
-moz-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
-o-transform: rotate(-5deg);
transform: rotate(-5deg);
}

.md-banner {
Expand Down Expand Up @@ -669,9 +669,17 @@ div[data-md-component="outdated"] aside {
}

.md-tooltip2 {
font-family: system-ui, Roboto, 'Open Sans', 'Helvetica Neue', sans-serif !important;
font-family: system-ui, Roboto, "Open Sans", "Helvetica Neue", sans-serif !important;
}

.inner-table th {
font-weight: inherit !important;
}
}

.deploy-button {
display: flex !important;
align-items: center;
justify-content: center;
max-width: fit-content;
margin: auto;
}

0 comments on commit 48eb560

Please sign in to comment.