Skip to content

Commit

Permalink
Merge branch 'main' into docs/private-plugins-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
yuval-hazaz authored Dec 13, 2024
2 parents a16fcb2 + 2a8cd8b commit 51240cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
6 changes: 0 additions & 6 deletions docs/how-to/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,3 @@ For those looking to leverage the power of Kubernetes orchestration, Amplication
Amplication has plugins that enable deployment to Amazon Web Services using Elastic Container Service (ECS). This option allows you to leverage AWS's managed container orchestration service for deploying, managing, and scaling your containerized applications.

[Learn more about deploying to AWS ECS](/deploy/aws/ecs)

## Request New Deployment Guides

We're always looking to expand our deployment options to meet the needs of our users. Is there a specific deployment target or cloud provider you'd like to see covered in our documentation? We'd love to hear from you!

[Contact us with your deployment guide requests](https://meetings-eu1.hubspot.com/paz-yanover/product-overview-vp-product)
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ module.exports = {
className: "start-now-button",
},
{
href: "https://meetings-eu1.hubspot.com/muly/talk-tech-vp-engineering",
href: "https://meetings-eu1.hubspot.com/yuval-hazaz",
html: "Contact Us",
position: "right",
},
Expand Down
4 changes: 2 additions & 2 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -288,14 +288,14 @@ article > header {
.markdown h1:first-child {
font-size: 32px;
font-weight: 600;
line-height: 1.25rem;
line-height: 1.25;
margin-top: 1rem;
}

.markdown > h2 {
font-size: 18px;
font-weight: 600;
line-height: 1.25rem;
line-height: 1.25;
}

.markdown > pre,
Expand Down

0 comments on commit 51240cf

Please sign in to comment.