Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit 51240cf

Browse files
authored
Merge branch 'main' into docs/private-plugins-updates
2 parents a16fcb2 + 2a8cd8b commit 51240cf

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

docs/how-to/deploy.md

-6
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,3 @@ For those looking to leverage the power of Kubernetes orchestration, Amplication
5151
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.
5252

5353
[Learn more about deploying to AWS ECS](/deploy/aws/ecs)
54-
55-
## Request New Deployment Guides
56-
57-
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!
58-
59-
[Contact us with your deployment guide requests](https://meetings-eu1.hubspot.com/paz-yanover/product-overview-vp-product)

docusaurus.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ module.exports = {
8080
className: "start-now-button",
8181
},
8282
{
83-
href: "https://meetings-eu1.hubspot.com/muly/talk-tech-vp-engineering",
83+
href: "https://meetings-eu1.hubspot.com/yuval-hazaz",
8484
html: "Contact Us",
8585
position: "right",
8686
},

src/css/custom.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -288,14 +288,14 @@ article > header {
288288
.markdown h1:first-child {
289289
font-size: 32px;
290290
font-weight: 600;
291-
line-height: 1.25rem;
291+
line-height: 1.25;
292292
margin-top: 1rem;
293293
}
294294

295295
.markdown > h2 {
296296
font-size: 18px;
297297
font-weight: 600;
298-
line-height: 1.25rem;
298+
line-height: 1.25;
299299
}
300300

301301
.markdown > pre,

0 commit comments

Comments
 (0)