Enhance deployment section with HTML and logos
Updated deployment section with HTML formatting and added marketplace logos.
This commit is contained in:
@@ -26,17 +26,47 @@ Follow us on Twitter at [@shuffleio](https://twitter.com/shuffleio).
|
|||||||
|
|
||||||
## 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>
|
||||||
|
|
||||||
- **Microsoft Azure**
|
<li style="display: flex; align-items: center; gap: 8px;">
|
||||||
_Coming soon_
|
<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>
|
||||||
|
|
||||||
## Try it
|
## Try it
|
||||||
* Self-hosted: Check out the [installation guide](https://github.com/shuffle/shuffle/blob/master/.github/install-guide.md)
|
* Self-hosted: Check out the [installation guide](https://github.com/shuffle/shuffle/blob/master/.github/install-guide.md)
|
||||||
|
|||||||
Reference in New Issue
Block a user