Skip to content

Commit 5997f73

Browse files
committed
update runtime ordering
1 parent ebef34c commit 5997f73

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/pages/index.astro

+4-4
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,14 @@ const examples = (await getCollection('example')).sort((a,b) => a.data.title.loc
109109
<p>SonataFlow is a powerful tool for building cloud-native workflow applications, enabling seamless orchestration and choreography of services and events.</p>
110110
<a class="link link-accent" href="https://sonataflow.org" target="_blank" rel="noopener">Get Started</a>
111111
</Card>
112-
<Card title="Synapse" image="img/logos/synapselogo.png">
113-
<p>Synapse is a vendor-neutral, free, open-source, and community-driven Workflow Management System (WFMS) implementing the Serverless Workflow specification. You can deploy Synapse on Docker, Kubernetes, or natively on Windows, Mac, and Linux.</p>
114-
<a class="link link-accent" href="https://github.com/serverlessworkflow/synapse" target="_blank" rel="noopener">Get Started</a>
115-
</Card>
116112
<Card title="Lemline" image="img/logos/lemlinelogo.png">
117113
<p>Lemline is a highly scalable, native-binary runtime that plugs into any existing message broker (Kafka, RabbitMQ, etc.). Deployed as a message consumer and producer, it orchestrates serverless workflows without requiring any additional infrastructure.</p>
118114
<a class="link link-accent" href="https://github.com/lemline/lemline" target="_blank" rel="noopener">Get Started</a>
119115
</Card>
116+
<Card title="Synapse" image="img/logos/synapselogo.png">
117+
<p>Synapse is a vendor-neutral, free, open-source, and community-driven Workflow Management System (WFMS) implementing the Serverless Workflow specification. You can deploy Synapse on Docker, Kubernetes, or natively on Windows, Mac, and Linux.</p>
118+
<a class="link link-accent" href="https://github.com/serverlessworkflow/synapse" target="_blank" rel="noopener">Get Started</a>
119+
</Card>
120120
</Section>
121121

122122
<!-- Adopters -->

0 commit comments

Comments
 (0)