You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added a "star our GitHub Repo" CTA above the footer
- Links and buttons are now "accent"
- Other minor style changes
Signed-off-by: Jean-Baptiste Bianchi <[email protected]>
Copy file name to clipboardExpand all lines: src/components/Footer.astro
+4
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,12 @@ import {
7
7
DEV_MAILING_LIST_LINK,
8
8
RSS_LINK
9
9
} from"../consts";
10
+
importSectionfrom"./Section.astro";
10
11
---
11
12
13
+
<Sectiontitle="💕 Love ServerlessWorkflow? Give us a Star on GitHub! ⭐"subTitle="Help us grow and show your support! Starring our repository helps more people discover and join our community.">
Copy file name to clipboardExpand all lines: src/pages/community.astro
+5-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,11 @@ import Section from '../components/Section.astro';
5
5
---
6
6
7
7
<Layouttitle="Community">
8
-
<Sectiontitle="Join the Serverless Workflow community"subTitle="Serverless Workflow is an open source project that anyone in the community can use, improve, and enjoy. We'd love you to join us! Here's a few ways to find out what's happening and get involved."class="bg-primary text-primary-content" />
<!-- didn't use title/subTitle props because of the primary text on primary bg color -->
10
+
<h2class="text-3xl font-bold text-center">Join the Serverless Workflow community</h2>
11
+
<pclass="text-xl text-center">Serverless Workflow is an open source project that anyone in the community can use, improve, and enjoy. We'd love you to join us! Here's a few ways to find out what's happening and get involved.</p>
<pclass="pt-6">Serverless Workflow presents a vendor-neutral, open-source, and entirely community-driven ecosystem tailored for defining and executing DSL-based workflows in the realm of Serverless technology.</p>
21
-
<pclass="py-6">The current version is 1.0.0-alpha5, get the JSON Schema here: <aclass="link link-primary"href="/schemas/1.0.0-alpha5/workflow.yaml"target="_blank"rel="noopener">YAML</a> or <aclass="link link-primary"href="/schemas/1.0.0-alpha5/workflow.json"target="_blank"rel="noopener">JSON</a></p>
<pclass="py-6">The current version is <spanclass="font-bold">1.0.0-alpha5</span>, get the JSON Schema here: <aclass="link link-accent"href="/schemas/1.0.0-alpha5/workflow.yaml"target="_blank"rel="noopener">YAML</a> or <aclass="link link-accent"href="/schemas/1.0.0-alpha5/workflow.json"target="_blank"rel="noopener">JSON</a></p>
<p>We do a <ahref={GITHUB_LINK+'pulls'}target="_blank"rel="noopener">Pull Request</a> contributions workflow on <strong>GitHub</strong>. New users are always welcome!</p>
<p>Apache EventMesh Workflow is a cloud vendor-independent, cloud-native-oriented Serverless Workflow Runtime based on Serverless Workflow specification, and provides durability, reliability, scalability, and observability capabilities.</p>
<Cardtitle="Apache KIE SonataFlow"image="img/logos/kogito.png">
121
121
<p>SonataFlow is a powerful tool for building cloud-native workflow applications, enabling seamless orchestration and choreography of services and events.</p>
<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>
<Sectiontitle="Trusted by top brands in workflow technologies"subTitle="Already using Serverless Workflow? Join our list of top brands by letting us know here!"isGrid={true}>
<p>Huawei FunctionGraph hosts event-driven functions in a serverless context while ensuring high availability, high scalability, and zero maintenance.</p>
<p>Red Hat sponsors Apache KIE SonataFlow, a tool for creating cloud-native workflows. SonataFlow supports service and event orchestration, integrating with your architecture using CloudEvents, REST calls, and other standard components.</p>
<p>Warrify offers a leading data platform for the retail industry. With "warrify Journeys" (powered by Serverless Workflows) retailers are discovering new ways how to engage their customers in real time.</p>
0 commit comments