Skip to content

Commit 34c8935

Browse files
author
github-actions
committed
Merge branch 'release/v0.3.3' into main
2 parents c0fff2f + 8af2567 commit 34c8935

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

deploy-versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"text":"latest","key":"latest","tag":"v0.3.2"}]
1+
[{"text":"latest","key":"latest","tag":"v0.3.3"}]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zilla-docs",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "The official documentation for the aklivity/zilla open-source project",
55
"keywords": [],
66
"author": "aklivity.io",

src/tutorials/quickstart/kafka-proxies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ The key components this script will setup:
4646

4747
@tab Start and Restart
4848

49-
"`bash:no-line-numbers
49+
```bash:no-line-numbers
5050
./setup.sh
5151
```
5252

5353
@tab Shutdown
5454

55-
"`bash:no-line-numbers
55+
```bash:no-line-numbers
5656
./teardown.sh
5757
```
5858

0 commit comments

Comments
 (0)