Skip to content

Commit 1588998

Browse files
committed
Fixed versions in examples
Signed-off-by: Jean-Baptiste Bianchi <[email protected]>
1 parent 0f0f965 commit 1588998

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/en/_index.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ Define error handling strategies to manage and recover from workflow execution e
7474
{{% tab header="Minimal" lang="minimal" %}}
7575
```yaml
7676
document:
77-
dsl: 1.0.0-alpha1
77+
dsl: '1.0.0-alpha1'
7878
namespace: examples
7979
name: call-http-shorthand-endpoint
80-
version: 1.0.0-alpha1
80+
version: '1.0.0'
8181
do:
8282
- getPet:
8383
call: http
@@ -89,10 +89,10 @@ Define error handling strategies to manage and recover from workflow execution e
8989
{{% tab header="Async API" lang="asyncapi" %}}
9090
```yaml
9191
document:
92-
dsl: 1.0.0-alpha1
92+
dsl: '1.0.0-alpha1'
9393
namespace: examples
9494
name: bearer-auth
95-
version: 1.0.0-alpha1
95+
version: '1.0.0'
9696
do:
9797
- findPet:
9898
call: asyncapi
@@ -297,13 +297,13 @@ Already using Serverless Workflow? Join our list of top brands by letting us kno
297297
<!-- END OF Adopters -->
298298
299299
<!-- Sponsors -->
300-
{{% blocks/section %}}
300+
{{% blocks/lead color="primary" %}}
301301
Support our Project
302302
{.h1 .text-center .mb-5}
303303
Our sponsors, along with our community, help our project grow and stay vendor-neutral through their donations. <a class="me-3 mb-4" href="https://crowdfunding.lfx.linuxfoundation.org/projects/beb979ae-75b5-4589-a2d0-f82949253bb7">Buy us a coffee!</a>
304304
{.h4 .text-center}
305305
306-
{{% /blocks/section %}}
306+
{{% /blocks/lead %}}
307307
{{% blocks/section type="container" color="white" %}}
308308
<div class="row">
309309
<div class="col-lg-4 mb-5 mb-lg-0 text-center">

0 commit comments

Comments
 (0)