Enhance deployment section with HTML formatting

Updated the deployment section to include HTML formatting for cloud marketplaces and added placeholders for AWS and Azure.
This commit is contained in:
Lalit Deore
2026-01-08 14:47:26 +05:30
committed by GitHub
parent f2b3612cf8
commit a52511a2cb
+39 -8
View File
@@ -15,17 +15,48 @@ This document outlines an introduction environment which is **not** scalable. [R
## Deployment ## Deployment
Shuffle can be deployed using the following cloud marketplaces: **Shuffle can be deployed using the following cloud marketplaces:**
- **Google Cloud Platform (GCP)** <ul>
Deploy directly from the GCP Marketplace: <li style="display: flex; align-items: center;">
👉 [https://console.cloud.google.com/marketplace/product/shuffle-public/shuffle](https://console.cloud.google.com/marketplace/product/shuffle-public/shuffle) <a
href="https://console.cloud.google.com/marketplace/product/shuffle-public/shuffle"
target="_blank"
style="text-decoration: none; display: flex; align-items: center; gap: 8px;"
>
<img
src="https://upload.wikimedia.org/wikipedia/commons/5/51/Google_Cloud_logo.svg"
height="20"
alt="Google Cloud Platform"
/>
</a>
</li>
- **Amazon Web Services (AWS)** <li style="display: flex; align-items: center; gap: 8px;">
_Coming soon_ <img
src="https://upload.wikimedia.org/wikipedia/commons/9/93/Amazon_Web_Services_Logo.svg"
height="20"
alt="Amazon Web Services"
style="opacity: 0.4;"
/>
<span style="color: #6a737d; font-size: 12px;">
Coming soon
</span>
</li>
<li style="display: flex; align-items: center; gap: 8px;">
<img
src="https://upload.wikimedia.org/wikipedia/commons/a/a8/Microsoft_Azure_Logo.svg"
height="20"
alt="Microsoft Azure"
style="opacity: 0.4;"
/>
<span style="color: #6a737d; font-size: 12px;">
Coming soon
</span>
</li>
</ul>
- **Microsoft Azure**
_Coming soon_
# Docker - *nix # Docker - *nix
The Docker setup is the default setup, and is ran with docker compose. This is [NOT a scalable build](https://shuffler.io/docs/configuration#production-readiness) without changes. The Docker setup is the default setup, and is ran with docker compose. This is [NOT a scalable build](https://shuffler.io/docs/configuration#production-readiness) without changes.